update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=19
This commit is contained in:
parent
95bfdb7f33
commit
3598e7888d
3
B-Hooks-EndOfScope-0.13.tar.gz
Normal file
3
B-Hooks-EndOfScope-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f17ef12e1ea7667dc072edb2ee5bcfc54359ad77e60163a56b43383e1705adb8
|
||||
size 25735
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user