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.83.tar.gz
/autobox-2.84.tar.gz
/autobox-2.85.tar.gz

@ -1,6 +1,6 @@
Name: perl-autobox
Version: 2.84
Release: 2%{?dist}
Version: 2.85
Release: 1%{?dist}
Summary: Call methods on native types
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-%{version}
# Build:
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
@ -55,7 +56,7 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -69,6 +70,10 @@ make test
%{_mandir}/man3/autobox.3*
%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
- 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