From 0c146dc8740782b4964cc2a15074030ceae172f8df1d1fac7d710e559073c75e Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 14 Sep 2022 06:10:51 +0000 Subject: [PATCH] Accepting request 1002771 from devel:languages:perl:autoupdate - updated to 0.29 see /usr/share/doc/packages/perl-FFI-CheckLib/Changes 0.29 2022-09-10 01:46:05 -0600 - Handle Windows DLLs using underscores instead of dashes in version numbers (gh#44, gh#45, shawnlaffan++) OBS-URL: https://build.opensuse.org/request/show/1002771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=20 --- FFI-CheckLib-0.28.tar.gz | 3 --- FFI-CheckLib-0.29.tar.gz | 3 +++ perl-FFI-CheckLib.changes | 10 ++++++++++ perl-FFI-CheckLib.spec | 12 ++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 FFI-CheckLib-0.28.tar.gz create mode 100644 FFI-CheckLib-0.29.tar.gz diff --git a/FFI-CheckLib-0.28.tar.gz b/FFI-CheckLib-0.28.tar.gz deleted file mode 100644 index 993862f..0000000 --- a/FFI-CheckLib-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf377ce735b332c41f600ca6c5e87af30db6c3787f9b67d50a245d1ebe6fc350 -size 32051 diff --git a/FFI-CheckLib-0.29.tar.gz b/FFI-CheckLib-0.29.tar.gz new file mode 100644 index 0000000..9193cd4 --- /dev/null +++ b/FFI-CheckLib-0.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e9fdde3c02a864ac6febabfac24a679d53bb250c46fb0583626607880b643c +size 34137 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index db0f01a..8879533 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 11 03:06:13 UTC 2022 - Tina Müller + +- updated to 0.29 + see /usr/share/doc/packages/perl-FFI-CheckLib/Changes + + 0.29 2022-09-10 01:46:05 -0600 + - Handle Windows DLLs using underscores instead of dashes in version + numbers (gh#44, gh#45, shawnlaffan++) + ------------------------------------------------------------------- Mon May 17 03:06:58 UTC 2021 - Tina Müller diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index f171ed9..730ebb7 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-FFI-CheckLib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name FFI-CheckLib Name: perl-FFI-CheckLib -Version: 0.28 +Version: 0.29 Release: 0 -Summary: Check that a library is available for FFI License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Check that a library is available for FFI URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -30,9 +30,9 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(Test2::API) >= 1.302015 -BuildRequires: perl(Test2::Require::EnvVar) >= 0.000060 -BuildRequires: perl(Test2::Require::Module) >= 0.000060 -BuildRequires: perl(Test2::V0) >= 0.000060 +BuildRequires: perl(Test2::Require::EnvVar) >= 0.000121 +BuildRequires: perl(Test2::Require::Module) >= 0.000121 +BuildRequires: perl(Test2::V0) >= 0.000121 Requires: perl(List::Util) >= 1.33 %{perl_requires}