- updated to 0.12

* Complete pure-perl implementation in addition to the one based on
    Variable::Magic. You can specify the implementation explicitly by
    use-ing B::Hooks::EndOfScope::PP or B::Hooks::EndOfScope::XS, or
    by setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} to either 'XS'
    or 'PP'
  * Switch from using Sub::Exporter to the more conservative
    Sub::Exporter::Progressive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2013-05-15 15:28:28 +00:00 committed by Git OBS Bridge
parent 3715e62b98
commit 95bfdb7f33
4 changed files with 32 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:391958ded765a2323ddf672cc7bb56f5f9b9b92f39f7d7f826fe96caeb82fafc
size 11727

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:920e82022e8827caa7bbc0eba628c0fbea1a72dc9952461c997cc19f16b24fbd
size 16361

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 15 15:24:35 UTC 2013 - coolo@suse.com
- updated to 0.12
* Complete pure-perl implementation in addition to the one based on
Variable::Magic. You can specify the implementation explicitly by
use-ing B::Hooks::EndOfScope::PP or B::Hooks::EndOfScope::XS, or
by setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} to either 'XS'
or 'PP'
* Switch from using Sub::Exporter to the more conservative
Sub::Exporter::Progressive
-------------------------------------------------------------------
Fri Mar 16 08:15:44 UTC 2012 - lars@linux-schulserver.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-B-Hooks-EndOfScope
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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,23 +17,33 @@
Name: perl-B-Hooks-EndOfScope
Version: 0.11
Version: 0.12
Release: 0
%define cpan_name B-Hooks-EndOfScope
%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/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 0.89
BuildRequires: perl(ExtUtils::CBuilder) >= 0.26
BuildRequires: perl(Module::Implementation) >= 0.05
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)
Requires: perl(Sub::Exporter)
#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
%{perl_requires}