rpms/python/devel python-2.5-config.patch, 1.7, 1.8 python.spec, 1.133, 1.134

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Thu Jul 17 13:40:50 UTC 2008


Author: katzj

Update of /cvs/pkgs/rpms/python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7881

Modified Files:
	python-2.5-config.patch python.spec 
Log Message:
* Thu Jul 17 2008 Jeremy Katz <katzj at redhat.com> - 2.5.1-28
- And actually build against db4-4.7 (#455170)


python-2.5-config.patch:

Index: python-2.5-config.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python-2.5-config.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-2.5-config.patch	14 Aug 2007 18:22:58 -0000	1.7
+++ python-2.5-config.patch	17 Jul 2008 13:39:58 -0000	1.8
@@ -248,7 +248,7 @@
 -#DBINC=$(DB)/include
 -#DBLIB=$(DB)/lib
 -#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
-+DBLIBVER=4.6
++DBLIBVER=4.7
 +DBINC=/usr/include/db4
 +DBLIB=/usr/lib
 +_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)


Index: python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- python.spec	10 Jul 2008 14:42:32 -0000	1.133
+++ python.spec	17 Jul 2008 13:39:58 -0000	1.134
@@ -20,7 +20,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: 2.5.1
-Release: 27%{?dist}
+Release: 28%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -508,6 +508,9 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
 
 %changelog
+* Thu Jul 17 2008 Jeremy Katz <katzj at redhat.com> - 2.5.1-28
+- And actually build against db4-4.7 (#455170)
+
 * Thu Jul 10 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.5.1-27
 - fix license tag
 - enable support for db4-4.7




More information about the fedora-extras-commits mailing list