diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec index 453b839..92cc47d 100644 --- a/perl-B-Hooks-EndOfScope.spec +++ b/perl-B-Hooks-EndOfScope.spec @@ -1,5 +1,5 @@ Name: perl-B-Hooks-EndOfScope -Version: 0.10 +Version: 0.11 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 # Module BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Variable::Magic) >= 0.34 +BuildRequires: perl(Variable::Magic) >= 0.48 # Test suite BuildRequires: perl(Test::More) >= 0.89 # Release tests @@ -52,6 +52,10 @@ make test RELEASE_TESTING=1 %{_mandir}/man3/B::Hooks::EndOfScope.3pm* %changelog +* Thu Feb 23 2012 Paul Howarth - 0.11-1 +- Update to 0.11 (a minor efficiency improvement) +- Bump perl(Variable::Magic) version requirement to 0.48 + * Thu Feb 16 2012 Paul Howarth - 0.10-1 - Update to 0.10 (stop propagating our magic through localisation) - Package LICENSE file diff --git a/sources b/sources index ee42542..f02ac21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2166de1666560f46f4c48e6030ec0a7e B-Hooks-EndOfScope-0.10.tar.gz +34aaf65de7886689fdbd398dbf6bc5a3 B-Hooks-EndOfScope-0.11.tar.gz