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: 30-May-2003 11:47:54
Branch: HEAD Handle: 2003053010475102
Modified files:
openpkg-re/vcheck vc.perl-apache
openpkg-src/perl-apache perl-apache.spec
openpkg-web news.txt
Log:
added Apache::DB profiling hook
Summary:
Revision Changes Path
1.6 +5 -0 openpkg-re/vcheck/vc.perl-apache
1.10 +7 -2 openpkg-src/perl-apache/perl-apache.spec
1.4637 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-apache
============================================================================
$ cvs diff -u -r1.5 -r1.6 vc.perl-apache
--- openpkg-re/vcheck/vc.perl-apache 19 Feb 2003 08:40:11 -0000 1.5
+++ openpkg-re/vcheck/vc.perl-apache 30 May 2003 09:47:51 -0000 1.6
@@ -16,6 +16,11 @@
url = http://www.cpan.org/modules/by-module/Apache/
regex = Apache-AuthCookieDBI-(__VER__)\.tar\.gz
}
+prog perl-apache:Apache-DB = {
+ version = 0.06
+ url = http://www.cpan.org/modules/by-module/Apache/
+ regex = Apache-DB-(__VER__)\.tar\.gz
+}
prog perl-apache:Apache-DBI = {
version = 0.91
url = http://www.cpan.org/modules/by-module/Apache/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-apache/perl-apache.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 perl-apache.spec
--- openpkg-src/perl-apache/perl-apache.spec 5 Mar 2003 18:51:43 -0000 1.9
+++ openpkg-src/perl-apache/perl-apache.spec 30 May 2003 09:47:53 -0000 1.10
@@ -37,6 +37,7 @@
%define V_apache_session_sqlite 0.21
%define V_apache_session_sharedmem 0.41
%define V_apache_tempfile 0.05
+%define V_apache_db 0.06
# package information
Name: perl-apache
@@ -47,8 +48,8 @@
Distribution: OpenPKG [EVAL]
Group: Language
License: GPL/Artistic
-Version: 20030305
-Release: 20030305
+Version: 20030530
+Release: 20030530
# package options
# FIMXE: rse: alternative *brain-dead* behavior in Apache-AuthCookie's login
@@ -69,6 +70,7 @@
Source10:
http://www.cpan.org/modules/by-module/Apache/Apache-Session-SQLite-%{V_apache_session_sqlite}.tar.gz
Source11:
http://www.cpan.org/modules/by-module/Apache/Apache-Session-SharedMem-%{V_apache_session_sharedmem}.tar.gz
Source12:
http://www.cpan.org/modules/by-module/Apache/Apache-TempFile-%{V_apache_tempfile}.tar.gz
+Source13:
http://www.cpan.org/modules/by-module/Apache/Apache-DB-%{V_apache_db}.tar.gz
Patch0: Apache-AuthCookie.patch
# build information
@@ -94,6 +96,7 @@
- Apache::Session::SQLite (%{V_apache_session_sqlite})
- Apache::Session::SharedMem (%{V_apache_session_sharedmem})
- Apache::TempFile (%{V_apache_tempfile})
+ - Apache::DB (%{V_apache_db})
%prep
%setup0 -q -c
@@ -109,6 +112,7 @@
%setup10 -q -T -D -a 10
%setup11 -q -T -D -a 11
%setup12 -q -T -D -a 12
+ %setup13 -q -T -D -a 13
%if "%{with_authcookie_alt}" == "yes"
%patch0 -p0
%endif
@@ -133,6 +137,7 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE10}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE11}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE12}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE13}
# perform common epilog operations
%{l_prefix}/bin/perl-openpkg epilog
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4636 -r1.4637 news.txt
--- openpkg-web/news.txt 30 May 2003 08:28:49 -0000 1.4636
+++ openpkg-web/news.txt 30 May 2003 09:47:52 -0000 1.4637
@@ -1,3 +1,4 @@
+30-May-2003: Upgraded package: P<perl-apache-20030530-20030530>
30-May-2003: Upgraded package: P<pcre-4.3-20030530>
30-May-2003: Upgraded package: P<imagemagick-5.5.7.5-20030530>
30-May-2003: Upgraded package: P<openldap-2.1.21-20030530>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]