tools/pkgconf: update to 2.0.1
authorRosen Penev <rosenp@gmail.com>
Sat, 12 Aug 2023 02:13:41 +0000 (19:13 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 14 Aug 2023 18:22:48 +0000 (20:22 +0200)
commit58c19759e41225386365f9b240bc8e2af9bba367
tree79d2da7836d02e2a08f242000280b48d1d6ad550
parent728581dc4bc7f32a29b1fbba6aa54ed6266feb33
tools/pkgconf: update to 2.0.1

Changes from 2.0.0 to 2.0.1:
----------------------------

* The behavior of --modversion was largely reverted back to the traditional
  pkg-config behavior, but still operates on a solved dependency graph.

  The order of --modversion output is based on the dependency resolution
  queue which is passed to the solver, which itself generally maps to the
  order of the constrants provided on the command line.

* A new flag, --verbose, has been added.  When used with `--modversion`, it
  is possible to disambiguate which version belongs to which module:

    % pkgconf --modversion --verbose foo bar
    foo: 1.2.3
    bar: 1.3

Changes from 1.9.5 to 2.0.0:
----------------------------

* When flattening the dependency graph, retain the latest seen edges
  rather than the earliest.

* Fix a long-standing bug where the dependency resolution queue was
  evaluated in reverse.  This bug masked the aforementioned dependency
  flattening bug in many cases.

* Fix handling of --with-path, which was appending paths to the search
  list rather than prepending them as intended.

* Error when --modversion is requested with more than one package, as
  the output is ambiguous.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
tools/pkgconf/Makefile