Update to 0.110
- New upstream release 0.110 - Fix support of 5.8 (GH#29, GH#34) - Additional optimizations - More extensive test suite
This commit is contained in:
parent
8dc0fddc67
commit
8aff749b93
@ -1,5 +1,5 @@
|
||||
Name: perl-Ref-Util
|
||||
Version: 0.101
|
||||
Version: 0.110
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility functions for checking references
|
||||
License: MIT
|
||||
@ -22,7 +22,7 @@ BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
BuildRequires: perl(B::Concise)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
# Optional Tests
|
||||
BuildRequires: perl(Readonly)
|
||||
# Runtime
|
||||
@ -46,7 +46,7 @@ make %{?_smp_mflags}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -63,6 +63,12 @@ make test
|
||||
%{_mandir}/man3/Ref::Util.3*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 0.110-1
|
||||
- Update to 0.110
|
||||
- Fix support of 5.8 (GH#29, GH#34)
|
||||
- Additional optimizations
|
||||
- More extensive test suite
|
||||
|
||||
* Mon Aug 29 2016 Paul Howarth <paul@city-fan.org> - 0.101-1
|
||||
- Update to 0.101
|
||||
- A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user