Revision history for Alien-pkgconf
0.20 2024-03-11 06:17:00 -0600
- JSON output is sorted to make build reproducable (ppisar++ gh#19)
0.19 2022-10-24 11:36:33 -0600
- Improve detection logic: Amazon Linux should now be recognized as
RedHat like (gh#15, gh#16)
0.18 2022-08-08 08:55:29 -0600
- Removing pkgconf 1.9.x for now, as it contains breaking
ABI changes that are not easy to reconsile for PkgConfig::LibPkgConf
Hopefully we can revisit support for 2.x when/if it becomes stable.
0.17 2020-05-19 03:48:15 -0600
- Add detection logic for Alpine Linux (tib++ gh#5)
0.16 2020-02-21 08:50:25 -0500
- Move to Perl5-Alien org
- Fix repo metadata for repository
0.15 2018-09-02 16:04:15 -0400
- Better probe on OS X
0.14 2018-07-20 15:29:47 -0700
- Require pkgconf 1.5.2 for bugfixes
- Switched to back to upstream for share install
0.12 2018-06-25 06:52:07 -0400
- Require pkgconf 1.5.0
- Temp fetching patched version from dist.wdlabs.com
for share install
- use SSL for share install (require Net::SSLeay and
IO::Socket::SSL for share install)
0.11 2017-12-27 09:33:28 -0500
- Require pkgconf 1.3.90
- patch pkgconf-1.3.9 on solaris for compiler flags
- other Solaris specific workarounds
0.10 2017-03-01 23:38:24 -0500
- Require pkgconf 1.3.0
0.09 2017-01-31 18:31:22 -0500
- patch pkgconf-1.2.1 on cygwin for path_relocate bug
- No longer require Alien::xz, as pkgconf is distributed as .tar.gz again
0.08 2017-01-22 11:47:10 -0500
- Better detection support for platforms: Red Hat, CentOS
0.07 2017-01-22 02:21:48 -0500
- Require libpkgconf 1.2.0 or better, as the API
changed at that point.
0.06 2017-01-18 15:56:22 -0500
- Added %{pkgconf} helper
- Better detection support for platforms: darwin / OS X
0.05 2017-01-18 08:26:36 -0500
- Better detection support for platforms: dragonflybsd
0.04 2017-01-18 06:49:45 -0500
- Better detection support for platforms: cygwin, netbsd, openbsd
- Use Alien::xz under share install for better decompression reliability
0.03 2017-01-01 11:24:51 -0500
- Fixed bug when installing on Perl 5.8/5.10
0.02 2017-01-01 10:36:16 -0500
- Handle relocations
- Fix install of site and vendor installs
- Add a Test::Alien XS test
0.01 2016-12-31 16:42:03 -0500
- Initial version