From 2dcec893d77eccfb5f54f35cf08415b0f28cc508b6c2009b59f360e08c52e6f5 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 4 Feb 2020 16:45:42 +0000 Subject: [PATCH] Accepting request 769924 from devel:languages:perl:autoupdate - updated to 0.090 see /usr/share/doc/packages/perl-Function-Fallback-CoreOrPP/Changes OBS-URL: https://build.opensuse.org/request/show/769924 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Fallback-CoreOrPP?expand=0&rev=4 --- Function-Fallback-CoreOrPP-0.08.tar.gz | 3 --- Function-Fallback-CoreOrPP-0.090.tar.gz | 3 +++ perl-Function-Fallback-CoreOrPP.changes | 6 ++++++ perl-Function-Fallback-CoreOrPP.spec | 16 ++++++++-------- 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 Function-Fallback-CoreOrPP-0.08.tar.gz create mode 100644 Function-Fallback-CoreOrPP-0.090.tar.gz diff --git a/Function-Fallback-CoreOrPP-0.08.tar.gz b/Function-Fallback-CoreOrPP-0.08.tar.gz deleted file mode 100644 index e866580..0000000 --- a/Function-Fallback-CoreOrPP-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:016ab46fbb191067064439de4d9f600358824e3eacde70e078294229e163192c -size 15199 diff --git a/Function-Fallback-CoreOrPP-0.090.tar.gz b/Function-Fallback-CoreOrPP-0.090.tar.gz new file mode 100644 index 0000000..771b1a1 --- /dev/null +++ b/Function-Fallback-CoreOrPP-0.090.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1efed990cbf61b0d39f9e55fd8fe09a9180d4fdf2387f4f383cd5a99e252b9 +size 15897 diff --git a/perl-Function-Fallback-CoreOrPP.changes b/perl-Function-Fallback-CoreOrPP.changes index 8dc3a1f..89bf3b5 100644 --- a/perl-Function-Fallback-CoreOrPP.changes +++ b/perl-Function-Fallback-CoreOrPP.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 4 03:10:33 UTC 2020 - + +- updated to 0.090 + see /usr/share/doc/packages/perl-Function-Fallback-CoreOrPP/Changes + ------------------------------------------------------------------- Mon Feb 13 11:59:38 UTC 2017 - coolo@suse.com diff --git a/perl-Function-Fallback-CoreOrPP.spec b/perl-Function-Fallback-CoreOrPP.spec index fc8d3f4..51aba06 100644 --- a/perl-Function-Fallback-CoreOrPP.spec +++ b/perl-Function-Fallback-CoreOrPP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Function-Fallback-CoreOrPP # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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-Function-Fallback-CoreOrPP -Version: 0.08 +Version: 0.090 Release: 0 %define cpan_name Function-Fallback-CoreOrPP Summary: Functions that use non-core XS module but provide pure-Perl/core fallback -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Function-Fallback-CoreOrPP/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -52,11 +52,11 @@ pure-Perl dependencies to your script. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install