|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Spiffy
|
|
|
|
Name: perl-Spiffy
|
|
|
|
Version: 0.42
|
|
|
|
Version: 0.46
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Framework for doing object oriented (OO) programming in Perl
|
|
|
|
Summary: Framework for doing object oriented (OO) programming in Perl
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -22,7 +22,6 @@ BuildRequires: perl(YAML)
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Release Tests:
|
|
|
|
# Release Tests:
|
|
|
@ -72,6 +71,13 @@ make test RELEASE_TESTING=1
|
|
|
|
%{_mandir}/man3/Spiffy.3pm*
|
|
|
|
%{_mandir}/man3/Spiffy.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 9 2014 Paul Howarth <paul@city-fan.org> - 0.46-1
|
|
|
|
|
|
|
|
- Update to 0.46
|
|
|
|
|
|
|
|
- Meta 0.0.2
|
|
|
|
|
|
|
|
- Eliminate spurious trailing whitespace
|
|
|
|
|
|
|
|
- Eliminate File::Basename from test/
|
|
|
|
|
|
|
|
- Add t/000-compile-modules.t
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42-2
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|
|
|