Accepting request 698704 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/698704 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FFI-CheckLib?expand=0&rev=9
This commit is contained in:
parent
93f0066d96
commit
33df396c9a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ec7abca15f070dac2392d36b48a3ad27d80b4ee4cb2944a69e7ea0cb4da5166
|
||||
size 27347
|
3
FFI-CheckLib-0.24.tar.gz
Normal file
3
FFI-CheckLib-0.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93726e7772f24d64351326846536332432df3f1f9cbff76ef95f1f66a0a7b3c7
|
||||
size 27866
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 28 05:11:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- 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 <coolo@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user