[CVS] OpenPKG: openpkg-src/python/ python.spec

2009-11-14 Thread Ralf S. Engelschall
  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:   26-Oct-2009 19:48:05
  Branch: HEAD Handle: 2009102618480400

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.6.3 -> 2.6.4

  Summary:
RevisionChanges Path
1.88+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.87 -r1.88 python.spec
  --- openpkg-src/python/python.spec2 Oct 2009 17:10:18 -   1.87
  +++ openpkg-src/python/python.spec26 Oct 2009 18:48:04 -  1.88
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.6.3
  -Release:  20091002
  +Version:  2.6.4
  +Release:  20091026
   
   #   package options
   %option   with_readline  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2009-10-02 Thread Ralf S. Engelschall
  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:   02-Oct-2009 19:10:18
  Branch: HEAD Handle: 2009100218101800

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.6.2 -> 2.6.3

  Summary:
RevisionChanges Path
1.87+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.86 -r1.87 python.spec
  --- openpkg-src/python/python.spec18 Apr 2009 13:14:36 -  1.86
  +++ openpkg-src/python/python.spec2 Oct 2009 17:10:18 -   1.87
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.6.2
  -Release:  20090415
  +Version:  2.6.3
  +Release:  20091002
   
   #   package options
   %option   with_readline  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2009-04-15 Thread Ralf S. Engelschall
  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:   15-Apr-2009 19:05:07
  Branch: HEAD Handle: 2009041518050700

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.6.1 -> 2.6.2

  Summary:
RevisionChanges Path
1.85+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.84 -r1.85 python.spec
  --- openpkg-src/python/python.spec11 Dec 2008 18:36:55 -  1.84
  +++ openpkg-src/python/python.spec15 Apr 2009 17:05:07 -  1.85
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.6.1
  -Release:  20081211
  +Version:  2.6.2
  +Release:  20090415
   
   #   package options
   %option   with_readline  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2008-12-11 Thread Ralf S. Engelschall
  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:
RevisionChanges 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.spec5 Dec 2008 18:55:03 -   1.83
  +++ openpkg-src/python/python.spec11 Dec 2008 18:36:55 -  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


[CVS] OpenPKG: openpkg-src/python/ python.spec

2008-12-05 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   05-Dec-2008 19:55:04
  Branch: HEAD Handle: 2008120518550300

  Modified files:
openpkg-src/python  python.spec

  Log:
try to fix with_dbm=yes

  Summary:
RevisionChanges Path
1.83+3  -3  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.82 -r1.83 python.spec
  --- openpkg-src/python/python.spec4 Dec 2008 10:52:57 -   1.82
  +++ openpkg-src/python/python.spec5 Dec 2008 18:55:03 -   1.83
  @@ -32,7 +32,7 @@
   Group:Language
   License:  GPL
   Version:  3.0
  -Release:  20081204
  +Release:  20081205
   
   #   package options
   %option   with_readline  no
  @@ -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


[CVS] OpenPKG: openpkg-src/python/ python.spec

2008-12-04 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Dec-2008 11:52:57
  Branch: HEAD Handle: 2008120410525700

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.6 -> 3.0

  Summary:
RevisionChanges Path
1.82+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.81 -r1.82 python.spec
  --- openpkg-src/python/python.spec2 Oct 2008 17:11:14 -   1.81
  +++ openpkg-src/python/python.spec4 Dec 2008 10:52:57 -   1.82
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.6
  -Release:  20081002
  +Version:  3.0
  +Release:  20081204
   
   #   package options
   %option   with_readline  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2008-03-04 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Mar-2008 20:06:32
  Branch: HEAD Handle: 2008030419063100

  Modified files:
openpkg-src/python  python.spec

  Log:
fix filesystem layout

  Summary:
