Update to 0.76

- New upstream release 0.76
  - Switch to Zilla-Dist
  - Add Algorithm::Diff and Text::Diff to test.requires
  - Fix copyright years
  - Remove (c) from Copyright
  - Switch docs to Swim
  - Add badges to docs
  - PR/11 and fixes
  - Add $VERSION back into Test::Base
  - Applied PR/4 from schwern++
  - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x
  - Use PR/14 which makes old and new Test::Builders work
  - Fix bad encoding in Pod
- Use %license
epel9
Paul Howarth 11 years ago
parent b41f83a468
commit 4f28794c66

@ -1,12 +1,14 @@
Name: perl-Test-Base
Version: 0.62
Release: 2%{?dist}
Version: 0.76
Release: 1%{?dist}
Summary: Data Driven Testing Framework
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Base/
Source0: http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(Algorithm::Diff) >= 1.15
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
@ -16,7 +18,7 @@ BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(lib)
BuildRequires: perl(LWP::Simple)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(Spiffy) >= 0.30
BuildRequires: perl(Spiffy) >= 0.40
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.62
BuildRequires: perl(Test::Pod) >= 1.41
@ -59,7 +61,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
make test RELEASE_TESTING=1
%files
%doc Changes LICENSE README
%license LICENSE
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/Module/
%{perl_vendorlib}/Test/
%{_mandir}/man3/Module::Install::TestBase.3pm*
@ -67,6 +70,22 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/Test::Base::Filter.3pm*
%changelog
* Thu Aug 7 2014 Paul Howarth <paul@city-fan.org> - 0.76-1
- Update to 0.76
- Switch to Zilla-Dist
- Add Algorithm::Diff and Text::Diff to test.requires
- Fix copyright years
- Remove (c) from Copyright
- Switch docs to Swim
- Add badges to docs
- PR/11 and fixes
- Add $VERSION back into Test::Base
- Applied PR/4 from schwern++
- Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x
- Use PR/14 which makes old and new Test::Builders work
- Fix bad encoding in Pod
- Use %%license
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1 +1 @@
c5b06043b2441d9787533575d6f5e798 Test-Base-0.62.tar.gz
97dbc5416d66c054d40f7f8f0d3cea07 Test-Base-0.76.tar.gz

Loading…
Cancel
Save