From bba0f95aa15dbecb214d6807f4558760fcd26caf0f8120e60224b1f280952365 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 23 Jan 2020 12:39:04 +0000 Subject: [PATCH] Accepting request 766533 from devel:languages:perl:autoupdate - updated to 0.26 see /usr/share/doc/packages/perl-FFI-CheckLib/Changes 0.26 2020-01-22 05:54:02 -0700 - Name check on alien option is always done, even if the Alien is already loaded (gh#21) - Remove dependency on Module::Load (gh#21) OBS-URL: https://build.opensuse.org/request/show/766533 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=14 --- FFI-CheckLib-0.25.tar.gz | 3 --- FFI-CheckLib-0.26.tar.gz | 3 +++ perl-FFI-CheckLib.changes | 11 +++++++++++ perl-FFI-CheckLib.spec | 15 ++++++--------- 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 FFI-CheckLib-0.25.tar.gz create mode 100644 FFI-CheckLib-0.26.tar.gz diff --git a/FFI-CheckLib-0.25.tar.gz b/FFI-CheckLib-0.25.tar.gz deleted file mode 100644 index 195c004..0000000 --- a/FFI-CheckLib-0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb36b9a7cff1764a65b1b77e01e92c26207c558a3f986d0d17d2b110fa366ba4 -size 28512 diff --git a/FFI-CheckLib-0.26.tar.gz b/FFI-CheckLib-0.26.tar.gz new file mode 100644 index 0000000..5d436f6 --- /dev/null +++ b/FFI-CheckLib-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e33bf0807f841626248197e8f39475ac50d1364a0336836c9b581d19a97f65 +size 28806 diff --git a/perl-FFI-CheckLib.changes b/perl-FFI-CheckLib.changes index 3574ebb..522e9ad 100644 --- a/perl-FFI-CheckLib.changes +++ b/perl-FFI-CheckLib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 23 03:08:20 UTC 2020 - + +- updated to 0.26 + see /usr/share/doc/packages/perl-FFI-CheckLib/Changes + + 0.26 2020-01-22 05:54:02 -0700 + - Name check on alien option is always done, even if the Alien is already + loaded (gh#21) + - Remove dependency on Module::Load (gh#21) + ------------------------------------------------------------------- Tue Nov 19 10:34:38 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-FFI-CheckLib.spec b/perl-FFI-CheckLib.spec index b3a3b64..39acea6 100644 --- a/perl-FFI-CheckLib.spec +++ b/perl-FFI-CheckLib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-FFI-CheckLib # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 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,25 +17,24 @@ Name: perl-FFI-CheckLib -Version: 0.25 +Version: 0.26 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: https://metacpan.org/release/%{cpan_name} +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Load) 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 -Requires: perl(Module::Load) %{perl_requires} %description @@ -48,7 +47,7 @@ FFI system. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -64,9 +63,7 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -# MANUAL BEGIN -%doc Changes README -# MANUAL END +%doc author.yml Changes example README %license LICENSE %changelog