RevisionChanges Path
1.80+3  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.79 -r1.80 python.spec
  --- openpkg-src/python/python.spec25 Feb 2008 07:01:59 -  1.79
  +++ openpkg-src/python/python.spec4 Mar 2008 19:06:31 -   1.80
  @@ -32,7 +32,7 @@
   Group:Language
   License:  GPL
   Version:  2.5.2
  -Release:  20080225
  +Release:  20080304
   
   #   package options
   %option   with_readline  no
  @@ -188,7 +188,8 @@
   --cache-file=./config.cache \
   --with-gcc \
   $disableipv6 \
  ---prefix=%{l_prefix}
  +--prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man
   %{l_make} %{l_mflags}
   
   %install
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2007-04-19 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   19-Apr-2007 21:02:44
  Branch: HEAD Handle: 2007041920024300

  Modified files:
openpkg-src/python  python.spec

  Log:
disable IPv6 support on AIX to workaround a getaddrinfo bug; enforce
gcc to prevent vendor compiler flag usage; sponsored by BinckBank

  Summary:
RevisionChanges Path
1.77+10 -1  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.76 -r1.77 python.spec
  --- openpkg-src/python/python.spec19 Apr 2007 15:25:53 -  1.76
  +++ openpkg-src/python/python.spec19 Apr 2007 19:02:43 -  1.77
  @@ -173,13 +173,22 @@
 echo "_ssl _ssl.c -DUSE_SSL %{l_cppflags openssl .} %{l_ldflags} -lssl 
-lcrypto"
   ) >>Modules/Setup.local
   %endif
  -CC="%{l_cc}" \
  +
  +#   getaddrinfo bug
  +disableipv6=""
  +case "%{l_platform -t}" in
  +*-aix* ) disableipv6="--disable-ipv6" ;;
  +esac
  +
  +CC="%{l_prefix}/bin/gcc" \
   CXX="%{l_cxx}" \
   CFLAGS="%{l_cflags -O}" \
   CXXFLAGS="%{l_cxxflags -O}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --cache-file=./config.cache \
  +--with-gcc \
  +$disableipv6 \
   --prefix=%{l_prefix}
   %{l_make} %{l_mflags}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2007-04-19 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   19-Apr-2007 17:25:53
  Branch: HEAD Handle: 2007041916255300

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.5 -> 2.5.1

  Summary:
RevisionChanges Path
1.76+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.75 -r1.76 python.spec
  --- openpkg-src/python/python.spec1 Jan 2007 17:41:18 -   1.75
  +++ openpkg-src/python/python.spec19 Apr 2007 15:25:53 -  1.76
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.5
  -Release:  20061104
  +Version:  2.5.1
  +Release:  20070419
   
   #   package options
   %option   with_readline  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2006-11-04 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Nov-2006 16:49:18
  Branch: HEAD Handle: 2006110415491700

  Modified files:
openpkg-src/python  python.spec

  Log:
Ops, I really have to check what I need in my diet to stop committing
crap: the options should be still all turned off by default, of course

  Summary:
RevisionChanges Path
1.74+9  -9  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.73 -r1.74 python.spec
  --- openpkg-src/python/python.spec3 Nov 2006 18:36:00 -   1.73
  +++ openpkg-src/python/python.spec4 Nov 2006 15:49:17 -   1.74
  @@ -33,18 +33,18 @@
   Group:Language
   License:  GPL
   Version:  2.5
  -Release:  20061103
  +Release:  20061104
   
   #   package options
  -%option   with_readline  yes
  +%option   with_readline  no
   %option   with_dbno
  -%option   with_dbm   yes
  -%option   with_cursesyes
  -%option   with_zlib  yes
  -%option   with_bzip2 yes
  -%option   with_xml   yes
  -%option   with_localeyes
  -%option   with_ssl   yes
  +%option   with_dbm   no
  +%option   with_cursesno
  +%option   with_zlib  no
  +%option   with_bzip2 no
  +%option   with_xml   no
  +%option   with_localeno
  +%option   with_ssl   no
   
   #   list of sources
   Source0:  
http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2006-11-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Nov-2006 21:54:17
  Branch: HEAD Handle: 2006110220541600

  Modified files:
openpkg-src/python  python.spec

  Log:
try to workaround shell command line limitations under AIX

  Summary:
