|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 1.004000
|
|
|
|
|
Version: 1.004001
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -93,6 +93,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::Version.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 21 2014 Paul Howarth <paul@city-fan.org> - 1.004001-1
|
|
|
|
|
- Update to 1.004001
|
|
|
|
|
- Improved consistent check diagnostics (GH#11)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 20 2014 Paul Howarth <paul@city-fan.org> - 1.004000-1
|
|
|
|
|
- Update to 1.004000
|
|
|
|
|
- Add consistent check (GH#10)
|
|
|
|
|