1
0

Accepting request 893137 from devel:languages:perl:autoupdate

- updated to 2.40
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  2.40      2021-05-13 06:44:37 -0600
    - Test::Alien tests will issue a diagnostic if you call them without
      alien_ok which is probably a mistake (gh#262, gh#263)
  2.39_01   2021-05-12 04:14:06 -0600
    - Add support for HTTP request headers on all appropriate core fetch plugins
      (gh#256, gh#259)
    - The fetch method on Alien::Build  now has a http_headers option
      (gh#256, gh#259)
    - Fix bug where symlinks to directories were incorrectly being skipped
      (gh#255, gh#260)

OBS-URL: https://build.opensuse.org/request/show/893137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=70
This commit is contained in:
2021-05-17 10:31:44 +00:00
committed by Git OBS Bridge
parent 3794674b4d
commit 8e1f067bc0
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri May 14 03:06:06 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.40
see /usr/share/doc/packages/perl-Alien-Build/Changes
2.40 2021-05-13 06:44:37 -0600
- Test::Alien tests will issue a diagnostic if you call them without
alien_ok which is probably a mistake (gh#262, gh#263)
2.39_01 2021-05-12 04:14:06 -0600
- Add support for HTTP request headers on all appropriate core fetch plugins
(gh#256, gh#259)
- The fetch method on Alien::Build now has a http_headers option
(gh#256, gh#259)
- Fix bug where symlinks to directories were incorrectly being skipped
(gh#255, gh#260)
-------------------------------------------------------------------
Tue Jan 12 03:06:26 UTC 2021 - Tina Müller <timueller+perl@suse.de>