From 5bc265d9d536085d7ad0b070ed4ea07da976c6bef124572eb35d37178f543e62 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 Jun 2018 06:45:13 +0000 Subject: [PATCH] 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 --- FFI-CheckLib-0.18.tar.gz | 3 --- FFI-CheckLib-0.20.tar.gz | 3 +++ perl-FFI-CheckLib.changes | 13 +++++++++++++ perl-FFI-CheckLib.spec | 9 +++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 FFI-CheckLib-0.18.tar.gz create mode 100644 FFI-CheckLib-0.20.tar.gz diff --git a/FFI-CheckLib-0.18.tar.gz b/FFI-CheckLib-0.18.tar.gz deleted file mode 100644 index c4ace52..0000000 --- a/FFI-CheckLib-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ac3da8872e6152db38774ea8dfa8824a0750286c33fa667e66fde9b7da0adf -size 25848 diff --git a/FFI-CheckLib-0.20.tar.gz b/FFI-CheckLib-0.20.tar.gz new file mode 100644 index 0000000..d319bae --- /dev/null +++ b/FFI-CheckLib-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41537f870fc49bc2088273e3ff93648a8921a9d5f0af3c8f5f51ccd8ac4efdd +size 26068 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index cecd471..a67ad58 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -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 diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index c81f221..beca2ac 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -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.