Accepting request 766581 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/766581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-FFI-CheckLib?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-01-26 23:21:10 +00:00 committed by Git OBS Bridge
commit 11a73947cf
4 changed files with 20 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb36b9a7cff1764a65b1b77e01e92c26207c558a3f986d0d17d2b110fa366ba4
size 28512

3
FFI-CheckLib-0.26.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06e33bf0807f841626248197e8f39475ac50d1364a0336836c9b581d19a97f65
size 28806

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 23 03:08:20 UTC 2020 - <timueller+perl@suse.de>
- 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 <pmonrealgonzalez@suse.com>

View File

@ -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