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 openpkg$ Date: 10-Jan-2003 16:44:47
Branch: HEAD Handle: 2003011015444403
Modified files:
openpkg-re/vcheck vc.perl-util
openpkg-src/perl-util perl-util.spec
openpkg-web news.txt
Log:
added Class::Container and Cache::Cache
Summary:
Revision Changes Path
1.13 +10 -0 openpkg-re/vcheck/vc.perl-util
1.31 +12 -2 openpkg-src/perl-util/perl-util.spec
1.2637 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-util
============================================================================
$ cvs diff -u -r1.12 -r1.13 vc.perl-util
--- openpkg-re/vcheck/vc.perl-util 13 Dec 2002 10:38:01 -0000 1.12
+++ openpkg-re/vcheck/vc.perl-util 10 Jan 2003 15:44:44 -0000 1.13
@@ -56,4 +56,14 @@
url = http://www.cpan.org/modules/by-module/Object/
regex = Object-Realize-Later-(__VER__)\.tar\.gz
}
+prog perl-util:Class-Container = {
+ version = 0.08
+ url = http://www.cpan.org/modules/by-module/Class/
+ regex = Class-Container-(__VER__)\.tar\.gz
+}
+prog perl-util:Cache-Cache = {
+ version = 1.01
+ url = http://www.cpan.org/modules/by-module/Cache/
+ regex = Cache-Cache-(__VER__)\.tar\.gz
+}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 3 Jan 2003 10:54:10 -0000 1.30
+++ openpkg-src/perl-util/perl-util.spec 10 Jan 2003 15:44:47 -0000 1.31
@@ -35,6 +35,8 @@
%define V_class_data_inheritable 0.02
%define V_exception_class 1.07
%define V_object_realize_later 0.10
+%define V_class_container 0.08
+%define V_cache_cache 1.01
# package information
Name: perl-util
@@ -45,8 +47,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20021213
-Release: 20021213
+Version: 20030110
+Release: 20030110
# list of sources
Source0: http://www.cpan.org/modules/by-module/Alias/Alias-%{V_alias}.tar.gz
@@ -60,6 +62,8 @@
Source8:
http://www.cpan.org/modules/by-module/Class/Class-Data-Inheritable-%{V_class_data_inheritable}.tar.gz
Source9:
http://www.cpan.org/modules/by-module/Exception/Exception-Class-%{V_exception_class}.tar.gz
Source10:
http://www.cpan.org/modules/by-module/Object/Object-Realize-Later-%{V_object_realize_later}.tar.gz
+Source11:
http://www.cpan.org/modules/by-module/Class/Class-Container-%{V_class_container}.tar.gz
+Source12:
http://www.cpan.org/modules/by-module/Cache/Cache-Cache-%{V_cache_cache}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -82,6 +86,8 @@
- Class::Data::Inheritable (%{V_class_data_inheritable})
- Exception::Class (%{V_exception_class})
- Object::Realize::Later (%{V_object_realize_later})
+ - Class::Container (%{V_class_container})
+ - Cache::Cache (%{V_cache_cache})
%prep
%setup0 -q -c
@@ -95,6 +101,8 @@
%setup8 -q -T -D -a 8
%setup9 -q -T -D -a 9
%setup10 -q -T -D -a 10
+ %setup11 -q -T -D -a 11
+ %setup12 -q -T -D -a 12
%build
@@ -114,6 +122,8 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE8}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE9}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE10}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE11}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE12}
# perform common epilog operations
%{l_prefix}/bin/perl-openpkg epilog
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2636 -r1.2637 news.txt
--- openpkg-web/news.txt 10 Jan 2003 12:23:54 -0000 1.2636
+++ openpkg-web/news.txt 10 Jan 2003 15:44:45 -0000 1.2637
@@ -1,3 +1,4 @@
+10-Jan-2003: Upgraded package: P<perl-util-20030110-20030110>
10-Jan-2003: Upgraded package: P<mysql-3.23.54a-20030110>
10-Jan-2003: Upgraded package: P<postfix-2.0.0.2-20030110>
10-Jan-2003: Upgraded package: P<ncurses-5.3.20030105-20030110>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]