Update to 0.09
- New upstream release 0.09 - Support Perl 5.6.x
This commit is contained in:
parent
2588498a3f
commit
a570c8b93e
@ -2,7 +2,7 @@
|
|||||||
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
||||||
|
|
||||||
Name: perl-Dist-CheckConflicts
|
Name: perl-Dist-CheckConflicts
|
||||||
Version: 0.08
|
Version: 0.09
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Declare version conflicts for your dist
|
Summary: Declare version conflicts for your dist
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -87,6 +87,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Dist::CheckConflicts.3pm*
|
%{_mandir}/man3/Dist::CheckConflicts.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2013 Paul Howarth <paul@city-fan.org> - 0.09-1
|
||||||
|
- Update to 0.09
|
||||||
|
- Support Perl 5.6.x
|
||||||
|
|
||||||
* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.08-1
|
* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.08-1
|
||||||
- Update to 0.08
|
- Update to 0.08
|
||||||
- Instead of silently ignoring conflicts that do not compile, issue a
|
- Instead of silently ignoring conflicts that do not compile, issue a
|
||||||
|
Loading…
Reference in New Issue
Block a user