Dominique Leuenberger 2018-04-25 07:58:21 +00:00 committed by Git OBS Bridge
commit d0ce9bfa17
4 changed files with 25 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90f3580880f1d68b843c142cc86f58bead1f3e03634c63868ac9eba5eedae02c
size 33336

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6
size 37859

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Apr 22 05:04:26 UTC 2018 - coolo@suse.com
- updated to 0.24
see /usr/share/doc/packages/perl-B-Hooks-EndOfScope/Changes
0.24 2018-04-21 14:11:08Z
- no changes since last trial release
0.23 2018-03-17 23:33:09Z (TRIAL RELEASE)
- improve use of constants in compile-time perl version checks
0.22 2018-03-17 19:31:37Z (TRIAL RELEASE)
- Fix memory corruption on perls 5.8.0 - 5.8.3
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 28 09:25:32 UTC 2016 - coolo@suse.com Sat May 28 09:25:32 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-B-Hooks-EndOfScope # spec file for package perl-B-Hooks-EndOfScope
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,24 +17,25 @@
Name: perl-B-Hooks-EndOfScope Name: perl-B-Hooks-EndOfScope
Version: 0.21 Version: 0.24
Release: 0 Release: 0
%define cpan_name B-Hooks-EndOfScope %define cpan_name B-Hooks-EndOfScope
Summary: Execute code after a scope finished compilation Summary: Execute code after a scope finished compilation
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/ Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Hash::Util::FieldHash)
BuildRequires: perl(Module::Implementation) >= 0.05 BuildRequires: perl(Module::Implementation) >= 0.05
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006 BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
BuildRequires: perl(Test::More) >= 0.89 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Variable::Magic) >= 0.48 BuildRequires: perl(Variable::Magic) >= 0.48
Requires: perl(Hash::Util::FieldHash)
Requires: perl(Module::Implementation) >= 0.05 Requires: perl(Module::Implementation) >= 0.05
Requires: perl(Sub::Exporter::Progressive) >= 0.001006 Requires: perl(Sub::Exporter::Progressive) >= 0.001006
Requires: perl(Variable::Magic) >= 0.48 Requires: perl(Variable::Magic) >= 0.48