[perl-CPS] 0.18 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri May 9 06:51:17 UTC 2014


commit e7765acce9b8f11f902fa14aa926e745594ff84e
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri May 9 08:48:42 2014 +0200

    0.18 bump

 .gitignore    |    1 +
 perl-CPS.spec |   16 +++++++++++-----
 sources       |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c8dd86..68b5ece 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CPS-0.14.tar.gz
+/CPS-0.18.tar.gz
diff --git a/perl-CPS.spec b/perl-CPS.spec
index 7c3d7be..dad7322 100644
--- a/perl-CPS.spec
+++ b/perl-CPS.spec
@@ -1,6 +1,6 @@
 Name:           perl-CPS
-Version:        0.14
-Release:        6%{?dist}
+Version:        0.18
+Release:        1%{?dist}
 Summary:        CPS Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,14 +10,17 @@ BuildArch:      noarch
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Future)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Refcount)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 The functions in this module implement or assist the writing of
@@ -31,7 +34,7 @@ more detail on CPS, see the SEE ALSO section.
 %setup -q -n CPS-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
@@ -49,6 +52,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 09 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.18-1
+- 0.18 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5a6920c..7249715 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24f2b31705d09a82c7a95f7cb8c6dc69  CPS-0.14.tar.gz
+c011f5e8d5c0f8343e93f3edf0083854  CPS-0.18.tar.gz


More information about the scm-commits mailing list