SPECS: glib.spec - pass -fno-strict-aliasing for this ugly code. -...

pluto pluto at pld-linux.org
Mon Jan 23 20:06:09 CET 2006


Author: pluto                        Date: Mon Jan 23 19:06:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass -fno-strict-aliasing for this ugly code.
- run testsuite, release 12.

---- Files affected:
SPECS:
   glib.spec (1.108 -> 1.109) 

---- Diffs:

================================================================
Index: SPECS/glib.spec
diff -u SPECS/glib.spec:1.108 SPECS/glib.spec:1.109
--- SPECS/glib.spec:1.108	Wed Jun 15 23:14:59 2005
+++ SPECS/glib.spec	Mon Jan 23 20:06:04 2006
@@ -12,7 +12,7 @@
 Summary(tr):	Yararlý ufak yordamlar kitaplýđý
 Name:		glib
 Version:	1.2.10
-Release:	11
+Release:	12
 Epoch:		1
 License:	LGPL
 Group:		Libraries
@@ -33,6 +33,8 @@
 Obsoletes:	libglib1.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		specflags	-fno-strict-aliasing
+
 %description
 GLib, is a library which includes support routines for C such as
 lists, trees, hashes, memory allocation, and many other things. GLIB
@@ -111,7 +113,8 @@
 	--enable-debug=%{?debug:yes}%{!?debug:minimum} \
 	--enable-threads \
 	%{!?with_static_libs:--disable-static}
-%{__make}
+
+%{__make} all check
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -163,6 +166,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.109  2006/01/23 19:06:04  pluto
+- pass -fno-strict-aliasing for this ugly code.
+- run testsuite, release 12.
+
 Revision 1.108  2005/06/15 21:14:59  witekfl
 - added header "Conditional build:"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glib.spec?r1=1.108&r2=1.109&f=u



More information about the pld-cvs-commit mailing list