diff --git a/mgetty.spec b/mgetty.spec index 0375d2c..493489a 100644 --- a/mgetty.spec +++ b/mgetty.spec @@ -1,7 +1,7 @@ Summary: A getty replacement for use with data and fax modems Name: mgetty Version: 1.1.33 -Release: 16%{?dist} +Release: 17%{?dist} Source: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz Source1: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz.asc Source2: logrotate.mgetty @@ -129,7 +129,7 @@ make -C voice %{makeflags} make -C tools %{makeflags} pushd frontends/X11/viewfax -make CDEBUGFLAGS="$RPM_OPT_FLAGS" CONFDIR=%{_sysconfdir}/mgetty+sendfax +make OPT="$RPM_OPT_FLAGS" CONFDIR=%{_sysconfdir}/mgetty+sendfax popd %install @@ -326,6 +326,9 @@ fi %{_mandir}/man1/viewfax.1* %changelog +* Thu Apr 03 2008 Martin Nagy - 1.1.33-17 +- make sure we compile everything with FORTIFY_SOURCE + * Wed Mar 05 2008 Martin Nagy - 1.1.33-16 - fix -t option of g32pbm (#188028) - move g32pbm and g3cat from mgetty-sendfax to mgetty (#190179)