Author: jwrdegoede
Update of /cvs/free/rpms/compat-python24/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12988
Modified Files:
compat-python-2.4.3-config.patch compat-python24.spec
Log Message:
* Thu Apr 2 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4.5-6
- Link db4 module against db-4.7 not 4.6 (oops)
compat-python-2.4.3-config.patch:
Index: compat-python-2.4.3-config.patch
===================================================================
RCS file: /cvs/free/rpms/compat-python24/devel/compat-python-2.4.3-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compat-python-2.4.3-config.patch 9 Aug 2008 20:39:35 -0000 1.1
+++ compat-python-2.4.3-config.patch 2 Apr 2009 10:07:50 -0000 1.2
@@ -224,7 +224,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: compat-python24.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24/devel/compat-python24.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- compat-python24.spec 29 Mar 2009 12:51:51 -0000 1.7
+++ compat-python24.spec 2 Apr 2009 10:07:50 -0000 1.8
@@ -13,7 +13,7 @@
Summary: An interpreted, interactive, object-oriented programming language
Name: compat-python24
Version: %{pybasever}.5
-Release: 5%{?dist}
+Release: 6%{?dist}
License: Python Software Foundation License v2
Group: Development/Languages
Source:
http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -370,6 +370,9 @@
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
%changelog
+* Thu Apr 2 2009 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4.5-6
+- Link db4 module against db-4.7 not 4.6 (oops)
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.5-5
- rebuild for new F11 features