Commit Graph

3 Commits

Author SHA256 Message Date
04a0b1e938 - Add /usr/local paths to pkg-config(1) search path for non RPM builds (boo#1175039)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=20
2020-08-10 05:07:59 +00:00
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
Martin Pluskal
43202e047f Accepting request 610670 from home:Pharaoh_Atem:pkgconf_SUSE
- Update to 1.4.2
  + Bug fixes
    - ensure pkgconf_dependency_t nodes have a solution marked
      when satisfied by an indirect provider (gh#pkgconf/pkgconf#172)
    - revert some quoting changes because they don't work well
      with certain GCC edge cases (gh#pkgconf/pkgconf#168)
- Initial packaging based on Fedora and Mageia packaging

OBS-URL: https://build.opensuse.org/request/show/610670
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=1
2018-05-20 07:24:31 +00:00