From c2fc0a2fa97ce9e7023d6dc5bc59e120b4d5fb566d43bbd78f3fb0bbbf56dc6a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 21 Mar 2014 14:02:37 +0000 Subject: [PATCH] Accepting request 226993 from home:mlin7442:perl-m OBS-URL: https://build.opensuse.org/request/show/226993 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-CheckLib?expand=0&rev=7 --- Devel-CheckLib-0.92.tar.gz | 3 --- Devel-CheckLib-0.95.tar.gz | 3 --- Devel-CheckLib-1.01.tar.gz | 3 +++ perl-Devel-CheckLib.changes | 14 ++++++++++++++ perl-Devel-CheckLib.spec | 36 +++++++++++++++++++++++++++--------- 5 files changed, 44 insertions(+), 15 deletions(-) delete mode 100644 Devel-CheckLib-0.92.tar.gz delete mode 100644 Devel-CheckLib-0.95.tar.gz create mode 100644 Devel-CheckLib-1.01.tar.gz diff --git a/Devel-CheckLib-0.92.tar.gz b/Devel-CheckLib-0.92.tar.gz deleted file mode 100644 index 3d29abf..0000000 --- a/Devel-CheckLib-0.92.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8515120f6c9efcbd025c2fca2a8142d6b8ac8f3f9fb30bfd58b754cf566fedc -size 12030 diff --git a/Devel-CheckLib-0.95.tar.gz b/Devel-CheckLib-0.95.tar.gz deleted file mode 100644 index e877303..0000000 --- a/Devel-CheckLib-0.95.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e62eb7ad76d13f7800a5d8b360e855783d0a26ca8932c0aeb29844117ca8e381 -size 12398 diff --git a/Devel-CheckLib-1.01.tar.gz b/Devel-CheckLib-1.01.tar.gz new file mode 100644 index 0000000..8f3d330 --- /dev/null +++ b/Devel-CheckLib-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992fa8f4a4167ed28fb3e2bd096170abd4697837d808328e8a13bfd657ac0993 +size 13250 diff --git a/perl-Devel-CheckLib.changes b/perl-Devel-CheckLib.changes index 2db42d2..b73e1a2 100644 --- a/perl-Devel-CheckLib.changes +++ b/perl-Devel-CheckLib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 21 06:20:51 UTC 2014 - mlin@suse.com + +- update to 1.01 + * Deprecate use-devel-checklib script. + * Allow -R rpaths as libpaths used with solaris cc (see RT #81330) + * Merge ldflags & perllibs. + * Fixed test. + * Pass linker options to MSVC. + * Clean up object files. Also MSVC generates extra files, clean them up. + * Better error message. + * Add support for gcc that have version number in the command name. + Fix about that the command path include space character. + ------------------------------------------------------------------- Sat Jan 22 20:39:42 UTC 2011 - coolo@novell.com diff --git a/perl-Devel-CheckLib.spec b/perl-Devel-CheckLib.spec index 43d74b9..2197955 100644 --- a/perl-Devel-CheckLib.spec +++ b/perl-Devel-CheckLib.spec @@ -1,25 +1,42 @@ # vim: set sw=4 ts=4 et nu: -# norootforbuild +# +# spec file for package perl-Devel-CheckLib +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: perl-Devel-CheckLib -Version: 0.92 +Version: 1.01 Release: 0 Summary: Check that a library is available -Source: http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Devel-CheckLib-%{version}.tar.gz -URL: http://search.cpan.org/dist/Devel-CheckLib/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} +Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-%{version}.tar.gz +Url: http://github.com/mattn/p5-Devel-CheckLib +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: make perl +BuildRequires: make +BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::CaptureOutput) -Requires: perl(Test::More) +BuildRequires: perl(Test::More) Requires: perl(File::Temp) Requires: perl(IO::CaptureOutput) +Requires: perl(Test::More) %description Devel::CheckLib is a perl module that checks whether a particular C library and @@ -54,3 +71,4 @@ its headers are available. %{perl_vendorarch}/auto/Devel/CheckLib %doc %{perl_man3dir}/Devel::CheckLib.%{perl_man3ext}%{ext_man} +%changelog