From ca8011d2cb3e2af721e89fb06650a6fb27ae6c45 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 15 May 2015 09:39:31 +0100
Subject: Update to 0.15

- New upstream release 0.15
  - Updated the tooling for generating Makefile.PL
  - Removed Tie::StdHash from prereqs, which is not require()able as a module
    on its own, despite being indexed (GH #3)
  - Fixed the addition in release 0.14 of Hash::Util::FieldHash as a
    prerequisite (which is not available prior to perl 5.010) for pure-perl
    installations (CPAN RT#104435)

diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec
index d1322da..59a6109 100644
--- a/perl-B-Hooks-EndOfScope.spec
+++ b/perl-B-Hooks-EndOfScope.spec
@@ -1,5 +1,5 @@
 Name:          perl-B-Hooks-EndOfScope
-Version:       0.14
+Version:       0.15
 Release:       1%{?dist}
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -14,7 +14,6 @@ BuildRequires:        perl(ExtUtils::CBuilder) >= 0.26
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Common Module Requirements
 BuildRequires: perl(Module::Implementation) >= 0.05
-BuildRequires: perl(Module::Runtime) >= 0.012
 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
@@ -59,9 +58,6 @@ BuildRequires:        perl(Test::Spelling), hunspell-en
 %endif
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:      perl(Module::Implementation) >= 0.05
-Requires:      perl(Module::Runtime) >= 0.012
-Requires:      perl(Variable::Magic) >= 0.48
 
 %description
 This module allows you to execute code when Perl has finished compiling the
@@ -98,6 +94,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/B::Hooks::EndOfScope::XS.3*
 
 %changelog
+* Fri May 15 2015 Paul Howarth <p...@city-fan.org> - 0.15-1
+- Update to 0.15
+  - Updated the tooling for generating Makefile.PL
+  - Removed Tie::StdHash from prereqs, which is not require()able as a module
+    on its own, despite being indexed (GH #3)
+  - Fixed the addition in release 0.14 of Hash::Util::FieldHash as a
+    prerequisite (which is not available prior to perl 5.010) for pure-perl
+    installations (CPAN RT#104435)
+
 * Sun Feb  1 2015 Paul Howarth <p...@city-fan.org> - 0.14-1
 - Update to 0.14
   - Line numbers in shipped code are now the same as the repository source, for
diff --git a/sources b/sources
index 0112f1c..7f818bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9380361535fdade817fa5544df579f31  B-Hooks-EndOfScope-0.14.tar.gz
+61dd64e3a05ffb06fee9bee3211d16b8  B-Hooks-EndOfScope-0.15.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-B-Hooks-EndOfScope.git/commit/?h=master&id=ca8011d2cb3e2af721e89fb06650a6fb27ae6c45
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to