This commit is contained in:
Jesse Keating 2009-02-27 02:45:40 +00:00
parent 53f6718a48
commit 22f82d915f

View File

@ -1,6 +1,6 @@
Name: perl-Test-Output
Version: 0.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Utilities to test STDOUT and STDERR messages
License: GPL+ or Artistic
Group: Development/Libraries
@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.12-1
- Update to 0.12.
- BR Test::More.