Browse Source

modifying package: perl-db-5.10.0 20090130 -> 20090202

Ralf S. Engelschall 17 years ago
parent
commit
56ff611890
2 changed files with 5 additions and 5 deletions
  1. 3 3
      perl-db/perl-db.patch
  2. 2 2
      perl-db/perl-db.spec

+ 3 - 3
perl-db/perl-db.patch

@@ -11,9 +11,9 @@ Index: BerkeleyDB-0.36/Makefile.PL
      elsif ($^O =~ /aix/i )  {
        $LIBS .= '-ldb -lpthread ';
        if ($Config{'cc'} eq 'gcc' && $Config{'osvers'} eq '5.1')
-Index: DB_File-1.817/Makefile.PL
---- DB_File-1.817/Makefile.PL.orig	2005-08-31 23:29:18.000000000 +0200
-+++ DB_File-1.817/Makefile.PL	2005-11-16 20:50:32.640641367 +0100
+Index: DB_File-1.818/Makefile.PL
+--- DB_File-1.818/Makefile.PL.orig	2005-08-31 23:29:18.000000000 +0200
++++ DB_File-1.818/Makefile.PL	2005-11-16 20:50:32.640641367 +0100
 @@ -29,7 +29,7 @@
  }
  

+ 2 - 2
perl-db/perl-db.spec

@@ -25,7 +25,7 @@
 %define       V_perl           5.10.0
 %define       V_berkeleydb     0.36
 %define       V_bdb            1.83
-%define       V_db_file        1.817
+%define       V_db_file        1.818
 %define       V_db_file_lock   0.05
 
 #   package information
@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20090130
+Release:      20090202
 
 #   package options
 %option       with_pthreads  no