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 openpkg-web Date: 07-Nov-2003 12:48:39
Branch: HEAD Handle: 2003110711483701
Modified files:
openpkg-src/openpkg HISTORY aux.wrapbin.sh openpkg.spec
openpkg-web news.txt
Log:
fix usage of %pre in aux.wrapbin.sh -- was broken after recent
work-offs
Summary:
Revision Changes Path
1.88 +1 -0 openpkg-src/openpkg/HISTORY
1.13 +1 -0 openpkg-src/openpkg/aux.wrapbin.sh
1.244 +1 -1 openpkg-src/openpkg/openpkg.spec
1.7317 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.87 -r1.88 HISTORY
--- openpkg-src/openpkg/HISTORY 2 Nov 2003 11:33:31 -0000 1.87
+++ openpkg-src/openpkg/HISTORY 7 Nov 2003 11:48:38 -0000 1.88
@@ -2,6 +2,7 @@
2003
====
+20031107 fix usage of %pre in aux.wrapbin.sh -- was broken after recent work-offs
20031102 upgrade to cURL 7.10.8
20031031 upgrade to latest OSSP platform script version
20031031 work-off aux.wrap{src,bin}.sh scripts and internal documentation in README
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/aux.wrapbin.sh
============================================================================
$ cvs diff -u -r1.12 -r1.13 aux.wrapbin.sh
--- openpkg-src/openpkg/aux.wrapbin.sh 31 Oct 2003 16:29:37 -0000 1.12
+++ openpkg-src/openpkg/aux.wrapbin.sh 7 Nov 2003 11:48:38 -0000 1.13
@@ -103,6 +103,7 @@
# running the embedded %pre script for hooking into the system environment
echo "++ hooking OpenPKG instance into system environment"
+prefix="$l_prefix"
susr='@SUSR@'; sgrp='@SGRP@'
musr='@MUSR@'; mgrp='@MGRP@'
rusr='@RUSR@'; rgrp='@RGRP@'
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.243 -r1.244 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 2 Nov 2003 11:33:31 -0000 1.243
+++ openpkg-src/openpkg/openpkg.spec 7 Nov 2003 11:48:38 -0000 1.244
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20031102
+%define V_openpkg 20031107
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7316 -r1.7317 news.txt
--- openpkg-web/news.txt 7 Nov 2003 10:53:20 -0000 1.7316
+++ openpkg-web/news.txt 7 Nov 2003 11:48:37 -0000 1.7317
@@ -1,3 +1,4 @@
+07-Nov-2003: Upgraded package: P<openpkg-20031107-20031107>
07-Nov-2003: Upgraded package: P<pkgconfig-0.15.0-20031107>
07-Nov-2003: Upgraded package: P<perl-5.8.2-20031107>
07-Nov-2003: Upgraded package: P<freetype-2.1.6-20031107>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]