Update to 0.10
- New upstream release 0.10 - Fix test failure due to hard-coded filenames
This commit is contained in:
parent
f87a2f781d
commit
f4d497f21e
@ -1,5 +1,5 @@
|
||||
Name: perl-Sub-Identify
|
||||
Version: 0.08
|
||||
Version: 0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Retrieve names of code references
|
||||
License: GPL+ or Artistic
|
||||
@ -55,12 +55,16 @@ make test
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc Changes TODO.mdown t/
|
||||
%doc Changes README.mdown TODO.mdown t/
|
||||
%{perl_vendorarch}/auto/Sub/
|
||||
%{perl_vendorarch}/Sub/
|
||||
%{_mandir}/man3/Sub::Identify.3pm*
|
||||
%{_mandir}/man3/Sub::Identify.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 7 2015 Paul Howarth <paul@city-fan.org> - 0.10-1
|
||||
- Update to 0.10
|
||||
- Fix test failure due to hard-coded filenames
|
||||
|
||||
* Thu Sep 18 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
|
||||
- Update to 0.08
|
||||
- Add test for function prototypes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user