Accepting request 647186 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647186
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=7
This commit is contained in:
Dirk Stoecker 2018-11-08 15:18:34 +00:00 committed by Git OBS Bridge
parent 5bc265d9d5
commit df6d5ee7a0
4 changed files with 20 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 8 06:20:47 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.22
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
0.22 2018-10-13 22:24:46 -0400
- Production version identical to 0.21_01
0.21_01 2018-10-11 22:53:43 -0400
- Documentation fixes
- Handle DLLs with upper-case characters in extension on MSWin32 (gh#9)
-------------------------------------------------------------------
Sun Jun 10 05:25:04 UTC 2018 - coolo@suse.com

View File

@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-FFI-CheckLib
Version: 0.20
Version: 0.22
Release: 0
%define cpan_name FFI-CheckLib
Summary: Check that a library is available for FFI
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/FFI-CheckLib/
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
BuildArch: noarch
@ -53,7 +53,7 @@ does depend on Test2::Suite.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check