forked from pool/perl-B-Hooks-EndOfScope
Accepting request 393808 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/393808 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=27
This commit is contained in:
parent
03f6113c26
commit
a4f02950e3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:122ee422d3d49d994fa6e1e57c8800acfe6aeae56ce430a06eabc37300c1942e
|
|
||||||
size 30331
|
|
3
B-Hooks-EndOfScope-0.19.tar.gz
Normal file
3
B-Hooks-EndOfScope-0.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05c9eacac709876f3c942d1dabc5c83234d6d935e80592522e4ac86c714cd3c8
|
||||||
|
size 98735
|
@ -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
|
Fri May 15 10:51:26 UTC 2015 - 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) 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
|
# 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-B-Hooks-EndOfScope
|
Name: perl-B-Hooks-EndOfScope
|
||||||
Version: 0.15
|
Version: 0.19
|
||||||
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
|
||||||
@ -30,8 +30,8 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.26
|
|
||||||
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.89
|
||||||
BuildRequires: perl(Variable::Magic) >= 0.48
|
BuildRequires: perl(Variable::Magic) >= 0.48
|
||||||
@ -61,6 +61,6 @@ surrounding scope.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING LICENSE README
|
%doc Changes CONTRIBUTING LICENCE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user