From 2ae1edb8849fbae6e046669a3c6f5728c45811ed849aa8423ba32f796cf234ee Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 8 Nov 2017 16:50:05 +0000 Subject: [PATCH] Accepting request 536689 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/536689 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=5 --- FFI-CheckLib-0.16.tar.gz | 3 --- FFI-CheckLib-0.18.tar.gz | 3 +++ perl-FFI-CheckLib.changes | 34 ++++++++++++++++++++++++++++++++++ perl-FFI-CheckLib.spec | 5 +++-- 4 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 FFI-CheckLib-0.16.tar.gz create mode 100644 FFI-CheckLib-0.18.tar.gz diff --git a/FFI-CheckLib-0.16.tar.gz b/FFI-CheckLib-0.16.tar.gz deleted file mode 100644 index d52b302..0000000 --- a/FFI-CheckLib-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ccad052716f87be930346e013deddd5fd9c37c813c35e0af711b60e7643e44c -size 22069 diff --git a/FFI-CheckLib-0.18.tar.gz b/FFI-CheckLib-0.18.tar.gz new file mode 100644 index 0000000..c4ace52 --- /dev/null +++ b/FFI-CheckLib-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ac3da8872e6152db38774ea8dfa8824a0750286c33fa667e66fde9b7da0adf +size 25848 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index 147f36e..cecd471 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Oct 26 05:18:55 UTC 2017 - coolo@suse.com + +- updated to 0.18 + see /usr/share/doc/packages/perl-FFI-CheckLib/Changes + + 0.18 2017-10-25 10:00:47 -0400 + - Production version identical to 0.17_02 + + 0.17_02 2017-10-14 01:03:04 -0400 + - Fix Windows testing regression introduced in 0.17_01 + + 0.17_01 2017-10-13 15:58:30 -0400 + - Filter out broken and recursive symlinks + - Better handle symlinked .so files on platforms that support that. + + Previously, we preferred the longer .so names (ie, libfoo.so.1.2.3) + over the shorter .so names (libfoo.so) since the latter is usually a + symlink, and the former may have useful "version" information in the + filename. That is a problem when a system is using symlinks to indicate + a preference, (for example, if there are both libfoo.so.1.2.3, + libfoo.so.1.2.4 and libfoo.so is a symlink to one of those). + + Now we still endevour to return the long .so name, but use the short + name to see which one is preferred by the operating system, or user. + + In the absense of any symlinks to disambiguate two libraries with the + same name, we prefer the one with a newer version number. That is + libfoo.so.2.3.4 would be preferred over libfoo.so.1.2.3 + + - Slightly more consistent diagnostic messages. + - Added functions: which, where, has_symbols + None are exported by default, but may be requested. + ------------------------------------------------------------------- Wed Aug 9 05:34:48 UTC 2017 - coolo@suse.com diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index 6acd9bb..c81f221 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -17,7 +17,7 @@ Name: perl-FFI-CheckLib -Version: 0.16 +Version: 0.18 Release: 0 %define cpan_name FFI-CheckLib Summary: Check that a library is available for FFI @@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test2::API) >= 1.302015 +BuildRequires: perl(Test2::Mock) >= 0.000060 BuildRequires: perl(Test2::Require::Module) >= 0.000060 BuildRequires: perl(Test2::V0) >= 0.000060 %{perl_requires} @@ -64,7 +65,7 @@ does depend on Test2::Suite. %files -f %{name}.files %defattr(-,root,root,755) -%doc author.yml Changes README +%doc author.yml Changes example README %license LICENSE %changelog