OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re, openpkg-web, openpkg-src Date:   13-Sep-2002 15:00:20
  Branch: HEAD                             Handle: 2002091314001305

  Modified files:
    openpkg-re/vcheck       vc.bash
    openpkg-src/bash        bash.spec
    openpkg-web             news.txt

  Log:
    fix URLs, add official patches, etc.

  Summary:
    Revision    Changes     Path
    1.3         +8  -1      openpkg-re/vcheck/vc.bash
    1.24        +15 -3      openpkg-src/bash/bash.spec
    1.1540      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-re/vcheck/vc.bash
  ============================================================
  $ cvs diff -u -r1.2 -r1.3 vc.bash
  --- openpkg-re/vcheck/vc.bash 18 Jul 2002 07:49:40 -0000      1.2
  +++ openpkg-re/vcheck/vc.bash 13 Sep 2002 13:00:13 -0000      1.3
  @@ -3,7 +3,14 @@
   
   prog bash = {
     version   = 2.05b
  -  url       = ftp://ftp.gnu.org/gnu/bash/
  +  url       = ftp://ftp.cwru.edu/pub/bash/
     regex     = bash-(__VER__)\.tar\.gz
  +}
  +prog bash:patches = {
  +  version   = 205b-004
  +  url       = ftp://ftp.cwru.edu/pub/bash/
  +  regex     = bash-(__VER__)-patches
  +  url       = ftp://ftp.cwru.edu/pub/bash/__NEWVER__/
  +  regex     = bash(\S+-\d+)
   }
   
  Index: openpkg-src/bash/bash.spec
  ============================================================
  $ cvs diff -u -r1.23 -r1.24 bash.spec
  --- openpkg-src/bash/bash.spec        13 Aug 2002 12:47:31 -0000      1.23
  +++ openpkg-src/bash/bash.spec        13 Sep 2002 13:00:18 -0000      1.24
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_real 2.05b
  +%define       V_comp 205b
  +
   #   package information
   Name:         bash
   Summary:      Bourne-Again Shell
  @@ -32,12 +36,16 @@
   Distribution: OpenPKG [CORE]
   Group:        Shell
   License:      GPL
  -Version:      2.05b
  -Release:      20020809
  +Version:      %{V_real}
  +Release:      20020913
   
   #   list of sources
  -Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{version}.tar.gz
  +Source0:      ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}.tar.gz
   Source1:      profile
  +Patch0:       ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}-patches/bash%{V_comp}-001
  +Patch1:       ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}-patches/bash%{V_comp}-002
  +Patch2:       ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}-patches/bash%{V_comp}-003
  +Patch3:       ftp://ftp.cwru.edu/pub/bash/bash-%{V_real}-patches/bash%{V_comp}-004
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -56,6 +64,10 @@
   
   %prep
       %setup -q
  +    %patch0 -p0
  +    %patch1 -p0
  +    %patch2 -p0
  +    %patch3 -p0
   
   %build
       CC="%{l_cc}" \
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.1539 -r1.1540 news.txt
  --- openpkg-web/news.txt      13 Sep 2002 11:24:46 -0000      1.1539
  +++ openpkg-web/news.txt      13 Sep 2002 13:00:15 -0000      1.1540
  @@ -1,3 +1,4 @@
  +13-Sep-2002: Upgraded package: P<bash-2.05b-20020913>
   13-Sep-2002: Upgraded package: P<apache-1.3.26-20020913>
   13-Sep-2002: Upgraded package: P<openldap-2.1.4-20020913>
   13-Sep-2002: Upgraded package: P<imagemagick-5.4.9.1-20020913>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to