- updated to 1.11
see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES 1.11 2017-05-23 Prevent concatenation warnings when LD_RUN_PATH is undefined. 1.10 2017-04-08 Use Mock::Config. 1.09 2017-04-08 Remove link options from @ldflags. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-CheckLib?expand=0&rev=19
This commit is contained in:
parent
eee9004061
commit
eb713eaeb3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0301aa2cc827fb9bb16cc7ca1d59bd5193b9536ddbdbc3621835d8c61c57efd6
|
||||
size 15015
|
3
Devel-CheckLib-1.11.tar.gz
Normal file
3
Devel-CheckLib-1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd6d1c187e80be6de1f0d37add441ba8f14950c7bc1f54e764770ed484b232c1
|
||||
size 15209
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 10:33:19 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.11
|
||||
see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
|
||||
|
||||
1.11 2017-05-23 Prevent concatenation warnings when LD_RUN_PATH is
|
||||
undefined.
|
||||
|
||||
1.10 2017-04-08 Use Mock::Config.
|
||||
|
||||
1.09 2017-04-08 Remove link options from @ldflags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 06:28:00 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Devel-CheckLib
|
||||
Version: 1.09
|
||||
Version: 1.11
|
||||
Release: 0
|
||||
%define cpan_name Devel-CheckLib
|
||||
Summary: Check That a Library Is Available
|
||||
@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::CaptureOutput) >= 1.0801
|
||||
BuildRequires: perl(Mock::Config) >= 0.02
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user