@ -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