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
This commit is contained in:
2020-02-04 16:45:42 +00:00
committed by Git OBS Bridge
parent d527ac39af
commit 2dcec893d7
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:016ab46fbb191067064439de4d9f600358824e3eacde70e078294229e163192c
size 15199

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 4 03:10:33 UTC 2020 - <timueller+perl@suse.de>
- 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

View File

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