diff --git a/Devel-CheckLib-1.05.tar.gz b/Devel-CheckLib-1.05.tar.gz deleted file mode 100644 index d2f4603..0000000 --- a/Devel-CheckLib-1.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a7047a80c0225334a74e5fec80c61fa97a31bcba865a6f7cd222be724624763 -size 14126 diff --git a/Devel-CheckLib-1.06.tar.gz b/Devel-CheckLib-1.06.tar.gz new file mode 100644 index 0000000..d6d0d76 --- /dev/null +++ b/Devel-CheckLib-1.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a49989ad1ac414ad5dd52d9ec93c3b88c4d9141693a45d2b07bb24d8bc6dad +size 14315 diff --git a/perl-Devel-CheckLib.changes b/perl-Devel-CheckLib.changes index 472b44b..01fb22c 100644 --- a/perl-Devel-CheckLib.changes +++ b/perl-Devel-CheckLib.changes @@ -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 diff --git a/perl-Devel-CheckLib.spec b/perl-Devel-CheckLib.spec index b896594..564afe8 100644 --- a/perl-Devel-CheckLib.spec +++ b/perl-Devel-CheckLib.spec @@ -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}"