OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 16-Jan-2003 15:59:51
Branch: HEAD Handle: 2003011614595001
Modified files:
openpkg-src/openpkg-tool
openpkg-build.pl openpkg-tool.spec
openpkg-web news.txt
Log:
fix R option in rc-file
Summary:
Revision Changes Path
1.39 +1 -1 openpkg-src/openpkg-tool/openpkg-build.pl
1.27 +2 -2 openpkg-src/openpkg-tool/openpkg-tool.spec
1.2856 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tool/openpkg-build.pl
============================================================================
$ cvs diff -u -r1.38 -r1.39 openpkg-build.pl
--- openpkg-src/openpkg-tool/openpkg-build.pl 15 Jan 2003 14:55:44 -0000 1.38
+++ openpkg-src/openpkg-tool/openpkg-build.pl 16 Jan 2003 14:59:51 -0000 1.39
@@ -152,7 +152,7 @@
my($RPM,$RPM_PRIV,$RPM_NPRIV,$CURL,$PROG);
-$RPM = $opt_R || $env{''}->{opt}->{'R'} || '@l_prefix@/bin/rpm';
+$RPM = $opt_R || $env{''}->{'R'} || '@l_prefix@/bin/rpm';
$RPM = (`which $RPM` =~ m{^(/.*)})[0];
die "FATAL: cannot locate rpm in path\n" unless $RPM =~ m{^/};
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tool/openpkg-tool.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 openpkg-tool.spec
--- openpkg-src/openpkg-tool/openpkg-tool.spec 15 Jan 2003 13:45:43 -0000
1.26
+++ openpkg-src/openpkg-tool/openpkg-tool.spec 16 Jan 2003 14:59:51 -0000
1.27
@@ -32,8 +32,8 @@
Distribution: OpenPKG [PLUS]
Group: Bootstrapping
License: GPL
-Version: 20030115
-Release: 20030115
+Version: 20030116
+Release: 20030116
# list of sources
Source0: openpkg.sh
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2855 -r1.2856 news.txt
--- openpkg-web/news.txt 16 Jan 2003 14:21:20 -0000 1.2855
+++ openpkg-web/news.txt 16 Jan 2003 14:59:50 -0000 1.2856
@@ -1,3 +1,4 @@
+16-Jan-2003: Upgraded package: P<openpkg-tool-20030116-20030116>
16-Jan-2003: Upgraded package: P<apache-1.3.27-20030116>
16-Jan-2003: Upgraded package: P<guile-1.6.1-20030116>
16-Jan-2003: Upgraded package: P<as-gui-0.5.10-20030116>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]