[perl-DB_File] 1.830 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 4 09:51:31 UTC 2013


commit fd2548b201c703615ac1cb5bb0c733c9ace9d135
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 4 10:51:21 2013 +0100

    1.830 bump

 .gitignore        |    1 +
 perl-DB_File.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e36d0e..2c4a4d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /DB_File-1.827.tar.gz
 /DB_File-1.828.tar.gz
 /DB_File-1.829.tar.gz
+/DB_File-1.830.tar.gz
diff --git a/perl-DB_File.spec b/perl-DB_File.spec
index d7231c9..30f30bd 100644
--- a/perl-DB_File.spec
+++ b/perl-DB_File.spec
@@ -1,6 +1,6 @@
 Name:           perl-DB_File
-Version:        1.829
-Release:        4%{?dist}
+Version:        1.830
+Release:        1%{?dist}
 Summary:        Perl5 access to Berkeley DB version 1.x
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,7 +14,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 5.16
 # File::Copy not needed if ExtUtils::Constant is available
 BuildRequires:  perl(strict)
 # Run-time:
-BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Carp)
 # DynaLoader not needed if XSLoader is available
 BuildRequires:  perl(Exporter)
@@ -27,6 +26,7 @@ BuildRequires:  perl(XSLoader)
 BuildRequires:  perl(Symbol)
 %if !%{defined perl_bootstrap}
 # Optional tests:
+# Data::Dumper not useful
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.00
 %endif
@@ -67,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 04 2013 Petr Pisar <ppisar at redhat.com> - 1.830-1
+- 1.830 bump
+
 * Wed Aug 14 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.829-4
 - Perl 5.18 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index b2c4631..3b778f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b3d62f2c64799c0d2dfe285c385f044  DB_File-1.829.tar.gz
+5656235f7eb5ecac1662e1686b1a1385  DB_File-1.830.tar.gz



More information about the perl-devel mailing list