From cfc6673050376a45da59306d71a8bf0a7500ac9c Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sun, 18 Dec 2016 13:15:24 +0000
Subject: Update to 1.33

- New upstream release 1.33
  - Fix array->uniq with undef values
- Make %files list more explicit
---
 .gitignore             |  1 +
 perl-autobox-Core.spec | 21 ++++++++++++++-------
 sources                |  2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 50352db..4b05726 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /autobox-Core-1.30.tar.gz
 /autobox-Core-1.31.tar.gz
 /autobox-Core-1.32.tar.gz
+/autobox-Core-1.33.tar.gz
diff --git a/perl-autobox-Core.spec b/perl-autobox-Core.spec
index 739ee43..eca6ac3 100644
--- a/perl-autobox-Core.spec
+++ b/perl-autobox-Core.spec
@@ -1,6 +1,6 @@
 Name:           perl-autobox-Core
-Version:        1.32
-Release:        3%{?dist}
+Version:        1.33
+Release:        1%{?dist}
 Summary:        Core functions exposed as methods in primitive types
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/autobox-Core/
 Source0:        
http://www.cpan.org/modules/by-module/autobox/autobox-Core-%{version}.tar.gz
 BuildArch:      noarch
 # Build
+BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
@@ -27,6 +28,7 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(Test::More) >= 0.88
 # Optional tests only
 BuildRequires:  perl(Test::Output)
+# Dependencies
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 Requires:       perl(autobox) >= 2.71
 Requires:       perl(Want) >= 0.26
@@ -42,22 +44,27 @@ scalars and arrays.
 %setup -q -n autobox-Core-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}/*
+make install DESTDIR=%{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/autobox/
+%{_mandir}/man3/autobox::Core.3*
 
 %changelog
+* Sun Dec 18 2016 Paul Howarth <p...@city-fan.org> - 1.33-1
+- Update to 1.33
+  - Fix array->uniq with undef values
+- Make %%files list more explicit
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 1.32-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 7220157..1dbf784 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-968e5ee2f3ff2347ab541a6757bf5910  autobox-Core-1.32.tar.gz
+SHA512 (autobox-Core-1.33.tar.gz) = 
2041830e57573372909f9e7c209881539bf7f21862bbe438f8c761754b061f2efbb72615d744da443170dad79cd7688cd4c30b89308196674e9b6e84419766f0
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-autobox-Core.git/commit/?h=perl-autobox-Core-1.33-1.fc26&id=cfc6673050376a45da59306d71a8bf0a7500ac9c
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to