Update to 1.03

- New upstream release 1.03
  - Get rid of MYMETA
- Upstream dropped TODO
epel9
Paul Howarth 11 years ago
parent 838477b345
commit 700013512d

@ -1,5 +1,5 @@
Name: perl-Test-Output Name: perl-Test-Output
Version: 1.02 Version: 1.03
Release: 1%{?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
@ -33,20 +33,23 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=$RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test make test
%files %files
%doc Changes LICENSE README TODO %doc Changes LICENSE README
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Output.3pm* %{_mandir}/man3/Test::Output.3pm*
%changelog %changelog
* Mon Jan 6 2014 Paul Howarth <paul@city-fan.org> - 1.03-1
- Update to 1.03
- Get rid of MYMETA
- Upstream dropped TODO
* Tue Oct 22 2013 Paul Howarth <paul@city-fan.org> - 1.02-1 * Tue Oct 22 2013 Paul Howarth <paul@city-fan.org> - 1.02-1
- Update to 1.02 - Update to 1.02
- Re-do everything with Capture::Tiny rather than ties - Re-do everything with Capture::Tiny rather than ties

@ -1 +1 @@
d80890160737cdf4c3241d48428d33ab Test-Output-1.02.tar.gz 903485edb382f5a18a5029978d1febf6 Test-Output-1.03.tar.gz

Loading…
Cancel
Save