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 openpkg$ Date: 08-Oct-2003 11:26:16
Branch: HEAD Handle: 2003100810261303
Modified files:
openpkg-re/vcheck vc.perl-util
openpkg-src/perl-util perl-util.spec
openpkg-web news.txt
Log:
upgrading package: perl-util 20030926 -> 20031008
Summary:
Revision Changes Path
1.58 +6 -1 openpkg-re/vcheck/vc.perl-util
1.81 +8 -3 openpkg-src/perl-util/perl-util.spec
1.6918 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-util
============================================================================
$ cvs diff -u -r1.57 -r1.58 vc.perl-util
--- openpkg-re/vcheck/vc.perl-util 26 Sep 2003 18:02:08 -0000 1.57
+++ openpkg-re/vcheck/vc.perl-util 8 Oct 2003 09:26:13 -0000 1.58
@@ -77,7 +77,7 @@
regex = Object-Realize-Later-(__VER__)\.tar\.gz
}
prog perl-util:Params-Validate = {
- version = 0.65
+ version = 0.66
url = http://www.cpan.org/modules/by-module/Attribute/
regex = Params-Validate-(__VER__)\.tar\.gz
}
@@ -105,5 +105,10 @@
version = 0.15
url = http://www.cpan.org/modules/by-module/Test/
regex = Test-Inline-(__VER__)\.tar\.gz
+}
+prog perl-util:Test-Simple = {
+ version = 0.47
+ url = http://www.cpan.org/modules/by-module/Test/
+ regex = Test-Simple-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 26 Sep 2003 07:36:23 -0000 1.80
+++ openpkg-src/perl-util/perl-util.spec 8 Oct 2003 09:26:16 -0000 1.81
@@ -39,12 +39,13 @@
%define V_devel_stacktrace 1.04
%define V_exception_class 1.16
%define V_object_realize_later 0.14
-%define V_params_validate 0.65
+%define V_params_validate 0.66
%define V_startup 0.103
%define V_string_divert 0.93
%define V_test 1.24
%define V_test_inline 0.15
%define V_test_harness 2.30
+%define V_test_simple 0.47
# package information
Name: perl-util
@@ -55,8 +56,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030926
-Release: 20030926
+Version: 20031008
+Release: 20031008
# list of sources
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -80,6 +81,7 @@
Source18:
http://www.cpan.org/modules/by-module/Object/Object-Realize-Later-%{V_object_realize_later}.tar.gz
Source19:
http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Startup-%{V_startup}.tar.gz
Source20:
http://www.cpan.org/modules/by-module/String/String-Divert-%{V_string_divert}.tar.gz
+Source21:
http://www.cpan.org/modules/by-module/Test/Test-Simple-%{V_test_simple}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -112,6 +114,7 @@
- Test (%{V_test})
- Test::Inline (%{V_test_inline})
- Test::Harness (%{V_test_harness})
+ - Test::Simple (%{V_test_simple})
%prep
%setup0 -q -c
@@ -135,6 +138,7 @@
%setup18 -q -T -D -a 18
%setup19 -q -T -D -a 19
%setup20 -q -T -D -a 20
+ %setup21 -q -T -D -a 21
%build
@@ -164,6 +168,7 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE18}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE19}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE20}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
# cleanup installation files
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace # demo from "Startup" module
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6917 -r1.6918 news.txt
--- openpkg-web/news.txt 8 Oct 2003 08:51:46 -0000 1.6917
+++ openpkg-web/news.txt 8 Oct 2003 09:26:14 -0000 1.6918
@@ -1,3 +1,4 @@
+08-Oct-2003: Upgraded package: P<perl-util-20031008-20031008>
08-Oct-2003: Upgraded package: P<gdb-6.0-20031008>
08-Oct-2003: Upgraded package: P<gtk2-2.2.4-20031008>
08-Oct-2003: Upgraded package: P<neon-0.24.3-20031008>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]