Author: jwrdegoede
Update of /cvs/free/rpms/compat-python24/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16437
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/F-10/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:38:59 -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/F-10/compat-python24.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- compat-python24.spec 27 Sep 2008 20:30:21 -0000 1.5
+++ compat-python24.spec 2 Apr 2009 10:38:59 -0000 1.6
@@ -13,7 +13,7 @@
Summary: An interpreted, interactive, object-oriented programming language
Name: compat-python24
Version: %{pybasever}.5
-Release: 3%{?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,15 @@
%{_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
+
+* Wed Feb 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.5-4
+- rebuild for new ssl
+
* Sat Sep 27 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4.5-3
- Fix building with db4 4.7.x