------------------------------------------------------------------- Fri Apr 12 05:01:04 UTC 2019 - Stephan Kulow - updated to 1.65 see /usr/share/doc/packages/perl-Alien-Build/Changes.Alien-Base-Wrapper ------------------------------------------------------------------- Tue Apr 9 05:01:08 UTC 2019 - Stephan Kulow - updated to 1.63 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.63 2019-04-08 17:19:03 -0400 - Documentation improvements - Fixed bug in Test::Alien::Build alienfile_skip_if_missing_prereqs where subtest / test was always skipped regardless of requirements. It now (correctly) only skips if there are missing requirements. ------------------------------------------------------------------- Sat Mar 30 06:01:02 UTC 2019 - Stephan Kulow - updated to 1.62 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.62 2019-03-27 11:34:00 -0400 - Production release identical to 1.61_01 1.61_01 2019-03-25 15:35:06 -0400 - Add hook property `version` for probe hook (gh#99, gh#100). - Improvements for Fetch CurlCommand plugin (gh#101). ------------------------------------------------------------------- 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 - updated to 1.55 see /usr/share/doc/packages/perl-Alien-Build/Changes.Alien-Base-Wrapper ------------------------------------------------------------------- Sun Feb 10 06:01:00 UTC 2019 - Stephan Kulow - updated to 1.52 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.52 2019-02-09 05:45:12 -0500 - Use $alien->libs -L flags to help find system dynamic libs. ------------------------------------------------------------------- Sun Jan 20 06:00:56 UTC 2019 - Stephan Kulow - updated to 1.51 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.51 2019-01-19 14:23:23 -0500 - cmake plugin sets CMAKE_INSTALL_LIBDIR:PATH to lib for share installs for cmake projects using GNUInstallDirs on platforms that default to something other than lib. ------------------------------------------------------------------- Thu Jan 17 06:00:55 UTC 2019 - Stephan Kulow - updated to 1.50 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.50 2019-01-16 12:55:08 -0500 - Removed temp testing files unintentionally included in the previous release. - Require ExtUtils::MakeMaker 6.64, for Alien::Build::MM, which can sometimes have its BUILD_REQUIRES or TEST_REQUIRES overridden by Dist::Zilla otherwise. ------------------------------------------------------------------- Thu Dec 6 15:20:57 UTC 2018 - Stephan Kulow - updated to 1.49 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.49 2018-11-04 15:22:40 -0500 - Added Alien::Build::Plugin::Test::Mock - Added alienfile_skip_if_missing_prereqs function to Test::Alien::Build - Remove run-time dependency on Test2::Suite Test2::API is still a run-time dependency, but that has been in-core since 5.26. ------------------------------------------------------------------- Fri Jul 6 05:01:15 UTC 2018 - coolo@suse.com - updated to 1.48 see /usr/share/doc/packages/perl-Alien-Build/Changes ------------------------------------------------------------------- Tue Jun 26 05:01:19 UTC 2018 - coolo@suse.com - updated to 1.46 see /usr/share/doc/packages/perl-Alien-Build/Changes ------------------------------------------------------------------- Mon Jun 4 05:01:21 UTC 2018 - coolo@suse.com - updated to 1.43 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.43 2018-06-03 06:41:28 -0400 - Documentation fixes - Use a custom site.config to ensure libraries are installed in lib and not lib64 or lib/64 for share installs ------------------------------------------------------------------- Thu May 10 05:01:23 UTC 2018 - coolo@suse.com - updated to 1.42 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.42 2018-05-09 08:19:18 -0400 - Corrected typo for install_prop->{old}->{prefix} (had been preifx) ------------------------------------------------------------------- Wed Apr 25 05:01:17 UTC 2018 - coolo@suse.com - updated to 1.41 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.41 2018-04-24 06:19:18 -0400 - before and after directives in alienfile triggers requirement on Alien::Build 1.40 1.40_01 2018-04-12 09:21:05 -0400 - Add before and after directives to alienfile syntax ------------------------------------------------------------------- Tue Apr 10 04:39:13 UTC 2018 - coolo@suse.com - updated to 1.39 see /usr/share/doc/packages/perl-Alien-Build/Changes 1.39 2018-03-09 05:51:47 -0500 - Production release identical to 1.38_01 1.38_01 2018-03-01 03:27:29 -0500 - Additional testing diagnostics 1.37 2018-02-23 10:13:44 -0500 - Fixed cmake test which would fail without a C++ compiler (gh#53 ppisar++) 1.36 2018-02-05 10:51:59 -0500 - Production release identical to 1.35_01 1.35_01 2017-12-28 12:42:56 -0500 - Improve diagnostic in command line extraction test 1.34_01 2017-12-27 10:30:10 -0500 - Add env_interpolate meta property. - PkgConfig plugins now attempt to set PKG_CONFIG environment variable during build 1.33_01 2017-11-08 11:54:19 -0500 - Improve diagnostic for partially installed Alien error 1.32 2017-11-03 13:15:35 -0400 - Add ALIEN_INSTALL_NETWORK environment variable. Set to false if you don't want to allow network fetch. 1.31_01 2017-10-31 16:50:52 -0400 - Fix testing prereq bug introduced in 1.30_01. 1.30_01 2017-10-31 14:24:15 -0400 - Add prefer property to Download::Negotiate plugin 1.29_01 2017-10-30 09:54:22 -0400 - Fix bug in Alien::Base::Wrapper where -l flags were being ignored by EUMM - MSYS plugin works with ffi build - Windows specific fixes for Alien::Base::Wrapper - Removed optional dependency on Test::Exec 1.28 2017-10-29 19:39:19 -0400 - Production release identical to 1.27_01 1.27_01 2017-10-27 10:26:18 -0400 - Fix incompatibility with older versions of ExtUtils::MakeMaker where test directive in alienfile was ignored. 1.26_01 2017-10-25 12:28:58 -0400 - Fix Test::Alien bug where -L could be placed after directories specified in %Config (this was already handled correctly by Alien::Base::Wrapper). - Remove cpp and C++ options for xs_ok (I don't believe these were used in practice and were issuing deprecation warnings for a while). - A number of documentation errors have been fixed (jjatria++ leto++) ------------------------------------------------------------------- Tue Oct 10 05:19:19 UTC 2017 - coolo@suse.com - initial package 1.25 * created by cpanspec 1.78.08