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
This commit is contained in:
2021-01-22 10:58:09 +00:00
committed by Git OBS Bridge
parent ccd1296552
commit 21465bca08
4 changed files with 18 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 22 03:10:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Mon Dec 21 03:07:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-CoreList # 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 # 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
@@ -16,18 +16,16 @@
# #
Name: perl-Module-CoreList
Version: 5.20201220
Release: 0
%define cpan_name Module-CoreList %define cpan_name Module-CoreList
Name: perl-Module-CoreList
Version: 5.20210120
Release: 0
Summary: What modules shipped with versions of perl Summary: What modules shipped with versions of perl
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{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(version) >= 0.88 BuildRequires: perl(version) >= 0.88
@@ -50,11 +48,11 @@ Programmers may also query the contained hash structures to find relevant
information. information.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -71,7 +69,6 @@ rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes corelist identify-dependencies README %doc Changes corelist identify-dependencies README
%changelog %changelog