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:
Pedro Monreal Gonzalez 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bbd4116d1a08f95df669fcba16acd6a7e94329843abc8cb7c4b038d1778bded
size 331770

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

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

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>

View File

@ -18,7 +18,7 @@
%define cpan_name Alien-Build
Name: perl-Alien-Build
Version: 2.38
Version: 2.40
Release: 0
Summary: Build external dependencies for use in CPAN
License: Artistic-1.0 OR GPL-1.0-or-later