Update to 1.02

- New upstream release 1.02
  - Re-do everything with Capture::Tiny rather than ties
- Make %files list more explicit
epel9
Paul Howarth 11 years ago
parent c159e3c842
commit 838477b345

4
.gitignore vendored

@ -1,3 +1 @@
Test-Output-0.12.tar.gz /Test-Output-[0-9.]*.tar.gz
/Test-Output-0.16.tar.gz
/Test-Output-1.01.tar.gz

@ -1,12 +1,13 @@
Name: perl-Test-Output Name: perl-Test-Output
Version: 1.01 Version: 1.02
Release: 9%{?dist} Release: 1%{?dist}
Summary: Utilities to test STDOUT and STDERR messages Summary: Utilities to test STDOUT and STDERR messages
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Output/ URL: http://search.cpan.org/dist/Test-Output/
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Temp) >= 0.17 BuildRequires: perl(File::Temp) >= 0.17
@ -42,10 +43,15 @@ make test
%files %files
%doc Changes LICENSE README TODO %doc Changes LICENSE README TODO
%{perl_vendorlib}/* %{perl_vendorlib}/Test/
%{_mandir}/man3/* %{_mandir}/man3/Test::Output.3pm*
%changelog %changelog
* Tue Oct 22 2013 Paul Howarth <paul@city-fan.org> - 1.02-1
- Update to 1.02
- Re-do everything with Capture::Tiny rather than ties
- Make %%files list more explicit
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-9 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
bea1fe88e8725a5b3f7b66e69fc83dd2 Test-Output-1.01.tar.gz d80890160737cdf4c3241d48428d33ab Test-Output-1.02.tar.gz

Loading…
Cancel
Save