RevisionChanges Path
1.71+4  -4  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.70 -r1.71 python.spec
  --- openpkg-src/python/python.spec13 Oct 2006 17:33:13 -  1.70
  +++ openpkg-src/python/python.spec2 Nov 2006 20:54:16 -   1.71
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  2.5
  -Release:  20061013
  +Release:  20061102
   
   #   package options
   %option   with_readline  no
  @@ -123,10 +123,10 @@
   %{l_shtool} subst \
   -e 's;\(lib/python"\) *VERSION;\1;g' \
   Modules/getpath.c
  -%{l_shtool} subst -q \
  +find Lib -name "*.py" -print |\
  +xargs %{l_shtool} subst -q \
   -e 's;\+ *sys\.version\[:3\];;g' \
  --e 's;\+ *get_python_version();;g' \
  -Lib/*.py Lib/*/*.py Lib/*/*/*.py
  +-e 's;\+ *get_python_version();;g'
   %{l_shtool} subst \
   -e 's;python\$py_version_short;python;g' \
   Lib/distutils/command/install.py
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2006-09-19 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   19-Sep-2006 17:21:12
  Branch: HEAD Handle: 2006091916211100

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.4.3 -> 2.5

  Summary:
RevisionChanges Path
1.68+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.67 -r1.68 python.spec
  --- openpkg-src/python/python.spec30 Mar 2006 06:39:16 -  1.67
  +++ openpkg-src/python/python.spec19 Sep 2006 15:21:11 -  1.68
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.4.3
  -Release:  20060330
  +Version:  2.5
  +Release:  20060919
   
   #   package options
   %option   with_readline  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2005-11-10 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   11-Nov-2005 00:39:07
  Branch: HEAD Handle: 2005111023390700

  Modified files:
openpkg-src/python  python.spec

  Log:
FTP server seems to be down for a while now, so switched over to HTTP
tracking/source

  Summary:
RevisionChanges Path
1.65+3  -5  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.64 -r1.65 python.spec
  --- openpkg-src/python/python.spec29 Sep 2005 11:36:21 -  1.64
  +++ openpkg-src/python/python.spec10 Nov 2005 23:39:07 -  1.65
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  2.4.2
  -Release:  20050929
  +Release:  2005
   
   #   package options
   %option   with_readline  no
  @@ -47,7 +47,7 @@
   %option   with_ssl   no
   
   #   list of sources
  -Source0:  
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tar.bz2
  +Source0:  
