Accepting request 712000 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/712000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=10
This commit is contained in:
Dirk Stoecker 2019-06-26 06:05:27 +00:00 committed by Git OBS Bridge
parent 33df396c9a
commit 9080dd28cf
4 changed files with 15 additions and 4 deletions

View File

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

3
FFI-CheckLib-0.25.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 26 05:08:19 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address>
- updated to 0.25
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
0.25 2019-06-25 12:27:58 -0400
- Add support for Alien::Base with alien option (gh#18)
-------------------------------------------------------------------
Sun Apr 28 05:11:51 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-FFI-CheckLib
Version: 0.24
Version: 0.25
Release: 0
%define cpan_name FFI-CheckLib
Summary: Check that a library is available for FFI
@ -30,11 +30,13 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Load)
BuildRequires: perl(Test2::API) >= 1.302015
BuildRequires: perl(Test2::Mock) >= 0.000060
BuildRequires: perl(Test2::Require::EnvVar) >= 0.000060
BuildRequires: perl(Test2::Require::Module) >= 0.000060
BuildRequires: perl(Test2::V0) >= 0.000060
Requires: perl(Module::Load)
%{perl_requires}
%description