rpms/nc6/devel nc6.spec,1.4,1.5

Jan Šafránek (jsafrane) fedora-extras-commits at redhat.com
Tue Feb 12 11:35:42 UTC 2008


Author: jsafrane

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

Modified Files:
	nc6.spec 
Log Message:
fix compilation with gcc 4.3


Index: nc6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nc6/devel/nc6.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nc6.spec	23 Aug 2007 12:49:16 -0000	1.4
+++ nc6.spec	12 Feb 2008 11:35:05 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:        Netcat with IPv6 Support
 Name:           nc6
 Version:        1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Group:          Applications/Internet
 URL:            http://www.deepspace6.net/projects/netcat6.html
 License:        GPL
@@ -23,7 +23,7 @@
 
 %prep
 %setup -q
-%configure --prefix=%{_prefix} --mandir=%{_mandir}
+%configure --prefix=%{_prefix} --mandir=%{_mandir} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 
 %build
 make COPTS="$RPM_OPT_FLAGS" DESTDIR="$RPM_BUILD_ROOT"
@@ -42,6 +42,9 @@
 %doc README AUTHORS COPYING NEWS TODO
 
 %changelog 
+* Tue Feb 12 2008 Jan Safranek <jsafrane at redhat.com> 1.0-6
+- fix compilation with gcc 4.3
+
 * Thu Aug 23 2007 Radek Vokál <rvokal at redhat.com> 1.0-5
 - rebuilt
 




More information about the fedora-extras-commits mailing list