1
0

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
This commit is contained in:
Dirk Stoecker 2022-08-16 14:35:48 +00:00 committed by Git OBS Bridge
parent ff0ba75b05
commit 2b5c710c2d
4 changed files with 37 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sun Aug 14 03:06:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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