From ebc79a5b2eec51da34ed7ea72b951989472989d14e451c79d3c34294eb795606 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Fri, 6 May 2022 14:08:06 +0000 Subject: [PATCH] Accepting request 975126 from devel:languages:perl:autoupdate - updated to 1.16 see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES 1.16 2022-05-04 Stop all the tests that require a working compiler from skipping on AIX 1.15 2022-05-04 Refactor, stop GCC optimising away test code OBS-URL: https://build.opensuse.org/request/show/975126 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-CheckLib?expand=0&rev=27 --- Devel-CheckLib-1.14.tar.gz | 3 --- Devel-CheckLib-1.16.tar.gz | 3 +++ perl-Devel-CheckLib.changes | 11 +++++++++++ perl-Devel-CheckLib.spec | 21 +++++++++------------ 4 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 Devel-CheckLib-1.14.tar.gz create mode 100644 Devel-CheckLib-1.16.tar.gz diff --git a/Devel-CheckLib-1.14.tar.gz b/Devel-CheckLib-1.14.tar.gz deleted file mode 100644 index 9db7ff4..0000000 --- a/Devel-CheckLib-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21c5e299ad3ce0fdc0cb0f41378dca85a70e8d6c9a7599f0e56a957200ec294 -size 15562 diff --git a/Devel-CheckLib-1.16.tar.gz b/Devel-CheckLib-1.16.tar.gz new file mode 100644 index 0000000..e5215d7 --- /dev/null +++ b/Devel-CheckLib-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca +size 15863 diff --git a/perl-Devel-CheckLib.changes b/perl-Devel-CheckLib.changes index 43feb93..b2312e0 100644 --- a/perl-Devel-CheckLib.changes +++ b/perl-Devel-CheckLib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 5 03:06:11 UTC 2022 - Tina Müller + +- updated to 1.16 + see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES + + 1.16 2022-05-04 Stop all the tests that require a working compiler from + skipping on AIX + + 1.15 2022-05-04 Refactor, stop GCC optimising away test code + ------------------------------------------------------------------- Thu Nov 14 09:24:33 UTC 2019 - diff --git a/perl-Devel-CheckLib.spec b/perl-Devel-CheckLib.spec index 7984206..d513df4 100644 --- a/perl-Devel-CheckLib.spec +++ b/perl-Devel-CheckLib.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-CheckLib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # -Name: perl-Devel-CheckLib -Version: 1.14 -Release: 0 %define cpan_name Devel-CheckLib -Summary: Check that a library is available +Name: perl-Devel-CheckLib +Version: 1.16 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Check that a library is available +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) @@ -39,12 +37,12 @@ Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -55,7 +53,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc CHANGES README TODO VMS-notes %changelog