From e173598d517d2b5a5ae9a88daa5bd41c5ca3039472fe3ae37ed9874023a8a4a8 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 May 2023 15:19:57 +0000 Subject: [PATCH] Accepting request 1084381 from devel:languages:perl:autoupdate - updated to 1.21 see /usr/share/doc/packages/perl-Module-Install/Changes 1.21 2023-04-28 - fix tests broken by Module::Install::DSL removal 1.20 2023-04-27 - Module::Install::DSL has been removed, as its use is highly discouraged. OBS-URL: https://build.opensuse.org/request/show/1084381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install?expand=0&rev=26 --- Module-Install-1.19.tar.gz | 3 --- Module-Install-1.21.tar.gz | 3 +++ perl-Module-Install.changes | 12 ++++++++++++ perl-Module-Install.spec | 25 +++++++++++-------------- 4 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 Module-Install-1.19.tar.gz create mode 100644 Module-Install-1.21.tar.gz diff --git a/Module-Install-1.19.tar.gz b/Module-Install-1.19.tar.gz deleted file mode 100644 index 11bde0f..0000000 --- a/Module-Install-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a53a78ddf3ab9e3c03fc5e354b436319a944cba4281baf0b904fa932a13011b -size 114548 diff --git a/Module-Install-1.21.tar.gz b/Module-Install-1.21.tar.gz new file mode 100644 index 0000000..238d842 --- /dev/null +++ b/Module-Install-1.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf91007f30565f3920e106055fd0d4287981d5e7dad8b35323ce4b733f15a7b +size 112149 diff --git a/perl-Module-Install.changes b/perl-Module-Install.changes index 4912627..e394d35 100644 --- a/perl-Module-Install.changes +++ b/perl-Module-Install.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 29 03:11:35 UTC 2023 - Tina Müller + +- updated to 1.21 + see /usr/share/doc/packages/perl-Module-Install/Changes + + 1.21 2023-04-28 + - fix tests broken by Module::Install::DSL removal + + 1.20 2023-04-27 + - Module::Install::DSL has been removed, as its use is highly discouraged. + ------------------------------------------------------------------- Wed Feb 7 16:50:47 UTC 2018 - coolo@suse.com diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 42b67ac..68c7198 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Install # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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-Module-Install -Version: 1.19 -Release: 0 %define cpan_name Module-Install +Name: perl-Module-Install +Version: 1.21 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Standalone, extensible Perl module installer -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Module-Install/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Devel::PPPort) >= 3.16 @@ -75,14 +73,14 @@ the best practices for distribution installation, but involve as much DWIM (Do What I Mean) as possible when writing them. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -90,7 +88,6 @@ the best practices for distribution installation, but involve as much DWIM %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README TODO %changelog