Accepting request 378552 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/378552 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-DeprecationManager?expand=0&rev=25
This commit is contained in:
parent
652e04a398
commit
f826ae2af5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65c871f00849ba6a3369b3e4a5f206504e51bfb8eb2d2631fe2e18483fc29d61
|
||||
size 23626
|
3
Package-DeprecationManager-0.16.tar.gz
Normal file
3
Package-DeprecationManager-0.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4018a06f7a3ba252c9eccc3fdcad9490cd003dfa6baf261545e96b5a82e784a7
|
||||
size 26872
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 23 10:56:22 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.16
|
||||
see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
|
||||
|
||||
0.16 2016-03-21
|
||||
|
||||
- The subs installed into the caller are now named with Sub::Name. This makes
|
||||
these subs appear to be part of the caller, as opposed to an import, which
|
||||
is what we want, since each installed sub is constructed uniquely for a
|
||||
given package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 10:07:17 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Package-DeprecationManager
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Package-DeprecationManager
|
||||
Version: 0.15
|
||||
Version: 0.16
|
||||
Release: 0
|
||||
%define cpan_name Package-DeprecationManager
|
||||
Summary: Manage deprecation warnings for your distribution
|
||||
@ -34,13 +34,17 @@ BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Package::Stash)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(Sub::Install)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
Requires: perl(List::Util) >= 1.33
|
||||
Requires: perl(Package::Stash)
|
||||
Requires: perl(Params::Util)
|
||||
Requires: perl(Sub::Install)
|
||||
Requires: perl(Sub::Name)
|
||||
Requires: perl(namespace::autoclean)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -110,6 +114,6 @@ the same feature, all of those errors will appear.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README.md
|
||||
%doc Changes CONTRIBUTING.md LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user