1
0

Accepting request 845640 from devel:languages:perl:autoupdate

- updated to 2.37
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  2.37      2020-11-02 09:09:13 -0700
    - Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239)
  2.36_01   2020-10-31 03:33:21 -0600
    - Fixed a bug where Probe and PkgConfig plugins could provide compiler / linker flags
      when the PkgConfig probe fails, but another probe succeed. (gh#238)
  2.35_01   2020-10-28 02:06:21 -0600
    - Added install properties: system_probe_class and system_probe_instance_id (gh#237)
    - Added hook properties: probe_class and probe_instance_id (gh#237)
  2.34_01   2020-10-27 04:23:24 -0600
    - Added instance_id property to Alien::Build::Plugin class (gh#235)
    - Added plugin_instance_prop method to Alien::Build class (gh#235)

OBS-URL: https://build.opensuse.org/request/show/845640
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=66
This commit is contained in:
Pedro Monreal Gonzalez 2020-11-03 09:18:03 +00:00 committed by Git OBS Bridge
parent 7c8732334a
commit af0031adac
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Nov 3 03:07:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.37
see /usr/share/doc/packages/perl-Alien-Build/Changes
2.37 2020-11-02 09:09:13 -0700
- Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239)
2.36_01 2020-10-31 03:33:21 -0600
- Fixed a bug where Probe and PkgConfig plugins could provide compiler / linker flags
when the PkgConfig probe fails, but another probe succeed. (gh#238)
2.35_01 2020-10-28 02:06:21 -0600
- Added install properties: system_probe_class and system_probe_instance_id (gh#237)
- Added hook properties: probe_class and probe_instance_id (gh#237)
2.34_01 2020-10-27 04:23:24 -0600
- Added instance_id property to Alien::Build::Plugin class (gh#235)
- Added plugin_instance_prop method to Alien::Build class (gh#235)
-------------------------------------------------------------------
Tue Sep 22 03:07:01 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-Alien-Build
Version: 2.33
Version: 2.37
Release: 0
%define cpan_name Alien-Build
Summary: Build external dependencies for use in CPAN
@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(ExtUtils::ParseXS) >= 3.30
@ -43,6 +44,7 @@ BuildRequires: perl(Test2::API) >= 1.302096
BuildRequires: perl(Test2::V0) >= 0.000060
BuildRequires: perl(Text::ParseWords) >= 3.26
Requires: perl(Capture::Tiny) >= 0.17
Requires: perl(Digest::SHA)
Requires: perl(ExtUtils::CBuilder)
Requires: perl(ExtUtils::MakeMaker) >= 6.64
Requires: perl(ExtUtils::ParseXS) >= 3.30