diff --git a/FFI-CheckLib-0.23.tar.gz b/FFI-CheckLib-0.23.tar.gz deleted file mode 100644 index 292e675..0000000 --- a/FFI-CheckLib-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ec7abca15f070dac2392d36b48a3ad27d80b4ee4cb2944a69e7ea0cb4da5166 -size 27347 diff --git a/FFI-CheckLib-0.24.tar.gz b/FFI-CheckLib-0.24.tar.gz new file mode 100644 index 0000000..04840d9 --- /dev/null +++ b/FFI-CheckLib-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93726e7772f24d64351326846536332432df3f1f9cbff76ef95f1f66a0a7b3c7 +size 27866 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index 34d02f5..5c853d4 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 28 05:11:51 UTC 2019 - Stephan Kulow + +- updated to 0.24 + see /usr/share/doc/packages/perl-FFI-CheckLib/Changes + + 0.24 2019-04-27 09:14:34 -0400 + - Add try_linker_script option (gh#13, gh#15) + ------------------------------------------------------------------- Thu Dec 6 15:40:26 UTC 2018 - Stephan Kulow diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index a682e39..1469339 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-FFI-CheckLib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.23 +Version: 0.24 Release: 0 %define cpan_name FFI-CheckLib Summary: Check that a library is available for FFI @@ -32,6 +32,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test2::API) >= 1.302015 BuildRequires: perl(Test2::Mock) >= 0.000060 +BuildRequires: perl(Test2::Require::EnvVar) >= 0.000060 BuildRequires: perl(Test2::Require::Module) >= 0.000060 BuildRequires: perl(Test2::V0) >= 0.000060 %{perl_requires} @@ -51,6 +52,7 @@ does depend on Test2::Suite. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -66,7 +68,7 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -%doc author.yml Changes example README +%doc author.yml Changes corpus example maint README %license LICENSE %changelog