rpms/postgresql/F-9 postgresql.spec,1.101,1.102

Oliver Falk oliver at fedoraproject.org
Mon Mar 9 09:39:47 UTC 2009


Author: oliver

Update of /cvs/pkgs/rpms/postgresql/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11553

Modified Files:
	postgresql.spec 
Log Message:

* Mon Mar  9 2009 Oliver Falk <oliver at linux-kernel.at> 8.3.6-2
- Use -O1 on alpha, as on sparc64
- Renable selftests on alpha again



Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-9/postgresql.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- postgresql.spec	2 Mar 2009 10:56:52 -0000	1.101
+++ postgresql.spec	9 Mar 2009 09:39:17 -0000	1.102
@@ -76,10 +76,6 @@
 %{!?pgfts:%define pgfts 1}
 %{!?runselftest:%define runselftest 1}
 
-%ifarch alpha
-  %define runselftest 0
-%endif
-
 # Python major version.
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
@@ -87,7 +83,7 @@
 Summary: PostgreSQL client programs and libraries
 Name: postgresql
 Version: 8.3.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Applications/Databases
 Url: http://www.postgresql.org/ 
@@ -397,8 +393,8 @@
 
 # Strip out -ffast-math from CFLAGS....
 CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
-# use -O1 on sparc64
-%ifarch sparc64
+# use -O1 on sparc64 and alpha
+%ifarch sparc64 alpha
 CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
 %endif
 
@@ -867,6 +863,10 @@
 %endif
 
 %changelog
+* Mon Mar  9 2009 Oliver Falk <oliver at linux-kernel.at> 8.3.6-2
+- Use -O1 on alpha, as on sparc64
+- Renable selftests on alpha again
+
 * Sat Feb  7 2009 Tom Lane <tgl at redhat.com> 8.3.6-1
 - Update to PostgreSQL 8.3.6, for various fixes described at
   http://www.postgresql.org/docs/8.3/static/release-8-3-6.html




More information about the fedora-extras-commits mailing list