Update to 1.02
- New upstream release 1.02 - Re-do everything with Capture::Tiny rather than ties - Make %files list more explicit
This commit is contained in:
parent
c159e3c842
commit
838477b345
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
Test-Output-0.12.tar.gz
|
||||
/Test-Output-0.16.tar.gz
|
||||
/Test-Output-1.01.tar.gz
|
||||
/Test-Output-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Name: perl-Test-Output
|
||||
Version: 1.01
|
||||
Release: 9%{?dist}
|
||||
Version: 1.02
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to test STDOUT and STDERR messages
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-Output/
|
||||
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.17
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Temp) >= 0.17
|
||||
@ -42,10 +43,15 @@ make test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README TODO
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::Output.3pm*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user