]> git.pld-linux.org Git - packages/perl-DBI.git/commitdiff
- updated to 1.44
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 17 Oct 2004 21:50:29 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBI-changes.patch -> 1.2
    perl-DBI.spec -> 1.69

perl-DBI-changes.patch
perl-DBI.spec

index 34726705af915b0d367826d7ea7335fb3e07c6c4..010b04432fb1da3025c1ca1ed13f925433d096f3 100644 (file)
@@ -1,11 +1,14 @@
---- Makefile.PL        Sat Oct 12 15:10:29 2002
-+++ Makefile.PL.new    Sat Oct 12 15:10:22 2002
-@@ -253,7 +253,7 @@
+diff -burN DBI-1.44.orig/Makefile.PL DBI-1.44/Makefile.PL
+--- DBI-1.44.orig/Makefile.PL  2004-10-17 23:42:06.423617752 +0200
++++ DBI-1.44/Makefile.PL       2004-10-17 23:42:55.603141328 +0200
+@@ -290,8 +290,8 @@
  # make Changes file available as installed pod docs "perldoc DBI::Changes"
+ # make Roadmap.pod file available as installed pod docs "perldoc DBI::Roadmap"
  inst_libdbi = ' . File::Spec->catdir($self->{INST_LIB}, 'DBI') . '
 -changes_pm = '  . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Changes.pm') . '
+-roadmap_pm = '  . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Roadmap.pm') . '
 +changes_pm = '  . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Changes.pod') . '
++roadmap_pm = '  . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Roadmap.pod') . '
  
- config :: $(changes_pm)
+ config :: $(changes_pm) $(roadmap_pm)
+       $(NOECHO) $(NOOP)
index 553e2a94581b244ef71ef88ca6671e7e39c56e0b..959505cdedcf61cc8c3e1c94c94529163297d786 100644 (file)
@@ -23,12 +23,12 @@ Summary(ru):        
 Summary(sv):   Ett databasåtkomst-API för Perl
 Summary(zh_CN):        Perl µÄÊý¾Ý¿â·ÃÎÊ API¡£
 Name:          perl-DBI
-Version:       1.43
+Version:       1.44
 Release:       1
 License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-# Source0-md5: ceaa35210d70e9762a3de5426d4d9235
+# Source0-md5: 64fffab5a23698b1686cdf1cfcf8bb9b
 Patch0:                perl-DBI-changes.patch
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl-devel >= 1:5.8.0
@@ -154,7 +154,7 @@ Apache'a. Mo
 
 %prep
 %setup -q -n %{pnam}-%{version}
-%patch0 -p0
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.134978 seconds and 4 git commands to generate.