1
0

Accepting request 862584 from devel:languages:perl:autoupdate

- updated to 2.38
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  2.38      2021-01-11 14:35:54 -0700
    - Fixed a bug the can cause an array dereference error in pkg-config command line
      plugin on MSYS2 / MinGW environment (gh#243)
    - Changed the auto-generated module name for Test::Alien, in a way that works
      around a probable bug / issue with ExtUtils::CBuilder (gh#243)

OBS-URL: https://build.opensuse.org/request/show/862584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=68
This commit is contained in:
Pedro Monreal Gonzalez 2021-01-12 10:20:07 +00:00 committed by Git OBS Bridge
parent af0031adac
commit 3794674b4d
4 changed files with 21 additions and 12 deletions

View File

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

3
Alien-Build-2.38.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 12 03:06:26 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.38
see /usr/share/doc/packages/perl-Alien-Build/Changes
2.38 2021-01-11 14:35:54 -0700
- Fixed a bug the can cause an array dereference error in pkg-config command line
plugin on MSYS2 / MinGW environment (gh#243)
- Changed the auto-generated module name for Test::Alien, in a way that works
around a probable bug / issue with ExtUtils::CBuilder (gh#243)
-------------------------------------------------------------------
Tue Nov 3 03:07:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-Build
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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-Alien-Build
Version: 2.37
Release: 0
%define cpan_name Alien-Build
Name: perl-Alien-Build
Version: 2.38
Release: 0
Summary: Build external dependencies for use in CPAN
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.17
@ -67,12 +65,12 @@ for CPAN. It is mainly designed to be used at install time of a CPAN
client, and work closely with Alien::Base which is used at runtime.
%prep
%setup -q -n %{cpan_name}-%{version}
%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
@ -83,7 +81,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc author.yml Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Alien-Build-Decode-Mojo Changes.Test-Alien example README SUPPORT
%license LICENSE