rpms/gwave/devel gwave.spec,1.3,1.4

Thibault North (tnorth) fedora-extras-commits at redhat.com
Sun Mar 30 15:52:04 UTC 2008


Author: tnorth

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

Modified Files:
	gwave.spec 
Log Message:
Fixed for GCC 4.3



Index: gwave.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwave/devel/gwave.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gwave.spec	18 Feb 2008 22:40:33 -0000	1.3
+++ gwave.spec	30 Mar 2008 15:51:22 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           gwave
 Version:        2
-Release:        6.%{snap_date}snap%{?dist}
+Release:        7.%{snap_date}snap%{?dist}
 Summary:        GPLed Analog Waveform Viewing Environment
 
 License:        GPLv2+
@@ -55,7 +55,7 @@
 
 %build
 
-%configure
+%configure CFLAGS="$CFLAGS -fgnu89-inline"
 %{__make} %{?_smp_mflags}
 
 
@@ -99,6 +99,9 @@
 
 
 %changelog
+* Sun Mar 30 2008 Thibault North <tnorth  [AT] fedoraproject DOT org> - 2-7.20070514snap
+- Fixed and improved compilation with guile for GCC 4.3
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2-6.20070514snap
 - Autorebuild for GCC 4.3
 
@@ -126,3 +129,4 @@
 
 * Thu Nov 23 2000 Steve Tell <steve at telltronics.org>
 - Created spec file for first RPM.
+




More information about the fedora-extras-commits mailing list