Accepting request 1066773 from devel:languages:perl:autoupdate

- updated to 0.18
   see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
  0.18     2023-02-19
  - Use Sub::Util instead of Sub::Name, which is part of Scalar-List-Utils,
    which itself is a dependency already. Implemented by Aristotle Pagaltzis. GH
    #3.

OBS-URL: https://build.opensuse.org/request/show/1066773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-DeprecationManager?expand=0&rev=29
This commit is contained in:
Dirk Stoecker 2023-02-20 14:06:43 +00:00 committed by Git OBS Bridge
parent 1794f85299
commit 2429b6735d
4 changed files with 33 additions and 21 deletions

View File

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

BIN
Package-DeprecationManager-0.18.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 20 03:07:10 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.18
see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
0.18 2023-02-19
- Use Sub::Util instead of Sub::Name, which is part of Scalar-List-Utils,
which itself is a dependency already. Implemented by Aristotle Pagaltzis. GH
#3.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 23 06:50:18 UTC 2016 - coolo@suse.com Thu Jun 23 06:50:18 UTC 2016 - 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) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2023 SUSE LLC
# #
# 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
@ -12,29 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Package-DeprecationManager
Version: 0.17
Release: 0
%define cpan_name Package-DeprecationManager %define cpan_name Package-DeprecationManager
Summary: Manage deprecation warnings for your distribution Name: perl-Package-DeprecationManager
Version: 0.18
Release: 0
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl Summary: Manage deprecation warnings for your distribution
Url: http://search.cpan.org/dist/Package-DeprecationManager/ URL: https://metacpan.org/release/%{cpan_name}
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(List::Util) >= 1.33 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(Sub::Util)
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)
@ -42,7 +40,7 @@ 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(Sub::Util)
%{perl_requires} %{perl_requires}
%description %description
@ -96,14 +94,16 @@ itself. This means that if you provide several different error messages for
the same feature, all of those errors will appear. the same feature, all of those errors will appear.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -111,7 +111,7 @@ the same feature, all of those errors will appear.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%doc Changes CONTRIBUTING.md LICENSE README.md %license LICENSE
%changelog %changelog