diff --git a/B-Hooks-EndOfScope-0.15.tar.gz b/B-Hooks-EndOfScope-0.15.tar.gz deleted file mode 100644 index 56dfdf0..0000000 --- a/B-Hooks-EndOfScope-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:122ee422d3d49d994fa6e1e57c8800acfe6aeae56ce430a06eabc37300c1942e -size 30331 diff --git a/B-Hooks-EndOfScope-0.19.tar.gz b/B-Hooks-EndOfScope-0.19.tar.gz new file mode 100644 index 0000000..6b70cc4 --- /dev/null +++ b/B-Hooks-EndOfScope-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c9eacac709876f3c942d1dabc5c83234d6d935e80592522e4ac86c714cd3c8 +size 98735 diff --git a/perl-B-Hooks-EndOfScope.changes b/perl-B-Hooks-EndOfScope.changes index f1f3684..a02306c 100644 --- a/perl-B-Hooks-EndOfScope.changes +++ b/perl-B-Hooks-EndOfScope.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu May 5 08:46:23 UTC 2016 - coolo@suse.com + +- updated to 0.19 + see /usr/share/doc/packages/perl-B-Hooks-EndOfScope/Changes + + 0.19 2016-05-03 00:49:01Z + - bundled an updated ExtUtils::HasCompiler, to support building with a + noexec $TMPDIR. + + 0.18 2016-04-21 15:22:10Z (TRIAL RELEASE) + - fixed unnecessary inlining of ExtUtils::HasCompiler dependencies + (RT#113685) + + 0.17 2016-04-21 11:25:35Z (TRIAL RELEASE) + - Makefile.PL now checks for a working compiler using ExtUtils::HasCompiler + (inlined into the build) rather than ExtUtils::CBuilder (RT#113685) + + 0.16 2015-09-19 19:01:04Z (TRIAL RELEASE) + - more Makefile.PL updates - these contain slight functionality changes, + hence the trial release + ------------------------------------------------------------------- Fri May 15 10:51:26 UTC 2015 - coolo@suse.com diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec index 51efd5d..f44db46 100644 --- a/perl-B-Hooks-EndOfScope.spec +++ b/perl-B-Hooks-EndOfScope.spec @@ -1,7 +1,7 @@ # # spec file for package perl-B-Hooks-EndOfScope # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-B-Hooks-EndOfScope -Version: 0.15 +Version: 0.19 Release: 0 %define cpan_name B-Hooks-EndOfScope Summary: Execute code after a scope finished compilation @@ -30,8 +30,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::CBuilder) >= 0.26 BuildRequires: perl(Module::Implementation) >= 0.05 +BuildRequires: perl(Module::Metadata) BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006 BuildRequires: perl(Test::More) >= 0.89 BuildRequires: perl(Variable::Magic) >= 0.48 @@ -61,6 +61,6 @@ surrounding scope. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENSE README +%doc Changes CONTRIBUTING LICENCE README %changelog