Opened 9 months ago

Closed 9 months ago

#5316 closed enhancement (fixed)

pkgconf-2.0.1

Reported by: Xi Ruoyao Owned by: lfs-book
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New patch version.

Change History (3)

comment:1 by Xi Ruoyao, 9 months ago

  • 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
    

comment:2 by Xi Ruoyao, 9 months ago

Gladly we can drop the sed before package freeze.

comment:3 by Bruce Dubbs, 9 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.