[perl-autobox-Core] 1.28 bump

Petr Šabata psabata at fedoraproject.org
Wed Nov 12 13:50:47 UTC 2014


commit c6e98db8539b75494ffef7bb97d6396ac9c45627
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Nov 12 14:50:41 2014 +0100

    1.28 bump
    
    - Test suite enhancements

 .gitignore             |    1 +
 perl-autobox-Core.spec |   22 +++++++++++++++-------
 sources                |    2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29dd1b7..ad9d9c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /autobox-Core-1.21.tar.gz
 /autobox-Core-1.24.tar.gz
 /autobox-Core-1.27.tar.gz
+/autobox-Core-1.28.tar.gz
diff --git a/perl-autobox-Core.spec b/perl-autobox-Core.spec
index bc5450b..ff0436b 100644
--- a/perl-autobox-Core.spec
+++ b/perl-autobox-Core.spec
@@ -1,6 +1,6 @@
 Name:           perl-autobox-Core
-Version:        1.27
-Release:        2%{?dist}
+Version:        1.28
+Release:        1%{?dist}
 Summary:        Core functions exposed as methods in primitive types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,13 +15,19 @@ BuildRequires:  perl(B)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(Hash::Util)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Test:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) >= 0.88
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::Output)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+Requires:       perl(autobox) >= 2.71
 
 %{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(autobox\\)$
 
 %description
 The autobox module lets you call methods on primitive data types such as
@@ -31,14 +37,12 @@ scalars and arrays.
 %setup -q -n autobox-Core-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -50,6 +54,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 12 2014 Petr Šabata <contyk at redhat.com> - 1.28-1
+- 1.28 bump
+- Test suite enhancements
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.27-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index dee70b6..fe7c5b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16782a8379366e54aa2bc1a5457845d7  autobox-Core-1.27.tar.gz
+9afe4e752520826dd853ac2063471800  autobox-Core-1.28.tar.gz


More information about the scm-commits mailing list