OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 11-Dec-2008 19:36:55 Branch: HEAD Handle: 2008121118365500 Modified files: openpkg-src/python python.spec Log: upgrading package: python 3.0 -> 2.6.1 Summary: Revision Changes Path 1.84 +5 -5 openpkg-src/python/python.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/python/python.spec ============================================================================ $ cvs diff -u -r1.83 -r1.84 python.spec --- openpkg-src/python/python.spec 5 Dec 2008 18:55:03 -0000 1.83 +++ openpkg-src/python/python.spec 11 Dec 2008 18:36:55 -0000 1.84 @@ -31,8 +31,8 @@ Class: BASE Group: Language License: GPL -Version: 3.0 -Release: 20081205 +Version: 2.6.1 +Release: 20081211 # package options %option with_readline no @@ -109,7 +109,7 @@ prog python = { version = %{version} url = http://www.python.org/download/ - regex = Python-(\d+(\.\d+)+)\.tar\.bz2 + regex = Python-(2(\.\d+)+)\.tar\.bz2 } %prep @@ -141,8 +141,8 @@ ) >>Modules/Setup.local %endif %if "%{with_dbm}" == "yes" - ( echo "_dbm _dbmmodule.c -DHAVE_NDBM_H %{l_cppflags} %{l_ldflags} -lndbm -lgdbm" - echo "_gdbm _gdbmmodule.c -DHAVE_GDBM_H %{l_cppflags} %{l_ldflags} -lgdbm" + ( echo "dbm dbmmodule.c -DHAVE_NDBM_H %{l_cppflags} %{l_ldflags} -lndbm -lgdbm" + echo "gdbm gdbmmodule.c -DHAVE_GDBM_H %{l_cppflags} %{l_ldflags} -lgdbm" ) >>Modules/Setup.local %endif %if "%{with_curses}" == "yes" @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org