From cd053fb7178c467c4985b4853adfca4292f51e8f Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Tue, 30 Aug 2016 09:42:34 +0100 Subject: Update to 2.84 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
- New upstream release 2.84 - Compatibility fix for perl ≥ 5.25 - Update ppport.h from 3.20 to 3.35 - Add .travis.yml --- .gitignore | 3 ++- perl-autobox.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ee0736a..9044e78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -autobox-2.55.tar.gz +/autobox-2.55.tar.gz /autobox-2.71.tar.gz /autobox-2.73.tar.gz /autobox-2.75.tar.gz @@ -6,3 +6,4 @@ autobox-2.55.tar.gz /autobox-2.77.tar.gz /autobox-2.82.tar.gz /autobox-2.83.tar.gz +/autobox-2.84.tar.gz diff --git a/perl-autobox.spec b/perl-autobox.spec index 32a6881..f0497f9 100644 --- a/perl-autobox.spec +++ b/perl-autobox.spec @@ -1,11 +1,15 @@ Name: perl-autobox -Version: 2.83 -Release: 6%{?dist} +Version: 2.84 +Release: 1%{?dist} Summary: Call methods on native types License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/autobox/ Source0: http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-%{version}.tar.gz +# Build: +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-devel BuildRequires: perl-generators @@ -45,11 +49,11 @@ blessed references. %setup -q -n autobox-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1 make %{?_smp_mflags} %install -make pure_install DESTDIR=%{buildroot} +make install DESTDIR=%{buildroot} find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} %{buildroot} @@ -65,6 +69,12 @@ make test %{_mandir}/man3/autobox.3* %changelog +* Tue Aug 30 2016 Paul Howarth <p...@city-fan.org> - 2.84-1 +- Update to 2.84 + - Compatibility fix for perl ≥ 5.25 + - Update ppport.h from 3.20 to 3.35 + - Add .travis.yml + * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 2.83-6 - Perl 5.24 rebuild diff --git a/sources b/sources index 45ae410..345de8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a4b2c4c644e6f02ccb1d964fabebde5 autobox-2.83.tar.gz +d2c2945a9605058366a5173975bab4db autobox-2.84.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-autobox.git/commit/?h=f25&id=cd053fb7178c467c4985b4853adfca4292f51e8f -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org