rpms/openct/devel openct.spec,1.30,1.31

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Feb 13 21:09:33 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/openct/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22916

Modified Files:
	openct.spec 
Log Message:
* Wed Feb 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.6.14-4
- Fix building with latest glibc
- Rebuild for gcc-4.3  



Index: openct.spec
===================================================================
RCS file: /cvs/extras/rpms/openct/devel/openct.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- openct.spec	12 Oct 2007 17:32:17 -0000	1.30
+++ openct.spec	13 Feb 2008 21:08:56 -0000	1.31
@@ -4,7 +4,7 @@
 
 Name:           openct
 Version:        0.6.14
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Middleware framework for smart card terminals
 
 Group:          System Environment/Libraries
@@ -63,6 +63,8 @@
 
 
 %build
+# openct uses some gnu extensions
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 %configure \
     --disable-dependency-tracking \
     --disable-static \
@@ -162,6 +164,10 @@
 
 
 %changelog
+* Wed Feb 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.6.14-4
+- Fix building with latest glibc
+- Rebuild for gcc-4.3  
+
 * Fri Oct 12 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.6.14-3
 - Fix init script exit status when stopping already stopped service (#247009).
 




More information about the fedora-extras-commits mailing list