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: 03-Apr-2004 13:47:31 Branch: HEAD Handle: 2004040312473000 Modified files: openpkg-src/openpkg HISTORY openpkg.spec Log: fix tracking of GNU tar Summary: Revision Changes Path 1.152 +1 -0 openpkg-src/openpkg/HISTORY 1.307 +2 -2 openpkg-src/openpkg/openpkg.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.151 -r1.152 HISTORY --- openpkg-src/openpkg/HISTORY 1 Apr 2004 20:10:55 -0000 1.151 +++ openpkg-src/openpkg/HISTORY 3 Apr 2004 11:47:30 -0000 1.152 @@ -2,6 +2,7 @@ 2004 ==== +20040403 fix tracking of GNU tar 20040401 fix "openpkg install openpkg-tool" bootstrapping command 20040324 fix %l_check_nosource: the output went directly into the shell scripts 20040320 upgrade to cURL 7.11.1 @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.306 -r1.307 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 1 Apr 2004 20:10:55 -0000 1.306 +++ openpkg-src/openpkg/openpkg.spec 3 Apr 2004 11:47:30 -0000 1.307 @@ -39,7 +39,7 @@ # o any cc(1) # the package version/release -%define V_openpkg 20040401 +%define V_openpkg 20040403 # the used software versions %define V_rpm 4.2.1 @@ -206,7 +206,7 @@ prog openpkg:tar = { version = %{V_tar} url = ftp://alpha.gnu.org/gnu/tar/ - regex = tar-(\d+\.\d+\d.(2\d|9[4-9]))\.tar\.gz + regex = tar-(\d+\.\d+\d\.(2\d|9[4-9]))\.tar\.gz } prog openpkg:zlib = { version = %{V_zlib} @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]