http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
   Patch0:   python.patch
   
   #   build information
  @@ -109,9 +109,7 @@
   %track
   prog python = {
   version   = %{version}
  -url   = ftp://ftp.python.org/pub/python/
  -regex = (\d+(\.\d+)+)
  -url   = ftp://ftp.python.org/pub/python/__NEWVER__/
  +url   = http://www.python.org/download/
   regex = Python-(\d+(\.\d+)+)\.tar\.bz2
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2005-09-29 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Sep-2005 13:36:22
  Branch: HEAD Handle: 2005092912362100

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.4.1 -> 2.4.2

  Summary:
RevisionChanges Path
1.64+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.63 -r1.64 python.spec
  --- openpkg-src/python/python.spec24 Aug 2005 18:55:15 -  1.63
  +++ openpkg-src/python/python.spec29 Sep 2005 11:36:21 -  1.64
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.4.1
  -Release:  20050824
  +Version:  2.4.2
  +Release:  20050929
   
   #   package options
   %option   with_readline  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2005-08-24 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Aug-2005 20:55:15
  Branch: HEAD Handle: 2005082419551500

  Modified files:
openpkg-src/python  python.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.63+3  -3  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.62 -r1.63 python.spec
  --- openpkg-src/python/python.spec6 Aug 2005 18:01:46 -   1.62
  +++ openpkg-src/python/python.spec24 Aug 2005 18:55:15 -  1.63
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  2.4.1
  -Release:  20050806
  +Release:  20050824
   
   #   package options
   %option   with_readline  no
  @@ -110,9 +110,9 @@
   prog python = {
   version   = %{version}
   url   = ftp://ftp.python.org/pub/python/
  -regex = (\d+(\.\d+)*)
  +regex = (\d+(\.\d+)+)
   url   = ftp://ftp.python.org/pub/python/__NEWVER__/
  -regex = Python-(\d+(\.\d+)*)\.tar\.bz2
  +regex = Python-(\d+(\.\d+)+)\.tar\.bz2
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2005-03-11 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   11-Mar-2005 16:22:40
  Branch: HEAD Handle: 2005031115224000

  Modified files:
openpkg-src/python  python.spec

  Log:
back out unintended changes of cross release (2.3 and CURRENT)
differences

  Summary:
RevisionChanges Path
1.59+6  -3  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.58 -r1.59 python.spec
  --- openpkg-src/python/python.spec11 Mar 2005 15:19:54 -  1.58
  +++ openpkg-src/python/python.spec11 Mar 2005 15:22:40 -  1.59
  @@ -34,7 +34,7 @@
   Group:Language
   License:  GPL
   Version:  2.4
  -Release:  2.3.0
  +Release:  20050311
   
   #   list of sources
   Source0:  
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tar.bz2
  @@ -43,8 +43,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.3.0, gcc, zlib
  -PreReq:   OpenPKG, openpkg >= 2.3.0, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
  +PreReq:   OpenPKG, openpkg >= 20040130, gcc
  +BuildPreReq:  zlib
  +PreReq:   zlib
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -104,6 +106,7 @@
   CXX="%{l_cxx}" \
   CFLAGS="%{l_cflags -O}" \
   CXXFLAGS="%{l_cxxflags -O}" \
  +LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix}
   %{l_make} %{l_mflags}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2005-02-13 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   13-Feb-2005 16:04:42
  Branch: HEAD Handle: 2005021315044200

  Modified files:
openpkg-src/python  python.spec

  Log:
fix installation and remove some executable files

  Summary:
RevisionChanges Path
1.56+4  -5  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.55 -r1.56 python.spec
  --- openpkg-src/python/python.spec1 Jan 2005 10:54:10 -   1.55
  +++ openpkg-src/python/python.spec13 Feb 2005 15:04:42 -  1.56
  @@ -34,7 +34,7 @@
   Group:Language
   License:  GPL
   Version:  2.4
  -Release:  20041201
  +Release:  20050213
   
   #   list of sources
   Source0:  
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tar.bz2
  @@ -110,10 +110,9 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_make} %{l_mflags} \
  -prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -install
  +%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  +rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/smtpd.py
  +rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/idle
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/python/test
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python/ python.spec

2004-12-01 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Dec-2004 21:17:20
  Branch: HEAD Handle: 2004120120171900

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.3.4 -> 2.4

  Summary:
RevisionChanges Path
1.54+3  -3  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.53 -r1.54 python.spec
  --- openpkg-src/python/python.spec9 Nov 2004 15:22:30 -   1.53
  +++ openpkg-src/python/python.spec1 Dec 2004 20:17:19 -   1.54
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.3.4
  -Release:  20041109
  +Version:  2.4
  +Release:  20041201
   
   #   list of sources
   Source0:  
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tar.bz2
  @@ -91,7 +91,7 @@
   %{l_shtool} subst \
   -e 's;\(lib/python"\) *VERSION;\1;g' \
   Modules/getpath.c
  -%{l_shtool} subst \
  +%{l_shtool} subst -q \
   -e 's;\+ *sys\.version\[:3\];;g' \
   -e 's;\+ *get_python_version();;g' \
   Lib/*.py Lib/*/*.py Lib/*/*/*.py
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/python/ python.spec

2004-11-09 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   09-Nov-2004 16:22:30
  Branch: HEAD Handle: 2004110915223000

  Modified files:
openpkg-src/python  python.spec

  Log:
use smaller bzip2 file, and improve vcheck regexs to reduce complexity
and prepare for python version 2.4 (or \d\.\d in general)

  Summary:
