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 Date: 28-May-2003 13:56:51
Branch: HEAD Handle: 2003052812564902
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
openpkg-web news.txt
Log:
fix patch
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-src/perl-dbi/perl-dbi.patch
1.63 +2 -2 openpkg-src/perl-dbi/perl-dbi.spec
1.4606 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 17 May 2003 11:41:51 -0000 1.1
+++ openpkg-src/perl-dbi/perl-dbi.patch 28 May 2003 11:56:51 -0000 1.2
@@ -13,7 +13,7 @@
+ PGresult *result = NULL;
+ ExecStatusType status;
+
-+ if (DBIc_has(imp_dbh, DBIcf_AutoCommit) == TRUE)
++ if (DBIc_has(imp_dbh, DBIcf_AutoCommit))
+ return 1;
+
+ if (imp_dbh->pg_need_begin == 0)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 17 May 2003 11:41:51 -0000 1.62
+++ openpkg-src/perl-dbi/perl-dbi.spec 28 May 2003 11:56:51 -0000 1.63
@@ -42,8 +42,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030517
-Release: 20030517
+Version: 20030528
+Release: 20030528
# package options
%option with_dbd_mysql no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4605 -r1.4606 news.txt
--- openpkg-web/news.txt 28 May 2003 11:22:07 -0000 1.4605
+++ openpkg-web/news.txt 28 May 2003 11:56:49 -0000 1.4606
@@ -1,3 +1,4 @@
+28-May-2003: Upgraded package: P<perl-dbi-20030528-20030528>
28-May-2003: Upgraded package: P<openpkg-tool-20030528-20030528>
28-May-2003: Upgraded package: P<gdk-pixbuf-0.22.0-20030528>
28-May-2003: Upgraded package: P<gettext-0.12.1-20030528>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]