1
0

Accepting request 655750 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=8
This commit is contained in:
Dirk Stoecker 2018-12-06 15:52:36 +00:00 committed by Git OBS Bridge
parent df6d5ee7a0
commit 93f0066d96
4 changed files with 16 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 6 15:40:26 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.23
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
0.23 2018-11-18 00:07:49 -0500
- Handle DLLs on Windows with "dashed" version numbers (example: foo-1-2-3.dll)
(gh#10, gh#11, SLAFFAN++)
-------------------------------------------------------------------
Thu Nov 8 06:20:47 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-FFI-CheckLib
Version: 0.22
Version: 0.23
Release: 0
%define cpan_name FFI-CheckLib
Summary: Check that a library is available for FFI
@ -54,10 +54,10 @@ does depend on Test2::Suite.
%build
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install