rpms/compat-db/F-12 compat-db.spec,1.41,1.42

Jindrich Novy jnovy at fedoraproject.org
Thu Jun 17 07:50:13 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/compat-db/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23053

Modified Files:
	compat-db.spec 
Log Message:
* Thu Jun 17 2010 Jindrich Novy <jnovy at redhat.com> 4.6.21-11
- fix dependencies on multiarch systems (#590973)
- compile with -fno-strict-aliasing



Index: compat-db.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compat-db/F-12/compat-db.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- compat-db.spec	23 Oct 2009 04:54:19 -0000	1.41
+++ compat-db.spec	17 Jun 2010 07:50:13 -0000	1.42
@@ -8,7 +8,7 @@
 Summary: The Berkeley DB database compatibility library
 Name: compat-db
 Version: 4.6.21
-Release: 10%{?dist}
+Release: 11%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{db45_version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db-%{db46_version}.tar.gz
 
@@ -29,8 +29,8 @@ License: BSD
 Group: System Environment/Libraries
 BuildRequires: findutils, libtool, perl, sed, ed
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: compat-db45 = %{db45_version}-%{release}
-Requires: compat-db46 = %{db46_version}-%{release}
+Requires: compat-db45%{?_isa} = %{db45_version}-%{release}
+Requires: compat-db46%{?_isa} = %{db46_version}-%{release}
 
 %description
 The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
@@ -94,6 +94,7 @@ for version in %{db4_versions} ; do
 done
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 for version in %{db4_versions} ; do
 	pushd db-${version}/dist
 	./s_config
@@ -211,7 +212,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_includedir}/db%{db46_version}
 
 %changelog
-* Thu Sep 10 2009 Jindrich Novy <jnovy at redhat.com> 4.6.21-6
+* Thu Jun 17 2010 Jindrich Novy <jnovy at redhat.com> 4.6.21-11
+- fix dependencies on multiarch systems (#590973)
+- compile with -fno-strict-aliasing
+
+* Thu Sep 10 2009 Jindrich Novy <jnovy at redhat.com> 4.6.21-10
 - remove libtool hacks so that compat-db builds again
 - remove support for old BDBs: 4.3.29, 4.2.52, 4.1.25
 



More information about the scm-commits mailing list