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:
    Revision    Changes     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.spec    22 Oct 2004 13:21:47 -0000      1.52
  +++ openpkg-src/python/python.spec    9 Nov 2004 15:22:30 -0000       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 Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to