[perl-CHI] Abandon fedora < 15. Add BR: perl(Digest::MD5). Upstream update. Reflect upstream having abandoned h

corsepiu corsepiu at fedoraproject.org
Sat Jan 14 05:22:10 UTC 2012


commit 67a96fdcd90f7e2445b5556017aadfd7a9faed72
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Jan 14 06:21:56 2012 +0100

    Abandon fedora < 15.
    Add BR: perl(Digest::MD5).
    Upstream update.
    Reflect upstream having abandoned htdocs.

 .gitignore    |    2 +-
 perl-CHI.spec |   25 ++++++++++---------------
 sources       |    2 +-
 3 files changed, 12 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 071d67c..bea196a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/CHI-0.44.tar.gz
+/CHI-0.50.tar.gz
diff --git a/perl-CHI.spec b/perl-CHI.spec
index dc81d09..eb8348e 100644
--- a/perl-CHI.spec
+++ b/perl-CHI.spec
@@ -1,6 +1,6 @@
 Name:           perl-CHI
-Version:        0.44
-Release:        7%{?dist}
+Version:        0.50
+Release:        1%{?dist}
 Summary:        Unified cache handling interface
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,6 +17,7 @@ BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(Data::UUID)
 BuildRequires:  perl(Date::Parse)
 BuildRequires:  perl(Digest::JHash)
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(Hash::MoreUtils)
@@ -49,13 +50,6 @@ BuildRequires:	perl(Cache::FileCache)
 BuildRequires:	perl(Cache::FastMmap)
 %endif
 
-%if 0%{?fedora} < 15
-# Fedora < 15's rpm misses these:
-Requires:       perl(Exporter)
-%endif
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-
 %{?perl_filter_default}
 
 # RPM 4.8 style
@@ -89,11 +83,6 @@ Group:          Development/Libraries
 Summary:        CHI::Test module
 Requires:       perl-CHI = %{version}-%{release}
 
-%if 0%{?fedora} < 15
-# Fedora < 15's rpm misses these:
-Requires:       perl(Exporter)
-Requires:       perl(Test::Class)
-%endif
 # rpm misses these:
 Requires:       perl(Test::Deep)
 Requires:	perl(Test::Exception)
@@ -123,7 +112,7 @@ make test %{?with_author_tests:AUTHOR_TESTING=1} %{?with_smoke_tests:AUTOMATED_T
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README htdocs/CHI/*
+%doc Changes LICENSE README
 %dir %{perl_vendorlib}/CHI
 %{perl_vendorlib}/CHI.pm
 %{perl_vendorlib}/CHI/Benchmarks.pod
@@ -143,6 +132,12 @@ make test %{?with_author_tests:AUTHOR_TESTING=1} %{?with_smoke_tests:AUTOMATED_T
 %{perl_vendorlib}/CHI/Test*
 
 %changelog
+* Sat Jan 14 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.50-1
+- Abandon fedora < 15.
+- Add BR: perl(Digest::MD5).
+- Upstream update.
+- Reflect upstream having abandoned htdocs.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.44-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index d9eeb8b..4231207 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67086f7fb1b7c8f9ceb1553038ee08e0  CHI-0.44.tar.gz
+cf583581231681d58b6f87bbd38d893c  CHI-0.50.tar.gz



More information about the perl-devel mailing list