- 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:
Stephan Kulow 2017-10-16 10:38:19 +00:00 committed by Git OBS Bridge
parent eee9004061
commit eb713eaeb3
4 changed files with 18 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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