rpms/libident/devel libident.spec,1.1,1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Tue Feb 12 10:22:46 UTC 2008


Author: ixs

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

Modified Files:
	libident.spec 
Log Message:
* Tue Feb 12 2008 Andreas Thienemann <athienem at redhat.com> - 0.32-2
- Rebuild against gcc34 with -D_GNU_SOURCE



Index: libident.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libident/devel/libident.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libident.spec	24 Nov 2007 17:33:35 -0000	1.1
+++ libident.spec	12 Feb 2008 10:22:10 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libident
 Version:        0.32
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        New LibIdent C library
 Group:          System Environment/Libraries
 License:        Public Domain
@@ -58,7 +58,7 @@
 
 
 %build
-CFLAGS="-fPIC %{optflags}" %configure \
+CFLAGS="-fPIC %{optflags} -D_GNU_SOURCE" %configure \
     --disable-static \
     --enable-testers
 
@@ -112,6 +112,9 @@
 
 
 %changelog
+* Tue Feb 12 2008 Andreas Thienemann <athienem at redhat.com> - 0.32-2
+- Rebuild against gcc34 with -D_GNU_SOURCE
+
 * Sat Nov 24 2007 Andreas Thienemann <andreas at bawue.net> - 0.32-1
 - Updated to 0.32, making manual .so compile unecessary
 




More information about the fedora-extras-commits mailing list