[perl-Storable] 2.45 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jul 15 12:11:18 UTC 2013


commit e59c731603024f6b692cb15ef4c970a405fbdbd0
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jul 15 14:10:41 2013 +0200

    2.45 bump

 .gitignore         |    1 +
 perl-Storable.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3cdcb7..0b000c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Storable-2.39.tar.gz
+/Storable-2.45.tar.gz
diff --git a/perl-Storable.spec b/perl-Storable.spec
index 00ddf74..cc2e097 100644
--- a/perl-Storable.spec
+++ b/perl-Storable.spec
@@ -1,6 +1,6 @@
 Name:           perl-Storable
-Version:        2.39
-Release:        3%{?dist}
+Version:        2.45
+Release:        1%{?dist}
 Summary:        Persistence for Perl data structures
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -32,10 +32,10 @@ BuildRequires:  perl(strict)
 # Data::Dump not used
 # Data::Dumper not used
 BuildRequires:  perl(B::Deparse) >= 0.61
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(File::Spec) >= 0.8
 BuildRequires:  perl(Hash::Util)
 BuildRequires:  perl(Tie::Hash)
-# MD5 is deprecated and not packaged, do not require it
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Carp substitutes missing Log::Agent
 Requires:       perl(Carp)
@@ -79,6 +79,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar <ppisar at redhat.com> - 2.45-1
+- 2.45 bump
+
 * Fri Jul 12 2013 Petr Pisar <ppisar at redhat.com> - 2.39-3
 - Link minimal build-root packages against libperl.so explicitly
 
diff --git a/sources b/sources
index acf4293..8f1f617 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a9b63a6715b11d234d802c63b0c76e6  Storable-2.39.tar.gz
+682dbbddf86bb30e455b24f569308195  Storable-2.45.tar.gz


More information about the scm-commits mailing list