rpms/slrn/devel slrn.spec,1.36,1.37

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Wed Feb 13 18:56:37 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/slrn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167

Modified Files:
	slrn.spec 
Log Message:
- fix building with new glibc headers



Index: slrn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/slrn/devel/slrn.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- slrn.spec	31 Jan 2008 11:38:32 -0000	1.36
+++ slrn.spec	13 Feb 2008 18:56:02 -0000	1.37
@@ -1,7 +1,7 @@
 Summary: A threaded Internet news reader
 Name: slrn
 Version: 0.9.8.1pl1
-Release: 7.20070716cvs%{?dist}
+Release: 8.20070716cvs%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -49,6 +49,7 @@
 
 %build
 sh ./autogen.sh -V
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 %configure --with-nss --with-slrnpull \
  --with-nss-includes=%{_includedir} --with-nss-library=%{_libdir} \
  --enable-setgid-code
@@ -101,6 +102,9 @@
 %{_mandir}/man1/slrnpull.1*
 
 %changelog
+* Wed Feb 13 2008 Miroslav Lichvar <mlichvar at redhat.com> 0.9.8.1pl1-8.20070716cvs
+- fix building with new glibc headers
+
 * Wed Jan 30 2008 Miroslav Lichvar <mlichvar at redhat.com> 0.9.8.1pl1-7.20070716cvs
 - convert changes.txt to utf8, rename logrotate file, remove
   setgid from slrnpull, fix source URL (#226422)




More information about the fedora-extras-commits mailing list