Ralf S. Engelschall il y a 22 ans
Parent
commit
b358cc8956
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      perl-dbi/perl-dbi.patch
  2. 2 2
      perl-dbi/perl-dbi.spec

+ 1 - 1
perl-dbi/perl-dbi.patch

@@ -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)

+ 2 - 2
perl-dbi/perl-dbi.spec

@@ -42,8 +42,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20030517
-Release:      20030517
+Version:      20030528
+Release:      20030528
 
 #   package options
 %option       with_dbd_mysql   no