Accepting request 684725 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/684725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=12
This commit is contained in:
parent
00af55a384
commit
3e97695a73
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6587c9cf6f7243631e276e4e6403fed65c9775e57fcb30edab3b97099835478e
|
||||
size 236781
|
3
Alien-Build-1.60.tar.gz
Normal file
3
Alien-Build-1.60.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7a03f3010dcb03cc84e1a51054745c6fae305a472462d57e6c0ea706889fc73
|
||||
size 232830
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 15:42:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.60
|
||||
see /usr/share/doc/packages/perl-Alien-Build/Changes
|
||||
|
||||
1.60 2019-03-01 03:16:23 -0500
|
||||
- Documentation improvemens. (gh#50, gh#84).
|
||||
|
||||
1.59_01 2019-02-27 21:40:24 -0500
|
||||
- Fix test fail for download negotiation plugin introduced in 1.58_01
|
||||
which was expressed on systems without curl installed.
|
||||
|
||||
1.58_01 2019-02-27 12:50:20 -0500
|
||||
- Prefer Fetch::CurlCommand over Fetch::HTTPTiny for https when:
|
||||
* Net::SSLeay and IO::Socket::SSL are not installed
|
||||
* AND curl is installed
|
||||
* AND curl supports https
|
||||
This makes AB more reliable on platforms like OS X when openssl
|
||||
is broken without a third party package system like homebrew,
|
||||
and on older Perls like 5.8.x where Net::SSLeay frequently does
|
||||
not install or pass tests.
|
||||
The existing behavior of prefer Fetch::HTTPTiny when:
|
||||
* Net::SSLeay and IO::Socket::SSL are already installed
|
||||
* OR the URL is http
|
||||
* OR curl is not already installed
|
||||
is still in effect. (gh#93, gh#94)
|
||||
|
||||
1.57_01 2019-02-26 08:52:34 -0500
|
||||
- Test unzip command before blindly using it (tests were already
|
||||
being made for tarballs) (gh#90)
|
||||
|
||||
1.56_01 2019-02-24 14:09:23 -0500
|
||||
- Prefer Alien::unzip over Archive::Zip. The latter turns out to be broken
|
||||
on one platform or another for much of the time. (gh#74, gh#89).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 06:01:25 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Alien-Build
|
||||
Version: 1.55
|
||||
Version: 1.60
|
||||
Release: 0
|
||||
%define cpan_name Alien-Build
|
||||
Summary: Build external dependencies for use in CPAN
|
||||
|
Loading…
Reference in New Issue
Block a user