From 21465bca0879100905f56c21bc0a14e1525f0ca4c9f94939ad3771b17d72e768 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 22 Jan 2021 10:58:09 +0000 Subject: [PATCH] Accepting request 865933 from devel:languages:perl:autoupdate - updated to 5.20210120 see /usr/share/doc/packages/perl-Module-CoreList/Changes 5.20210120 - Updated for v5.33.6 OBS-URL: https://build.opensuse.org/request/show/865933 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-CoreList?expand=0&rev=85 --- Module-CoreList-5.20201220.tar.gz | 3 --- Module-CoreList-5.20210120.tar.gz | 3 +++ perl-Module-CoreList.changes | 9 +++++++++ perl-Module-CoreList.spec | 15 ++++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 Module-CoreList-5.20201220.tar.gz create mode 100644 Module-CoreList-5.20210120.tar.gz diff --git a/Module-CoreList-5.20201220.tar.gz b/Module-CoreList-5.20201220.tar.gz deleted file mode 100644 index cbbe8f2..0000000 --- a/Module-CoreList-5.20201220.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7539cea5e662cff728398c27ed8587dc9f1526521b312abe370bc623c197a529 -size 118091 diff --git a/Module-CoreList-5.20210120.tar.gz b/Module-CoreList-5.20210120.tar.gz new file mode 100644 index 0000000..fe373b2 --- /dev/null +++ b/Module-CoreList-5.20210120.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740c31a4d42fcba97cdee2777b905848e009c91ce8ab389362fc15724e6c85b1 +size 118554 diff --git a/perl-Module-CoreList.changes b/perl-Module-CoreList.changes index 7ac6f06..a617719 100644 --- a/perl-Module-CoreList.changes +++ b/perl-Module-CoreList.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 22 03:10:13 UTC 2021 - Tina Müller + +- updated to 5.20210120 + see /usr/share/doc/packages/perl-Module-CoreList/Changes + + 5.20210120 + - Updated for v5.33.6 + ------------------------------------------------------------------- Mon Dec 21 03:07:11 UTC 2020 - Tina Müller diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec index ac3e4a9..3855554 100644 --- a/perl-Module-CoreList.spec +++ b/perl-Module-CoreList.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-CoreList # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Module-CoreList -Version: 5.20201220 -Release: 0 %define cpan_name Module-CoreList +Name: perl-Module-CoreList +Version: 5.20210120 +Release: 0 Summary: What modules shipped with versions of perl License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(version) >= 0.88 @@ -50,11 +48,11 @@ Programmers may also query the contained hash structures to find relevant information. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -71,7 +69,6 @@ rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes corelist identify-dependencies README %changelog