1
0

Accepting request 615659 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/615659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2018-06-14 06:45:13 +00:00 committed by Git OBS Bridge
parent 2ae1edb884
commit 5bc265d9d5
4 changed files with 21 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 10 05:25:04 UTC 2018 - coolo@suse.com
- updated to 0.20
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
0.20 2018-06-04 18:18:09 -0400
- Add system_path function.
0.19 2018-05-30 21:09:32 -0400
- Administrative release to note that this dist is moving its
repository to the Perl5-FFI org on github.com
-------------------------------------------------------------------
Thu Oct 26 05:18:55 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-FFI-CheckLib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,11 +17,11 @@
Name: perl-FFI-CheckLib
Version: 0.18
Version: 0.20
Release: 0
%define cpan_name FFI-CheckLib
Summary: Check that a library is available for FFI
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/FFI-CheckLib/
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
@ -41,7 +41,8 @@ This module checks whether a particular dynamic library is available for
FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic
libraries even when development packages are not installed. It also
provides a find_lib function that will return the full path to the found
dynamic library, which can be feed directly into FFI::Platypus or FFI::Raw.
dynamic library, which can be feed directly into FFI::Platypus or another
FFI system.
Although intended mainly for FFI modules via FFI::Platypus and similar,
this module does not actually use any FFI to do its detection and probing.