[perl-String-Flogger] 1.101245 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 24 12:02:42 UTC 2014


commit e4ba0de8616505f07b34d026c9e5842e573aeabd
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 24 13:02:10 2014 +0100

    1.101245 bump

 .gitignore               |    1 +
 perl-String-Flogger.spec |   26 +++++++++++++++++---------
 sources                  |    2 +-
 3 files changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56dd733..7cc4a90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ String-Flogger-1.101240.tar.gz
 /String-Flogger-1.101241.tar.gz
 /String-Flogger-1.101242.tar.gz
 /String-Flogger-1.101243.tar.gz
+/String-Flogger-1.101245.tar.gz
diff --git a/perl-String-Flogger.spec b/perl-String-Flogger.spec
index 6eb447c..dde1f13 100644
--- a/perl-String-Flogger.spec
+++ b/perl-String-Flogger.spec
@@ -1,37 +1,42 @@
 Name:           perl-String-Flogger
-Version:        1.101243
-Release:        5%{?dist}
+Version:        1.101245
+Release:        1%{?dist}
 Summary:        String munging for loggers
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/String-Flogger/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(JSON) >= 2
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(Params::Util)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Exporter::Util)
+# Tests:
 BuildRequires:  perl(Test::More) >= 0.96
-Requires:       perl(JSON) >= 2
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(JSON::MaybeXS)
 
 %{?perl_default_filter}
 
 %description
-String munging for loggers.
+%{summary}.
 
 %prep
 %setup -q -n String-Flogger-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -43,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 24 2014 Petr Pisar <ppisar at redhat.com> - 1.101245-1
+- 1.101245 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.101243-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 75448d9..3f2ace4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e7e04e77d0647924a2368b142641f4b  String-Flogger-1.101243.tar.gz
+e8de99012e46e31027107a548362bf25  String-Flogger-1.101245.tar.gz


More information about the scm-commits mailing list