[perl-autobox-Core] update to 1.21

Iain Arnell iarnell at fedoraproject.org
Sat May 19 19:45:55 UTC 2012


commit 499d8ed6846c9ec784260b0077ab1ddaf88c34c2
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat May 19 13:45:49 2012 -0600

    update to 1.21

 .gitignore             |    1 +
 perl-autobox-Core.spec |   12 +++++++-----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26b6b23..ccebe78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /autobox-Core-1.2.tar.gz
+/autobox-Core-1.21.tar.gz
diff --git a/perl-autobox-Core.spec b/perl-autobox-Core.spec
index 548083d..125d53f 100644
--- a/perl-autobox-Core.spec
+++ b/perl-autobox-Core.spec
@@ -1,13 +1,13 @@
 Name:           perl-autobox-Core
-Version:        1.2
-Release:        3%{?dist}
+Version:        1.21
+Release:        1%{?dist}
 Summary:        Core functions exposed as methods in primitive types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/autobox-Core/
 Source0:        http://www.cpan.org/modules/by-module/autobox/autobox-Core-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(autobox) >= 0.11
+BuildRequires:  perl(autobox) >= 2.71
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -29,7 +29,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -37,11 +36,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc README
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat May 19 2012 Iain Arnell <iarnell at gmail.com> 1.21-1
+- update to latest upstream version
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 08b9626..3b238df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6516dff1d2cd5eb1c09c5ea089134966  autobox-Core-1.2.tar.gz
+e51e22ff47b6e18b5094101f5723b374  autobox-Core-1.21.tar.gz


More information about the scm-commits mailing list