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: 06-Feb-2003 01:34:06
Branch: HEAD Handle: 2003020600340402
Modified files:
openpkg-src/openpkg-tool
openpkg-index.pl openpkg-tool.spec
openpkg-web news.txt
Log:
use resource elements also for indexing binary packages
Summary:
Revision Changes Path
1.13 +4 -0 openpkg-src/openpkg-tool/openpkg-index.pl
1.34 +2 -2 openpkg-src/openpkg-tool/openpkg-tool.spec
1.3205 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tool/openpkg-index.pl
============================================================================
$ cvs diff -u -r1.12 -r1.13 openpkg-index.pl
--- openpkg-src/openpkg-tool/openpkg-index.pl 21 Jan 2003 13:25:06 -0000 1.12
+++ openpkg-src/openpkg-tool/openpkg-index.pl 6 Feb 2003 00:34:06 -0000 1.13
@@ -763,6 +763,10 @@
$a{'PreReq'} =~ s/^rpmlib\(.*$//mg;
$a{'Description'} = [ $a{'Description'} ];
+ foreach ('Conflicts', 'PreReq', 'Provides') {
+ $a{$_} = [ map { make_resource($_) } split(/\n+/, $a{$_}) ];
+ }
+
return { map {
$_ => { '' => (ref $a{$_} ? $a{$_} : [ split(/\n+/, $a{$_}) ]) }
} keys %a };
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg-tool/openpkg-tool.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 openpkg-tool.spec
--- openpkg-src/openpkg-tool/openpkg-tool.spec 4 Feb 2003 11:26:56 -0000
1.33
+++ openpkg-src/openpkg-tool/openpkg-tool.spec 6 Feb 2003 00:34:06 -0000
1.34
@@ -32,8 +32,8 @@
Distribution: OpenPKG [PLUS]
Group: Bootstrapping
License: GPL
-Version: 20030204
-Release: 20030204
+Version: 20030206
+Release: 20030206
# list of sources
Source0: openpkg.sh
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3204 -r1.3205 news.txt
--- openpkg-web/news.txt 5 Feb 2003 15:52:51 -0000 1.3204
+++ openpkg-web/news.txt 6 Feb 2003 00:34:04 -0000 1.3205
@@ -1,3 +1,4 @@
+06-Feb-2003: Upgraded package: P<openpkg-tool-20030206-20030206>
05-Feb-2003: Upgraded package: P<postgresql-7.3.2-20030205>
05-Feb-2003: Upgraded package: P<openpkg-20030205-20030205>
05-Feb-2003: Upgraded package: P<sendmail-8.12.7-20030205>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]