Accepting request 344344 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/344344 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-DeprecationManager?expand=0&rev=23
This commit is contained in:
parent
b9ac9baddf
commit
652e04a398
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccd5b244b0db5ac78cbb2ecddbfeca1cb5556b281a5eaed3cd9a95001b298bb2
|
||||
size 22164
|
3
Package-DeprecationManager-0.15.tar.gz
Normal file
3
Package-DeprecationManager-0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65c871f00849ba6a3369b3e4a5f206504e51bfb8eb2d2631fe2e18483fc29d61
|
||||
size 23626
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 10:07:17 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
|
||||
|
||||
0.15 2015-11-13
|
||||
|
||||
- Made this module co-operate with existing import() subs in packages that use
|
||||
this module, as long as you use this module last.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 07:44:51 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Package-DeprecationManager
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name Package-DeprecationManager
|
||||
Summary: Manage deprecation warnings for your distribution
|
||||
@ -31,12 +31,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Package::Stash)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(Sub::Install)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
Requires: perl(List::Util) >= 1.33
|
||||
Requires: perl(Package::Stash)
|
||||
Requires: perl(Params::Util)
|
||||
Requires: perl(Sub::Install)
|
||||
%{perl_requires}
|
||||
|
Loading…
Reference in New Issue
Block a user