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-Oct-2006 11:24:13
Branch: OPENPKG_2_STABLE Handle: 2006102410241200
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/openpkg HISTORY openpkg.spec
Log:
MFC: try to workaround GNU tar build problems
Summary:
Revision Changes Path
1.337.2.13 +4 -1 openpkg-src/openpkg/HISTORY
1.490.2.14 +3 -2 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.337.2.12 -r1.337.2.13 HISTORY
--- openpkg-src/openpkg/HISTORY 23 Oct 2006 07:55:35 -0000
1.337.2.12
+++ openpkg-src/openpkg/HISTORY 24 Oct 2006 09:24:12 -0000
1.337.2.13
@@ -2,7 +2,10 @@
2006
====
-20061018 **** RELEASE AS PART OF OPENPKG 2.20061023 ***
+20061024 **** RELEASE AS PART OF OPENPKG 2.20061024 ***
+20061024 try to workaround GNU tar build problems
+
+20061023 **** RELEASE AS PART OF OPENPKG 2.20061023 ***
20061023 upgrade to openpkg-tools 1.0.1
20061022 upgrade to openpkg-registry 1.0.1
20061022 upgrade to GNU tar 1.16
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.490.2.13 -r1.490.2.14 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 23 Oct 2006 07:55:35 -0000
1.490.2.13
+++ openpkg-src/openpkg/openpkg.spec 24 Oct 2006 09:24:12 -0000
1.490.2.14
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 2.20061023
+%define V_openpkg 2.20061024
# the used software versions
%define V_rpm 4.2.1
@@ -153,7 +153,7 @@
AutoReq: no
AutoReqProv: no
Provides: OpenPKG
-Provides: openpkg = 20061023-20061023
+Provides: openpkg = 20061024-20061024
%description
This is the bootstrap package for the RPM-based Unix Software
@@ -557,6 +557,7 @@
-e 's;^rm conftest\.sed;rm -f conftest.sed;' \
configure
CC="${l_cc}" \
+ MAKEINFO="true" \
GREP="grep" \
./configure \
--cache-file=./config.cache \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]