From 2b5c710c2d8e5b7c1f464294973bb96e2b6b280d2ff1521974d90a1e81151ede Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Aug 2022 14:35:48 +0000 Subject: [PATCH] Accepting request 997384 from devel:languages:perl:autoupdate - updated to 2.56 see /usr/share/doc/packages/perl-Alien-Build/Changes 2.56 2022-08-13 15:33:18 -0600 - Production release identical to 2.55.01 2.55_01 2022-08-13 15:28:00 -0600 - Documentation improvements (gh#313, gh#330) 2.54_01 2022-08-13 11:29:15 -0600 - Documentation improvements (gh#48, gh#313, gh#329) 2.53 2022-08-12 14:02:31 -0600 - Documentation improvements (gh#241, gh#254, gh#283, gh#298, gh#312, gh#327) - Added .runtime.inline_auto_include property (gh#226, gh#328) - xs_ok in Test::Alien will now keep temporary generated files on failure by default. You can override this behavior using TEST_ALIEN_ALWAYS_KEEP (gh#315, gh#326) - Added TEST_ALIEN_ALIENS_MISSING environment variable to remove warning in Test::Alien when you use some tools without first calling alien_ok (gh#326) 2.52 2022-08-11 15:18:46 -0600 - Improved documentation (gh#317, gh#318) - Fixed bug for run_ok in Test::Alien where passing a command in scalar context would not work for commands with arguments (gh#320) - Added interpolate_run_ok and plugin_ok to Test::Alien (gh#319, gh#321, gh#322) - Better support for Alien::MSYS + Test::Alien (gh#323) - Better handle it when flags are undef by not passing into Text::ParseWords::shellwords(gh#314, gh#324) 2.51 2022-08-03 09:57:08 -0600 - Remove use of duplicate lddlfalgs in Test::Alien which could cause failures on AIX (gh#217, gh#316) OBS-URL: https://build.opensuse.org/request/show/997384 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=83 --- Alien-Build-2.50.tar.gz | 3 --- Alien-Build-2.56.tar.gz | 3 +++ perl-Alien-Build.changes | 33 +++++++++++++++++++++++++++++++++ perl-Alien-Build.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 Alien-Build-2.50.tar.gz create mode 100644 Alien-Build-2.56.tar.gz diff --git a/Alien-Build-2.50.tar.gz b/Alien-Build-2.50.tar.gz deleted file mode 100644 index c88dee4..0000000 --- a/Alien-Build-2.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ed2e175ba2d46d77fc8bb3b726a583cd3b28dc5c2885c375cfa2bf2a7c17347 -size 320971 diff --git a/Alien-Build-2.56.tar.gz b/Alien-Build-2.56.tar.gz new file mode 100644 index 0000000..abaa475 --- /dev/null +++ b/Alien-Build-2.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc259df86be3dce2614bf719553f8883580b4b1a0b7b8ca8e7c9c77295360a8 +size 520533 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index b4720e6..0755409 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Aug 14 03:06:08 UTC 2022 - Tina Müller + +- updated to 2.56 + see /usr/share/doc/packages/perl-Alien-Build/Changes + + 2.56 2022-08-13 15:33:18 -0600 + - Production release identical to 2.55.01 + 2.55_01 2022-08-13 15:28:00 -0600 + - Documentation improvements (gh#313, gh#330) + 2.54_01 2022-08-13 11:29:15 -0600 + - Documentation improvements (gh#48, gh#313, gh#329) + 2.53 2022-08-12 14:02:31 -0600 + - Documentation improvements (gh#241, gh#254, gh#283, gh#298, gh#312, gh#327) + - Added .runtime.inline_auto_include property (gh#226, gh#328) + - xs_ok in Test::Alien will now keep temporary generated files on failure + by default. You can override this behavior using TEST_ALIEN_ALWAYS_KEEP + (gh#315, gh#326) + - Added TEST_ALIEN_ALIENS_MISSING environment variable to remove warning + in Test::Alien when you use some tools without first calling alien_ok + (gh#326) + 2.52 2022-08-11 15:18:46 -0600 + - Improved documentation (gh#317, gh#318) + - Fixed bug for run_ok in Test::Alien where passing a command in scalar + context would not work for commands with arguments (gh#320) + - Added interpolate_run_ok and plugin_ok to Test::Alien (gh#319, gh#321, gh#322) + - Better support for Alien::MSYS + Test::Alien (gh#323) + - Better handle it when flags are undef by not passing into + Text::ParseWords::shellwords(gh#314, gh#324) + 2.51 2022-08-03 09:57:08 -0600 + - Remove use of duplicate lddlfalgs in Test::Alien which could cause failures + on AIX (gh#217, gh#316) + ------------------------------------------------------------------- Fri Jun 24 03:06:07 UTC 2022 - Tina Müller diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index 0e336a5..76d602a 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -18,7 +18,7 @@ %define cpan_name Alien-Build Name: perl-Alien-Build -Version: 2.50 +Version: 2.56 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Build external dependencies for use in CPAN