|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-CPAN-Changes
|
|
|
|
|
Summary: Read and write Changes files
|
|
|
|
|
Version: 0.29
|
|
|
|
|
Version: 0.30
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -11,6 +11,7 @@ BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(Moo)
|
|
|
|
|
BuildRequires: perl(Pod::Usage)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -64,6 +65,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 28 2014 Paul Howarth <paul@city-fan.org> - 0.30-1
|
|
|
|
|
- Update to 0.30:
|
|
|
|
|
- Fix for subclassing CPAN::Changes::Group (GH #23)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 24 2014 Paul Howarth <paul@city-fan.org> - 0.29-1
|
|
|
|
|
- Update to 0.29:
|
|
|
|
|
- Groups are now objects (CPAN::Changes::Group); backwards compatibility
|
|
|
|
|