Accepting request 397445 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/397445 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
5c2a78eaf8
commit
b8d21b85bb
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03dd7474e427d22e056b2af9c595e5fc661b4f4ca010127fb285b00cf7aa616f
|
||||
size 19358
|
3
FFI-CheckLib-0.15.tar.gz
Normal file
3
FFI-CheckLib-0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90da6c1c3b6171b5f68e2936fd2a80997fe519e21a0e8136f8f5e58c7ccc26ee
|
||||
size 20158
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 11:49:55 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-FFI-CheckLib/Changes
|
||||
|
||||
0.15 2016-05-05 19:53:32 -0400
|
||||
- Add MSYS2 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 08:37:21 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-FFI-CheckLib
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-FFI-CheckLib
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name FFI-CheckLib
|
||||
Summary: Check that a library is available for FFI
|
||||
@@ -35,17 +35,16 @@ BuildRequires: perl(Test::More) >= 0.94
|
||||
|
||||
%description
|
||||
This module checks whether a particular dynamic library is available for
|
||||
FFI to use. It is modeled heavily on the Devel::CheckLib manpage, but will
|
||||
find dynamic libraries even when development packages are not installed. It
|
||||
also provides a FFI::CheckLib#find_lib function that will return the full
|
||||
path to the found dynamic library, which can be feed directly into the
|
||||
FFI::Platypus manpage or the FFI::Raw manpage.
|
||||
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.
|
||||
|
||||
Although intended mainly for FFI modules via the FFI::Platypus manpage and
|
||||
similar, this module does not actually use any FFI to do its detection and
|
||||
probing. This modules does not have any non-core dependencies on Perls
|
||||
5.8-5.18. On Perl 5.20 and newer it has a configure, build and test
|
||||
dependency on the Module::Build manpage.
|
||||
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.
|
||||
This modules does not have any non-core dependencies on Perls 5.8-5.18. On
|
||||
Perl 5.20 and newer it has a configure, build and test dependency on
|
||||
Module::Build.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user