From: Mariusz Mazur Date: Fri, 19 May 2017 13:05:29 +0000 (+0200) Subject: Up to 1.840 X-Git-Tag: auto/th/perl-DB_File-1.840-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f548a36b382530652422edd726ae26c476b3019b;p=packages%2Fperl-DB_File.git Up to 1.840 --- diff --git a/perl-DB_File-rpm-automation.patch b/perl-DB_File-rpm-automation.patch index dd86f40..b091e35 100644 --- a/perl-DB_File-rpm-automation.patch +++ b/perl-DB_File-rpm-automation.patch @@ -1,24 +1,22 @@ -diff -urN DB_File-1.79.orig/DB_File.pm DB_File-1.79/DB_File.pm ---- DB_File-1.79.orig/DB_File.pm Fri Oct 26 00:32:03 2001 -+++ DB_File-1.79/DB_File.pm Mon Mar 4 07:43:55 2002 -@@ -11,8 +11,6 @@ +--- a/DB_File.pm~ 2016-12-29 15:21:35.000000000 +0100 ++++ a/DB_File.pm 2017-05-19 15:01:36.108010888 +0200 +@@ -9,8 +9,6 @@ package DB_File::HASHINFO ; --require 5.00404; +-require 5.008003; - use warnings; use strict; use Carp; -diff -urN DB_File-1.79.orig/Makefile.PL DB_File-1.79/Makefile.PL ---- DB_File-1.79.orig/Makefile.PL Fri Oct 26 00:31:56 2001 -+++ DB_File-1.79/Makefile.PL Mon Mar 4 07:43:42 2002 +--- a/Makefile.PL~ 2016-12-29 12:40:29.000000000 +0100 ++++ a/Makefile.PL 2017-05-19 15:01:44.825108380 +0200 @@ -4,9 +4,6 @@ use ExtUtils::MakeMaker 5.16 ; use Config ; --die "DB_File needs Perl 5.004_05 or better. This is $]\n" -- if $] <= 5.00404; +-die "DB_File needs Perl 5.8.3 or better. This is $]\n" +- if $] < 5.008003; - my $VER_INFO ; my $LIB_DIR ; diff --git a/perl-DB_File.spec b/perl-DB_File.spec index 92263fc..758df45 100644 --- a/perl-DB_File.spec +++ b/perl-DB_File.spec @@ -10,13 +10,13 @@ Summary: DB_File allows to manage a simple ASCII database Summary(pl.UTF-8): DB_File pozwala na korzystanie z prostej, tekstowej bazy danych Name: perl-DB_File -Version: 1.828 -Release: 7 +Version: 1.840 +Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/DB_File/%{pnam}-%{version}.tar.gz -# Source0-md5: 519c2056754a3b1897c6d8b3bc82d6f5 +# Source0-md5: 8a2e98d457a216840ac893913c24141e Patch0: %{name}-rpm-automation.patch URL: http://search.cpan.org/dist/DB_File/ BuildRequires: db-devel @@ -61,6 +61,5 @@ rm -rf $RPM_BUILD_ROOT %doc Changes README %{perl_vendorarch}/DB_File.pm %dir %{perl_vendorarch}/auto/DB_File -%{perl_vendorarch}/auto/DB_File/autosplit.ix %attr(755,root,root) %{perl_vendorarch}/auto/DB_File/DB_File.so %{_mandir}/man3/DB_File.3pm*