RevisionChanges Path
1.53+4  -4  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.52 -r1.53 python.spec
  --- openpkg-src/python/python.spec22 Oct 2004 13:21:47 -  1.52
  +++ openpkg-src/python/python.spec9 Nov 2004 15:22:30 -   1.53
  @@ -34,10 +34,10 @@
   Group:Language
   License:  GPL
   Version:  2.3.4
  -Release:  20041022
  +Release:  20041109
   
   #   list of sources
  -Source0:  
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
  +Source0:  
ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tar.bz2
   Patch0:   python.patch
   
   #   build information
  @@ -62,9 +62,9 @@
   prog python = {
   version   = %{version}
   url   = ftp://ftp.python.org/pub/python/
  -regex = (\d+\.\d+(\.\d+)*)
  +regex = (\d+(\.\d+)*)
   url   = ftp://ftp.python.org/pub/python/__NEWVER__/
  -regex = Python-(\d+\.\d+(\.\d+)*)\.tgz
  +regex = Python-(\d+(\.\d+)*)\.tar\.bz2
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/python/ python.spec

2004-10-22 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Oct-2004 15:21:47
  Branch: HEAD Handle: 2004102214214700

  Modified files:
openpkg-src/python  python.spec

  Log:
revoke changes made, as we don't want to track the betas

  Summary:
RevisionChanges Path
1.52+1  -1  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.51 -r1.52 python.spec
  --- openpkg-src/python/python.spec22 Oct 2004 11:26:22 -  1.51
  +++ openpkg-src/python/python.spec22 Oct 2004 13:21:47 -  1.52
  @@ -64,7 +64,7 @@
   url   = ftp://ftp.python.org/pub/python/
   regex = (\d+\.\d+(\.\d+)*)
   url   = ftp://ftp.python.org/pub/python/__NEWVER__/
  -regex = Python-(__VER__)\.tgz
  +regex = Python-(\d+\.\d+(\.\d+)*)\.tgz
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/python/ python.spec

2004-10-22 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Oct-2004 13:26:22
  Branch: HEAD Handle: 2004102212262200

  Modified files:
openpkg-src/python  python.spec

  Log:
fixed tracking

  Summary:
RevisionChanges Path
1.51+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.50 -r1.51 python.spec
  --- openpkg-src/python/python.spec15 Jun 2004 12:01:35 -  1.50
  +++ openpkg-src/python/python.spec22 Oct 2004 11:26:22 -  1.51
  @@ -34,7 +34,7 @@
   Group:Language
   License:  GPL
   Version:  2.3.4
  -Release:  20040615
  +Release:  20041022
   
   #   list of sources
   Source0:  ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
  @@ -64,7 +64,7 @@
   url   = ftp://ftp.python.org/pub/python/
   regex = (\d+\.\d+(\.\d+)*)
   url   = ftp://ftp.python.org/pub/python/__NEWVER__/
  -regex = Python-(\d+\.\d+(\.\d+)*)\.tgz
  +regex = Python-(__VER__)\.tgz
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/python/ python.spec

2004-06-15 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Jun-2004 14:01:36
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/python  python.spec

  Log:
zope needs python build against zlib

  Summary:
RevisionChanges Path
1.50+0  -0  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.49 -r1.50 python.spec
  --- openpkg-src/python/python.spec5 Jun 2004 16:58:24 -   1.49
  +++ openpkg-src/python/python.spec15 Jun 2004 12:01:35 -  1.50
  @@ -34,7 +34,7 @@
   Group:Language
   License:  GPL
   Version:  2.3.4
  -Release:  20040605
  +Release:  20040615
   
   #   list of sources
   Source0:  ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
  @@ -43,7 +43,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, zlib
   PreReq:   OpenPKG, openpkg >= 20040130, gcc
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/python/ python.spec

2004-05-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-May-2004 21:02:45
  Branch: HEAD Handle: 2004052720024500

  Modified files:
openpkg-src/python  python.spec

  Log:
upgrading package: python 2.3.3 -> 2.3.4

  Summary:
RevisionChanges Path
1.48+2  -2  openpkg-src/python/python.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python/python.spec
  
  $ cvs diff -u -r1.47 -r1.48 python.spec
  --- openpkg-src/python/python.spec7 Feb 2004 17:58:15 -   1.47
  +++ openpkg-src/python/python.spec27 May 2004 19:02:45 -  1.48
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Language
   License:  GPL
  -Version:  2.3.3
  -Release:  20040207
  +Version:  2.3.4
  +Release:  20040527
   
   #   list of sources
   Source0:  ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]