diff --git a/FFI-CheckLib-0.14.tar.gz b/FFI-CheckLib-0.14.tar.gz deleted file mode 100644 index 0ffb387..0000000 --- a/FFI-CheckLib-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03dd7474e427d22e056b2af9c595e5fc661b4f4ca010127fb285b00cf7aa616f -size 19358 diff --git a/FFI-CheckLib-0.15.tar.gz b/FFI-CheckLib-0.15.tar.gz new file mode 100644 index 0000000..523cc8f --- /dev/null +++ b/FFI-CheckLib-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90da6c1c3b6171b5f68e2936fd2a80997fe519e21a0e8136f8f5e58c7ccc26ee +size 20158 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index 53f61de..500706e 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -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 diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index 2d6d453..52ac8d8 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -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}