diff --git a/FFI-CheckLib-0.20.tar.gz b/FFI-CheckLib-0.20.tar.gz deleted file mode 100644 index d319bae..0000000 --- a/FFI-CheckLib-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f41537f870fc49bc2088273e3ff93648a8921a9d5f0af3c8f5f51ccd8ac4efdd -size 26068 diff --git a/FFI-CheckLib-0.22.tar.gz b/FFI-CheckLib-0.22.tar.gz new file mode 100644 index 0000000..d29f1db --- /dev/null +++ b/FFI-CheckLib-0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cd43d0fb701c8cc5e90cd9c8361dc0e99e3e2a49f27a175b87425ae6704c15 +size 26932 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index a67ad58..af77cf3 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 8 06:20:47 UTC 2018 - Stephan Kulow + +- updated to 0.22 + see /usr/share/doc/packages/perl-FFI-CheckLib/Changes + + 0.22 2018-10-13 22:24:46 -0400 + - Production version identical to 0.21_01 + + 0.21_01 2018-10-11 22:53:43 -0400 + - Documentation fixes + - Handle DLLs with upper-case characters in extension on MSWin32 (gh#9) + ------------------------------------------------------------------- Sun Jun 10 05:25:04 UTC 2018 - coolo@suse.com diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index beca2ac..ccf9f35 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-FFI-CheckLib -Version: 0.20 +Version: 0.22 Release: 0 %define cpan_name FFI-CheckLib Summary: Check that a library is available for FFI License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/FFI-CheckLib/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -53,7 +53,7 @@ does depend on Test2::Suite. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check