[perl-Const-Fast] Update to 0.013 and add perl default filter

Emmanuel Seyman eseyman at fedoraproject.org
Sat Oct 6 14:57:17 UTC 2012


commit fa10d46d926d1340801f9d02373be2f14f9f7e97
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sat Oct 6 16:57:11 2012 +0200

    Update to 0.013 and add perl default filter

 .gitignore           |    1 +
 perl-Const-Fast.spec |   11 +++++++++--
 sources              |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d3c608..0b582e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Const-Fast-0.006.tar.gz
 /Const-Fast-0.011.tar.gz
+/Const-Fast-0.013.tar.gz
diff --git a/perl-Const-Fast.spec b/perl-Const-Fast.spec
index 3b8f556..5f14ff3 100644
--- a/perl-Const-Fast.spec
+++ b/perl-Const-Fast.spec
@@ -1,6 +1,6 @@
 Name:           perl-Const-Fast
-Version:        0.011
-Release:        3%{?dist}
+Version:        0.013
+Release:        1%{?dist}
 Summary:        Facility for creating read-only scalars, arrays, and hashes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -17,10 +17,13 @@ BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Sub::Exporter::Progressive)
 # Optional tests
 BuildRequires:  perl(Test::Script) >= 1.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This the only function of this module and it is exported by default. It takes
 a scalar, array or hash left-value as first argument, and a list of one or
@@ -56,6 +59,10 @@ make test
 
 
 %changelog
+* Sat Oct 06 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 0.013-1
+- Update to 0.013
+- Add perl default filter
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.011-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e07f5b1..257ac66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c35f86bc5864685d4284648a1729380  Const-Fast-0.011.tar.gz
+702cdaa477285fb3c54a60897d9643c1  Const-Fast-0.013.tar.gz


More information about the scm-commits mailing list