Go to file
Neal Gompa febf7cca50 - Update to 1.6.1
+ Fixed an issue where a personality may not be properly selected
    due to argv[0] containing a full path.
  + Fixed a regression where having an empty PKG_CONFIG_LIBDIR
    environment variable would not eliminate the default search
    paths.
  + Use POSIX realpath(3) instead of readlink() for deduplicating the
    search path.  Use _fullpath() on Windows for the same purpose.
  + The dequoting logic for tuples has been improved to ensure that
    quotes *inside* a value remain quoted when necessary.
  + Fixed issue where packages which referenced missing packages in
    Requires.private may have crashed due to memory corruption issues
    in some circumstances.
  + Fixed warnings reported by GCC 8 diagnostics.
  + Add LIBPKGCONF_VERSION and LIBPKGCONF_VERSION_STR macros for
    determining libpkgconf version.
  + Add pkgconf_fragment_copy_list() to copy a fragment list to
    another fragment list.
  + Fix edge cases for path canonicalization (especially on Windows)
- Add personality.d directories for cross-targets
- Add pkgconf rpm macros for pkgconf directories
- Simplify platform-pkg-config wrapper to work with POSIX sh

OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=8
2019-05-01 12:42:47 +00:00
.gitattributes Accepting request 610670 from home:Pharaoh_Atem:pkgconf_SUSE 2018-05-20 07:24:31 +00:00
.gitignore Accepting request 610670 from home:Pharaoh_Atem:pkgconf_SUSE 2018-05-20 07:24:31 +00:00
pkgconf-1.6.1.tar.xz - Update to 1.6.1 2019-05-01 12:42:47 +00:00
pkgconf.changes - Update to 1.6.1 2019-05-01 12:42:47 +00:00
pkgconf.spec - Update to 1.6.1 2019-05-01 12:42:47 +00:00
platform-pkg-config.in - Update to 1.6.1 2019-05-01 12:42:47 +00:00