Accepting request 1007971 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1007971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-FFI-CheckLib?expand=0&rev=7
This commit is contained in:
Fabian Vogt 2022-10-10 16:43:46 +00:00 committed by Git OBS Bridge
commit 0603b4e1db
4 changed files with 18 additions and 4 deletions

View File

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

BIN
FFI-CheckLib-0.31.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 1 03:06:46 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.31
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
0.31 2022-09-30 07:42:44 -0600
- Better support for Homebrew and MacPorts on macOS (gh#46 cdalvaro++)
- New environment variable FFI_CHECKLIB_PACKAGE (gh#46)
- New environment variable FFI_CHECKLIB_PATH (gh#50, gh#52)
- Documentation improvements (gh#49, gh#52)
-------------------------------------------------------------------
Fri Sep 23 03:06:56 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name FFI-CheckLib
Name: perl-FFI-CheckLib
Version: 0.30
Version: 0.31
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Check that a library is available for FFI
@ -28,11 +28,13 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Which)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Test2::API) >= 1.302015
BuildRequires: perl(Test2::Require::EnvVar) >= 0.000121
BuildRequires: perl(Test2::Require::Module) >= 0.000121
BuildRequires: perl(Test2::V0) >= 0.000121
Requires: perl(File::Which)
Requires: perl(List::Util) >= 1.33
%{perl_requires}