From 97fa708ecc14ca8a2136b586b7eca113b7020fd3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 31 Aug 2026 01:49:54 -0400 Subject: sbopkglint: improve library path checking for .pc files. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b87e09c..92c9532 100644 --- a/NEWS +++ b/NEWS @@ -3,12 +3,22 @@ user-visible changes between releases. New in 0.9.8: ============= + +sbolint: - Python hashed URL check now catches pypi.python.org, too. - Python hashed URL check demoted to a note (too many of them in the repo currently). - Icon cache check now catches gtk-update-icon-cache in doinst.sh, even if it's not called by its full path. +sbopkglint: +- .pc files containing relative paths are handled better. +- .pc files can now have /usr/lib*/gcc/*-slackware-linux/ as + library paths. This is unusual but harmless thing for a .pc + file to do. +- .pc files can now have /lib or /lib64 as library paths, even + if the package doesn't contain either dir. + New in 0.9.7.1: =============== -- cgit v1.2.3