2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message:
Follow some remaining search.cpan.org redirects.
|
2019-01-27 13:32:15 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.51
Upstream 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.
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.
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.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-08-21 11:54:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 1.48.
1.48 2018-07-04 20:33:29 -0400
1.47_01 2018-07-03 23:17:09 -0400
- Fixed bug where Alien::Base was capturing stderr and stdout
from pkg-config, instead of just stdout which is what it should
be doing.
- Additional diagnostics for xz fail
1.46 2018-06-25 03:08:25 +0000
- Production release identical to 1.45_01
1.45_01 2018-06-24 08:13:08 -0400
- Add alt method to Alien::Base. This merges the capabilities from
Alien::Role::Alt into core, making that role now obsolete.
- Add alt_names and alt_exists methods to Alien::Base. This was a
capability missing from Alien::Role::Alt
- Fix bug in Alien::Build::MM where 'make alien_prop_runtime' printed
install instead of runtime properties
1.44_01 2018-06-20 06:36:57 -0600
- Added Alien::Build::Plugin::Prefer::GoodVersion
|
2018-06-08 03:34:44 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.43
Add missing BUILD_DEPENDS
Upstream 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
1.42 2018-05-09 08:19:18 -0400
- Corrected typo for install_prop->{old}->{prefix} (had been preifx)
|
2018-04-26 15:31:09 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 1.41.
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
|
2018-03-11 11:12:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 1.39.
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
|
2018-02-25 17:41:08 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 1.37.
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
|
2017-11-08 17:24:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Alien-Build: update to 1.32.
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++)
|