From d5a00811662e0bd9e3a32afda6489ad28397a3316c596103391aa2d0136762c9 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 4 Oct 2022 18:47:12 +0000 Subject: [PATCH] Accepting request 1007858 from devel:languages:perl:autoupdate - 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) OBS-URL: https://build.opensuse.org/request/show/1007858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=24 --- FFI-CheckLib-0.30.tar.gz | 3 --- FFI-CheckLib-0.31.tar.gz | 3 +++ perl-FFI-CheckLib.changes | 12 ++++++++++++ perl-FFI-CheckLib.spec | 4 +++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 FFI-CheckLib-0.30.tar.gz create mode 100644 FFI-CheckLib-0.31.tar.gz diff --git a/FFI-CheckLib-0.30.tar.gz b/FFI-CheckLib-0.30.tar.gz deleted file mode 100644 index 072fd81..0000000 --- a/FFI-CheckLib-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9551947cd011fb0e5675e3eaada9629758a58bce2d01070cc55f8fab9484d73e -size 34531 diff --git a/FFI-CheckLib-0.31.tar.gz b/FFI-CheckLib-0.31.tar.gz new file mode 100644 index 0000000..39253b1 --- /dev/null +++ b/FFI-CheckLib-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d885fc377d44896e5ea1c4ec310f979bb04f2f18658a7e7a4d509f7e80bb80 +size 37156 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index c137fa7..f022780 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 1 03:06:46 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index 564ea2c..1d0851d 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -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}