[perl-smartmatch] 0.04 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jul 9 12:06:17 UTC 2012


commit e8f72a2caf9a8d85e84e9026d9772f4bd6f853b6
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jul 9 14:02:56 2012 +0200

    0.04 bump

 .gitignore           |    1 +
 perl-smartmatch.spec |   19 +++++++++++--------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad33cb3..70cf8b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /smartmatch-0.03-TRIAL.tar.gz
+/smartmatch-0.04-TRIAL.tar.gz
diff --git a/perl-smartmatch.spec b/perl-smartmatch.spec
index 502082f..41f99b5 100644
--- a/perl-smartmatch.spec
+++ b/perl-smartmatch.spec
@@ -1,7 +1,7 @@
 # This file is licensed under the terms of GNU GPLv2+
 Name:           perl-smartmatch
-Version:        0.03
-Release:        3%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Pluggable smart matching back-ends
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,21 +10,21 @@ Source0:        http://search.cpan.org/CPAN/authors/id/D/DO/DOY/smartmatch-%{ver
 BuildRequires:  perl(B::Hooks::OP::Check) >= 0.14
 BuildRequires:  perl(ExtUtils::Depends)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Package::Stash)
+BuildRequires:  perl(parent)
 # Tests:
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(parent)
+BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Test::More) >= 0.88
 # Optional tests:
 BuildRequires:  perl(Test::Script) >= 1.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(B::Hooks::OP::Check) >= 0.14
 
 %{?perl_default_filter}
-# Remove underspecified dependencies
-%{?filter_setup:
-%filter_from_requires /^perl(B::Hooks::OP::Check)$/d
-%filter_setup}
 
 %description
 This module allows you to override the behavior of the smart match operator
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 09 2012 Petr Pisar <ppisar at redhat.com> - 0.04-1
+- 0.04 bump
+
 * Wed Jun 13 2012 Petr Pisar <ppisar at redhat.com> - 0.03-3
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index a26b69a..9f361de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7dcdc67ab12be626215a50ea7e2c130  smartmatch-0.03-TRIAL.tar.gz
+6bd4e36a4d773d84a253e4aa4c3b8492  smartmatch-0.04-TRIAL.tar.gz


More information about the scm-commits mailing list