Accepting request 599895 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/599895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-B-Hooks-EndOfScope?expand=0&rev=21
This commit is contained in:
commit
d0ce9bfa17
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90f3580880f1d68b843c142cc86f58bead1f3e03634c63868ac9eba5eedae02c
|
|
||||||
size 33336
|
|
3
B-Hooks-EndOfScope-0.24.tar.gz
Normal file
3
B-Hooks-EndOfScope-0.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6
|
||||||
|
size 37859
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user