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
This commit is contained in:
Christian Wittmer 2022-05-06 14:08:06 +00:00 committed by Git OBS Bridge
parent df18dccc6e
commit ebc79a5b2e
4 changed files with 23 additions and 15 deletions

View File

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

BIN
Devel-CheckLib-1.16.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 5 03:06:11 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

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