rpms/svgalib/EL-4 svgalib.spec,1.10,1.11

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Aug 3 01:18:06 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/svgalib/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11215

Modified Files:
	svgalib.spec 
Log Message:
EL-4 gcc doesn't support -Wno-pointer-sign



Index: svgalib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/svgalib/EL-4/svgalib.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- svgalib.spec	29 Aug 2006 11:47:48 -0000	1.10
+++ svgalib.spec	3 Aug 2007 01:17:33 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		svgalib
 Version:	1.9.25
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 Summary:	Low-level fullscreen SVGA graphics library
 Group:		System Environment/Libraries
 License:	Public Domain
@@ -49,7 +49,7 @@
 %build
 #%{?_smp_mflags} doesn't work on x86_64 chances are it will fail on
 #some i386 machines too.
-make OPTIMIZE="$RPM_OPT_FLAGS -Wno-pointer-sign" LDFLAGS= \
+make OPTIMIZE="$RPM_OPT_FLAGS" LDFLAGS= \
   prefix=%{_prefix} \
   NO_HELPER=y \
   INCLUDE_ET4000_DRIVER=y \
@@ -64,11 +64,11 @@
   INCLUDE_VESA_DRIVER_TEST=y \
   shared
 cd utils
-make OPTIMIZE="$RPM_OPT_FLAGS -Wno-pointer-sign" LDFLAGS= \
+make OPTIMIZE="$RPM_OPT_FLAGS" LDFLAGS= \
   prefix=%{_prefix}
 cd ..
 cd threeDKit
-make OPTIMIZE="$RPM_OPT_FLAGS -Wno-pointer-sign -I../gl" LDFLAGS= \
+make OPTIMIZE="$RPM_OPT_FLAGS -I../gl" LDFLAGS= \
   prefix=%{_prefix} lib3dkit.so.%{version}
 cd ..
 
@@ -130,6 +130,9 @@
 
 
 %changelog
+* Thu Aug  2 2007 Orion Poplawski <orion at cora.nwra.com> 1.9.25-3.1
+- EL-4 gcc doesn't support -Wno-pointer-sign
+
 * Tue Aug 29 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.9.25-3
 - FE6 Rebuild
 




More information about the fedora-extras-commits mailing list