1
0

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
This commit is contained in:
Stephan Kulow
2017-11-08 16:50:05 +00:00
committed by Git OBS Bridge
parent 6fda19ec7e
commit 2ae1edb884
4 changed files with 40 additions and 5 deletions

View File

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

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

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

View File

@@ -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

View File

@@ -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