From 3598e7888d796432d93bd38a9f0fdb3bdb3fec7bee99b5cfcf177ee7f0948a73 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 24 Feb 2014 06:32:05 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=19 --- B-Hooks-EndOfScope-0.13.tar.gz | 3 +++ perl-B-Hooks-EndOfScope.changes | 9 +++++++++ perl-B-Hooks-EndOfScope.spec | 15 +++++---------- 3 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 B-Hooks-EndOfScope-0.13.tar.gz diff --git a/B-Hooks-EndOfScope-0.13.tar.gz b/B-Hooks-EndOfScope-0.13.tar.gz new file mode 100644 index 0000000..d7ed0ad --- /dev/null +++ b/B-Hooks-EndOfScope-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17ef12e1ea7667dc072edb2ee5bcfc54359ad77e60163a56b43383e1705adb8 +size 25735 diff --git a/perl-B-Hooks-EndOfScope.changes b/perl-B-Hooks-EndOfScope.changes index f74d2fe..abea30d 100644 --- a/perl-B-Hooks-EndOfScope.changes +++ b/perl-B-Hooks-EndOfScope.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 24 06:12:11 UTC 2014 - coolo@suse.com + +- updated to 0.13 + - Variable::Magic added as a runtime recommendation for greater visibility + (RT#89245) + - fixed broken logic in compiler detection on older perls + - fixed inaccurate repository metadata + ------------------------------------------------------------------- Wed May 15 15:24:35 UTC 2013 - coolo@suse.com diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec index 9f2097a..be20619 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) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,14 @@ Name: perl-B-Hooks-EndOfScope -Version: 0.12 +Version: 0.13 Release: 0 %define cpan_name B-Hooks-EndOfScope Summary: Execute code after a scope finished compilation License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/ -Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -35,16 +35,11 @@ BuildRequires: perl(Module::Runtime) >= 0.012 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Variable::Magic) >= 0.48 -#BuildRequires: perl(B::Hooks::EndOfScope) -#BuildRequires: perl(B::Hooks::EndOfScope::PP) -#BuildRequires: perl(B::Hooks::EndOfScope::XS) -#BuildRequires: perl(Devel::Hide) -#BuildRequires: perl(Hash::Util::FieldHash) -#BuildRequires: perl(Tie::StdHash) Requires: perl(Module::Implementation) >= 0.05 Requires: perl(Module::Runtime) >= 0.012 Requires: perl(Sub::Exporter::Progressive) >= 0.001006 Requires: perl(Variable::Magic) >= 0.48 +Recommends: perl(Variable::Magic) >= 0.48 %{perl_requires} %description @@ -78,6 +73,6 @@ done %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini %changelog