Accepting request 360711 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/360711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-CheckLib?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2016-02-25 21:05:54 +00:00 committed by Git OBS Bridge
commit 0405ea1d1c
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 21 09:47:59 UTC 2016 - coolo@suse.com
- updated to 1.06
see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES
-------------------------------------------------------------------
Sun Sep 20 08:46:25 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-CheckLib
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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-Devel-CheckLib
Version: 1.05
Version: 1.06
Release: 0
%define cpan_name Devel-CheckLib
Summary: Check That a Library Is Available
@ -38,7 +38,7 @@ and its headers are available.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"