1
0

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:
Stephan Kulow
2016-03-23 12:11:42 +00:00
committed by Git OBS Bridge
parent 652e04a398
commit f826ae2af5
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65c871f00849ba6a3369b3e4a5f206504e51bfb8eb2d2631fe2e18483fc29d61
size 23626

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4018a06f7a3ba252c9eccc3fdcad9490cd003dfa6baf261545e96b5a82e784a7
size 26872

View File

@@ -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 Sat Nov 14 10:07:17 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Package-DeprecationManager # 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 # 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-Package-DeprecationManager Name: perl-Package-DeprecationManager
Version: 0.15 Version: 0.16
Release: 0 Release: 0
%define cpan_name Package-DeprecationManager %define cpan_name Package-DeprecationManager
Summary: Manage deprecation warnings for your distribution Summary: Manage deprecation warnings for your distribution
@@ -34,13 +34,17 @@ BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Package::Stash) BuildRequires: perl(Package::Stash)
BuildRequires: perl(Params::Util) BuildRequires: perl(Params::Util)
BuildRequires: perl(Sub::Install) BuildRequires: perl(Sub::Install)
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
BuildRequires: perl(namespace::autoclean)
Requires: perl(List::Util) >= 1.33 Requires: perl(List::Util) >= 1.33
Requires: perl(Package::Stash) Requires: perl(Package::Stash)
Requires: perl(Params::Util) Requires: perl(Params::Util)
Requires: perl(Sub::Install) Requires: perl(Sub::Install)
Requires: perl(Sub::Name)
Requires: perl(namespace::autoclean)
%{perl_requires} %{perl_requires}
%description %description
@@ -110,6 +114,6 @@ the same feature, all of those errors will appear.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README.md %doc Changes CONTRIBUTING.md LICENSE README.md
%changelog %changelog