[perl-Spiffy] 0.31 bump

Petr Pisar ppisar at fedoraproject.org
Mon Oct 29 12:34:50 UTC 2012


commit fda59fec9aabde417b4125711202d6d560ce314a
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Oct 29 13:29:48 2012 +0100

    0.31 bump

 .gitignore       |    1 +
 perl-Spiffy.spec |   27 +++++++++++++++++++--------
 sources          |    2 +-
 3 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2610b8a..7a70fdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Spiffy-0.30.tar.gz
+/Spiffy-0.31.tar.gz
diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec
index 70380aa..fb85d33 100644
--- a/perl-Spiffy.spec
+++ b/perl-Spiffy.spec
@@ -1,6 +1,6 @@
 Name:           perl-Spiffy
-Version:        0.30
-Release:        20%{?dist}
+Version:        0.31
+Release:        1%{?dist}
 Summary:        Framework for doing object oriented (OO) programming in Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,18 +8,26 @@ URL:            http://search.cpan.org/dist/Spiffy/
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(base)
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+# Run-time:
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Filter::Util::Call)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(YAML)
+# Tests:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Data::Dumper)
+Requires:       perl(Filter::Util::Call)
+Requires:       perl(Scalar::Util)
+Requires:       perl(YAML)
 
 # Filter bogus provide of perl(DB) (rpm < 4.9)
 %global provfilt /bin/sh -c "%{__perl_provides} | sed -e '/^perl(DB)$/d'"
@@ -61,10 +69,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/Spiffy.pm
+%{perl_vendorlib}/Spiffy*
 %{_mandir}/man3/Spiffy.3pm*
 
 %changelog
+* Mon Oct 29 2012 Petr Pisar <ppisar at redhat.com> - 0.31-1
+- 0.31 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.30-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2686102..c8a0ec7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49860ccf2127c6d2af3d98560ffae644  Spiffy-0.30.tar.gz
+53cfd4e915715e6dac912469af3d71a0  Spiffy-0.31.tar.gz


More information about the scm-commits mailing list