[perl-Hash-FieldHash] update to 0.12

Iain Arnell iarnell at fedoraproject.org
Sun Oct 23 06:00:47 UTC 2011


commit a8f8e9daf641d752f11fb4cbddd6c5a4e3416daa
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Oct 23 08:00:41 2011 +0200

    update to 0.12

 .gitignore               |    1 +
 perl-Hash-FieldHash.spec |   12 +++++++-----
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0873817..77075ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Hash-FieldHash-0.10.tar.gz
+/Hash-FieldHash-0.12.tar.gz
diff --git a/perl-Hash-FieldHash.spec b/perl-Hash-FieldHash.spec
index 7209f42..4865fee 100644
--- a/perl-Hash-FieldHash.spec
+++ b/perl-Hash-FieldHash.spec
@@ -1,19 +1,18 @@
 Name:           perl-Hash-FieldHash
-Version:        0.10
-Release:        2%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Lightweight field hash implementation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Hash-FieldHash/
 Source0:        http://www.cpan.org/modules/by-module/Hash/Hash-FieldHash-%{version}.tar.gz
+BuildRequires:  perl(Devel::PPPort) >= 3.19
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::ParseXS) >= 2.21
 BuildRequires:  perl(parent) >= 0.221
 BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.62
-BuildRequires:  perl(XSLoader) >= 0.1
-Requires:       perl(parent) >= 0.221
-Requires:       perl(XSLoader) >= 0.1
+BuildRequires:  perl(XSLoader) >= 0.02
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -48,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 23 2011 Iain Arnell <iarnell at gmail.com> 0.12-1
+- update to latest upstream version
+
 * Tue Aug 23 2011 Iain Arnell <iarnell at gmail.com> 0.10-2
 - drop unnecessary explicit buildrequires
 
diff --git a/sources b/sources
index 75409e1..d320912 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb8cb7ac175b7021f8ea1afe4f502ef5  Hash-FieldHash-0.10.tar.gz
+9d1308462bca7f4757f0c9136a08610e  Hash-FieldHash-0.12.tar.gz



More information about the perl-devel mailing list