1
0

Accepting request 946978 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/946978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MRO-Compat?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-01-19 23:12:04 +00:00 committed by Git OBS Bridge
commit fd7c9cc263
4 changed files with 29 additions and 18 deletions

View File

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

BIN
MRO-Compat-0.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 7 03:09:06 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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

View File

@ -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