Update to 2.85

- New upstream release 2.85
  - Fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
f38
Paul Howarth 8 years ago
parent 394e15dd73
commit a29bd1079f

1
.gitignore vendored

@ -7,3 +7,4 @@
/autobox-2.82.tar.gz /autobox-2.82.tar.gz
/autobox-2.83.tar.gz /autobox-2.83.tar.gz
/autobox-2.84.tar.gz /autobox-2.84.tar.gz
/autobox-2.85.tar.gz

@ -1,6 +1,6 @@
Name: perl-autobox Name: perl-autobox
Version: 2.84 Version: 2.85
Release: 2%{?dist} Release: 1%{?dist}
Summary: Call methods on native types Summary: Call methods on native types
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-%{version}
# Build: # Build:
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-devel BuildRequires: perl-devel
@ -55,7 +56,7 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
find %{buildroot} -type f -name '*.bs' -empty -delete find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot} %{_fixperms} -c %{buildroot}
%check %check
make test make test
@ -69,6 +70,10 @@ make test
%{_mandir}/man3/autobox.3* %{_mandir}/man3/autobox.3*
%changelog %changelog
* Tue Feb 28 2017 Paul Howarth <paul@city-fan.org> - 2.85-1
- Update to 2.85
- Fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.84-2 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.84-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
d2c2945a9605058366a5173975bab4db autobox-2.84.tar.gz SHA512 (autobox-2.85.tar.gz) = 2f9c0ef556655eb19a2e50aa2ec47769ef2fd7bb15806a7f22320be9d79178811c418dbe58cf792fdc48dc3e7b80b70c1882956559373cc6eb152c0b94d52081

Loading…
Cancel
Save