From af0031adac3a512687918c1e7e716ac0fb50e08109c42ff7b16626f7e97e7edc Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 3 Nov 2020 09:18:03 +0000 Subject: [PATCH] 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 --- Alien-Build-2.33.tar.gz | 3 --- Alien-Build-2.37.tar.gz | 3 +++ perl-Alien-Build.changes | 18 ++++++++++++++++++ perl-Alien-Build.spec | 4 +++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 Alien-Build-2.33.tar.gz create mode 100644 Alien-Build-2.37.tar.gz diff --git a/Alien-Build-2.33.tar.gz b/Alien-Build-2.33.tar.gz deleted file mode 100644 index 82822d3..0000000 --- a/Alien-Build-2.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801441ab784e5495e9a776691ae8cff964018362a2b2e02c432cd7e8d1b570c7 -size 328283 diff --git a/Alien-Build-2.37.tar.gz b/Alien-Build-2.37.tar.gz new file mode 100644 index 0000000..b1993c2 --- /dev/null +++ b/Alien-Build-2.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3000bcbe98482643f76bbcffce42fd48f24c63a6457f8aa2c1695f481ac9ed51 +size 330915 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index cabcdfc..7f9e74a 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 3 03:07:10 UTC 2020 - Tina Müller + +- 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 diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index dbb7005..e4e8948 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -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