diff --git a/Alien-Build-1.55.tar.gz b/Alien-Build-1.55.tar.gz deleted file mode 100644 index 8d6b9fb..0000000 --- a/Alien-Build-1.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6587c9cf6f7243631e276e4e6403fed65c9775e57fcb30edab3b97099835478e -size 236781 diff --git a/Alien-Build-1.60.tar.gz b/Alien-Build-1.60.tar.gz new file mode 100644 index 0000000..634e834 --- /dev/null +++ b/Alien-Build-1.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a03f3010dcb03cc84e1a51054745c6fae305a472462d57e6c0ea706889fc73 +size 232830 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index 706f73b..7102fad 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed Mar 13 15:42:15 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index c64958c..119e515 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -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