]> git.pld-linux.org Git - packages/perl-DB_File.git/commitdiff
Up to 1.840 auto/th/perl-DB_File-1.840-1
authorMariusz Mazur <mmazur@pld-linux.org>
Fri, 19 May 2017 13:05:29 +0000 (15:05 +0200)
committerMariusz Mazur <mmazur@pld-linux.org>
Fri, 19 May 2017 13:05:29 +0000 (15:05 +0200)
perl-DB_File-rpm-automation.patch
perl-DB_File.spec

index dd86f408f4e4983f98f7cdf2d723c79c5eb53cb8..b091e35064a5cbffa862cf6d546a36125f6c1cd7 100644 (file)
@@ -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 ;
index 92263fc3e0480b185aca678dc9bcbcd309836fd1..758df450f1e385d86c40ed92d44dd5fc93fc4f5f 100644 (file)
 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*
This page took 0.124203 seconds and 4 git commands to generate.