Update to 1.08

- New upstream release 1.08
  - Document caveats about redefining the sanctify object (CPAN RT#46929)
- BR: perl(IO::Handle) and perl(IPC::Open3) for the test suite
- Run test suite with AUTHOR_TESTING
epel9
Paul Howarth 12 years ago
parent 4446424e0b
commit a3b84e028a

@ -1,7 +1,7 @@
Name: perl-Env-Sanctify
Summary: Lexically scoped sanctification of %%ENV
Version: 1.06
Release: 6%{?dist}
Version: 1.08
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Env-Sanctify/
@ -11,6 +11,8 @@ BuildArch: noarch
# Build
BuildRequires: perl(ExtUtils::MakeMaker)
# Test suite
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
@ -41,7 +43,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}
%check
make test RELEASE_TESTING=1
make test AUTHOR_TESTING=1 RELEASE_TESTING=1
%clean
rm -rf %{buildroot}
@ -52,6 +54,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/Env::Sanctify.3pm*
%changelog
* Thu Sep 5 2013 Paul Howarth <paul@city-fan.org> - 1.08-1
- Update to 1.08
- Document caveats about redefining the sanctify object (CPAN RT#46929)
- BR: perl(IO::Handle) and perl(IPC::Open3) for the test suite
- Run test suite with AUTHOR_TESTING
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.06-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
30a69f7fcb26cad7c483f6a3a063c982 Env-Sanctify-1.06.tar.gz
90a6b5fa43bda6014d514a4022db3f7c Env-Sanctify-1.08.tar.gz

Loading…
Cancel
Save