From 053f0db61586a3b5d85a4fec7e8dde0a80564fd55cc53b641bb5c938367581ed Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 17 Jan 2022 13:49:28 +0000 Subject: [PATCH] Accepting request 946044 from devel:languages:perl:autoupdate - updated to 0.15 see /usr/share/doc/packages/perl-MRO-Compat/Changes 0.15 - 2022-01-06 - fix function prototypes to match core functions 0.14_01 - 2020-11-16 - optimize pure perl DFS inheritance calculation on perl 5.8 - pod formatting fix OBS-URL: https://build.opensuse.org/request/show/946044 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MRO-Compat?expand=0&rev=18 --- MRO-Compat-0.13.tar.gz | 3 --- MRO-Compat-0.15.tar.gz | 3 +++ perl-MRO-Compat.changes | 13 +++++++++++++ perl-MRO-Compat.spec | 28 +++++++++++++--------------- 4 files changed, 29 insertions(+), 18 deletions(-) delete mode 100644 MRO-Compat-0.13.tar.gz create mode 100644 MRO-Compat-0.15.tar.gz diff --git a/MRO-Compat-0.13.tar.gz b/MRO-Compat-0.13.tar.gz deleted file mode 100644 index 68a9475..0000000 --- a/MRO-Compat-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8 -size 8711 diff --git a/MRO-Compat-0.15.tar.gz b/MRO-Compat-0.15.tar.gz new file mode 100644 index 0000000..6e912e8 --- /dev/null +++ b/MRO-Compat-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61 +size 16504 diff --git a/perl-MRO-Compat.changes b/perl-MRO-Compat.changes index b10ccac..9a6380a 100644 --- a/perl-MRO-Compat.changes +++ b/perl-MRO-Compat.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 7 03:09:06 UTC 2022 - Tina Müller + +- updated to 0.15 + see /usr/share/doc/packages/perl-MRO-Compat/Changes + + 0.15 - 2022-01-06 + - fix function prototypes to match core functions + + 0.14_01 - 2020-11-16 + - optimize pure perl DFS inheritance calculation on perl 5.8 + - pod formatting fix + ------------------------------------------------------------------- Wed Mar 29 06:05:12 UTC 2017 - coolo@suse.com diff --git a/perl-MRO-Compat.spec b/perl-MRO-Compat.spec index 6e3d5ac..8df7297 100644 --- a/perl-MRO-Compat.spec +++ b/perl-MRO-Compat.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MRO-Compat # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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-MRO-Compat -Version: 0.13 -Release: 0 %define cpan_name MRO-Compat -Summary: Mro::* Interface Compatibility for Perls < 5.9.5 -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/MRO-Compat/ +Name: perl-MRO-Compat +Version: 0.15 +Release: 0 +Summary: Mro::* interface compatibility for Perls < 5.9.5 +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -60,14 +58,14 @@ the function basically does, and what differences between MRO::Compat and interface docs, and contain a lot of other useful information. %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 @@ -75,7 +73,7 @@ interface docs, and contain a lot of other useful information. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README +%license LICENSE %changelog