Opened 5 months ago

Closed 5 months ago

#5382 closed enhancement (fixed)

pkgconf-2.1.0

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.1
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Douglas R. Reno, 5 months ago

This one seems to revert the commit that we were backporting into pkgconf-2.0.3. When running 'pkg-config --modversion "zlib > 1"', I get no output anymore. This was fixed in CMake though, so this might be expected behavior now and might be fine.

in reply to:  1 comment:2 by Xi Ruoyao, 5 months ago

Replying to Douglas R. Reno:

This one seems to revert the commit that we were backporting into pkgconf-2.0.3. When running 'pkg-config --modversion "zlib > 1"', I get no output anymore. This was fixed in CMake though, so this might be expected behavior now and might be fine.

cmake is not an issue now because they've made pkgconf --modversion "zlib " (note the trailing space) work.

But I'm still not convinced that pkg-config --modversion "zlib > 1" is invalid. I've created https://github.com/pkgconf/pkgconf/issues/332 to ask.

comment:3 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: newclosed

Fixed at commit 15f7b58b

Note: See TracTickets for help on using tickets.