rpms/libdb/devel libdb.spec,1.1,1.2

Jindrich Novy jnovy at fedoraproject.org
Thu Jun 17 09:47:17 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/libdb/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32308

Modified Files:
	libdb.spec 
Log Message:
* Thu Jun 17 2010 Jindrich Novy <jnovy at redhat.com> 5.0.21-2
- add Requires: libdb-cxx to libdb-devel



Index: libdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdb/devel/libdb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libdb.spec	21 Apr 2010 04:53:25 -0000	1.1
+++ libdb.spec	17 Jun 2010 09:47:17 -0000	1.2
@@ -6,7 +6,7 @@
 Summary: The Berkeley DB database library for C
 Name: libdb
 Version: 5.0.21
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 # db-1.85 upstream patches
@@ -46,6 +46,7 @@ be installed on all systems.
 Summary: The Berkeley DB database library for C++
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: %{name}-cxx = %{version}-%{release}
 
 %description cxx
 The Berkeley Database (Berkeley DB) is a programmatic toolkit that
@@ -401,6 +402,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Thu Jun 17 2010 Jindrich Novy <jnovy at redhat.com> 5.0.21-2
+- add Requires: libdb-cxx to libdb-devel
+
 * Wed Apr 21 2010 Jindrich Novy <jnovy at redhat.com> 5.0.21-1
 - initial build
 



More information about the scm-commits mailing list