Update to 0.07
- New upstream release 0.07 - Skip optional test if B::C 1.48 is not installed
This commit is contained in:
parent
9e62bdf9a9
commit
8b575b7e0a
@ -4,7 +4,7 @@
|
||||
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
|
||||
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.06
|
||||
Version: 0.07
|
||||
Release: 1%{?dist}
|
||||
Summary: Name - or rename - a sub
|
||||
License: GPL+ or Artistic
|
||||
@ -67,6 +67,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Sub::Name.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.07-1
|
||||
- Update to 0.07
|
||||
- Skip optional test if B::C 1.48 is not installed
|
||||
|
||||
* Fri Jul 11 2014 Paul Howarth <paul@city-fan.org> - 0.06-1
|
||||
- Update to 0.06
|
||||
- Do not change the string arg in XS, use copy instead (CPAN RT#96893)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user