Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2f4ff1032c0d4755160a76f241ebbe39ca3c0e90
commit 2f4ff1032c0d4755160a76f241ebbe39ca3c0e90 Author: Miklos Vajna <[email protected]> Date: Tue Dec 27 15:40:57 2011 +0100 python-3.0-3.2.2-2-i686 - rebuild with gdbm-1.10 diff --git a/source/devel-extra/python-3.0/FrugalBuild b/source/devel-extra/python-3.0/FrugalBuild index 03a40e2..829b1e9 100644 --- a/source/devel-extra/python-3.0/FrugalBuild +++ b/source/devel-extra/python-3.0/FrugalBuild @@ -6,10 +6,10 @@ USE_GUI=${USE_GUI:-"y"} pkgname=python-3.0 pkgver=3.2.2 shortpkgver=3.2 # 2.3 if $pkgver=2.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level scripting language" url="http://www.python.org" -depends=('libxml2>=2.7.8' 'glibc>=2.8-3' 'bzip2>=1.0.5-2' 'gdbm>=1.8.3-5' 'openssl>=1.0.0' 'glib2>=2.16.4-2') +depends=('libxml2>=2.7.8' 'glibc>=2.8-3' 'bzip2>=1.0.5-2' 'gdbm>=1.10' 'openssl>=1.0.0' 'glib2>=2.16.4-2') makedepends=('sqlite3') Fuse $USE_GUI && makedepends=(${makedepends[@]} 'tk>=8.5' 'gtk+2') groups=('devel-extra') @@ -20,7 +20,7 @@ _F_archive_ext=".tgz" up2date="Flasttar $url/download/" source=(http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.bz2 dbm.diff) sha1sums=('3be9287068c9b4c3e5f46f03ccb0f365b56ed56d' \ - 'aafb1c888134200c0877f466275a2919cca1adce') + '1211461556b6b642fb192ec70f1bae2c52faafc6') subpkgs=("$pkgname-tools" "$pkgname-sqlite3") subdescs=("Optional development tools to extending Python" "Python support for sqlite3") diff --git a/source/devel-extra/python-3.0/dbm.diff b/source/devel-extra/python-3.0/dbm.diff index 70b0861..438b5a9 100644 --- a/source/devel-extra/python-3.0/dbm.diff +++ b/source/devel-extra/python-3.0/dbm.diff @@ -1,13 +1,12 @@ diff -aur Python-3.1.2/setup.py fw_Python-3.1.2//setup.py --- Python-3.1.2/setup.py 2010-01-01 17:29:51.000000000 +0100 +++ fw_Python-3.1.2//setup.py 2010-07-05 20:16:45.081001449 +0200 -@@ -912,7 +912,8 @@ +@@ -912,7 +912,7 @@ if self.compiler.find_library_file(lib_dirs, 'ndbm'): ndbm_libs = ['ndbm'] else: - ndbm_libs = [] + ndbm_libs = ['gdbm'] -+ ndbm_libs.append('gdbm_compat') print("building dbm using ndbm") dbmext = Extension('_dbm', ['_dbmmodule.c'], define_macros=[ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
