Accepting request 1003442 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1003442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-FFI-CheckLib?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-09-15 20:57:40 +00:00 committed by Git OBS Bridge
commit a02112617d
4 changed files with 19 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Sep 11 03:06:13 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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