Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pkgconf for openSUSE:Factory checked in at 2024-02-16 21:45:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkgconf (Old) and /work/SRC/openSUSE:Factory/.pkgconf.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkgconf" Fri Feb 16 21:45:29 2024 rev:14 rq:1146610 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pkgconf/pkgconf.changes 2023-02-02 18:31:09.496485455 +0100 +++ /work/SRC/openSUSE:Factory/.pkgconf.new.1815/pkgconf.changes 2024-02-16 21:45:32.900621088 +0100 @@ -1,0 +2,21 @@ +Mon Feb 12 12:29:11 UTC 2024 - Andreas Stieger <[email protected]> + +- update to 2.1.1: + * Fix --modversion with constraints + * Reintroduce an optimization to the dependency graph walker + which avoids revisiting already visited nodes + * Add a regression test to check that the dependency flattener is + working as expected + +------------------------------------------------------------------- +Mon Dec 18 10:41:18 UTC 2023 - Andreas Stieger <[email protected]> + +- update to 2.1.0: + * new solver for higher performance with complicated graphs + * Add --license selector to the pkgconf CLI + * Add flag --verbose and --solution to CLI + * Changes and fixes to --modversion + * bug fixes and developer visible changes +- drop pkgconf-CVE-2023-24056.patch, now included + +------------------------------------------------------------------- Old: ---- pkgconf-1.8.0.tar.xz pkgconf-CVE-2023-24056.patch New: ---- pkgconf-2.1.1.tar.xz BETA DEBUG BEGIN: Old: * bug fixes and developer visible changes - drop pkgconf-CVE-2023-24056.patch, now included BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkgconf.spec ++++++ --- /var/tmp/diff_new_pack.jor6rr/_old 2024-02-16 21:45:34.188668252 +0100 +++ /var/tmp/diff_new_pack.jor6rr/_new 2024-02-16 21:45:34.196668545 +0100 @@ -1,7 +1,7 @@ # # spec file for package pkgconf # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -40,12 +40,12 @@ # Search path for pc files for pkgconf %global pkgconf_libdirs %{_libdir}/pkgconfig:%{_datadir}/pkgconfig -%global somajor 3 +%global somajor 4 %global libname lib%{name}%{somajor} %global devname lib%{name}-devel Name: pkgconf -Version: 1.8.0 +Version: 2.1.1 Release: 0 Summary: Package compiler and linker metadata toolkit License: ISC @@ -54,13 +54,7 @@ Source0: https://distfiles.dereferenced.org/%{name}/%{name}-%{version}.tar.xz # Simple wrapper script to offer platform versions of pkgconfig from Fedora Source1: platform-pkg-config.in -# PATCH-FIX-UPSTREAM pkgconf-CVE-2023-24056.patch bsc#1207394 CVE-2023-24056 [email protected] -- Backport commit 628b2b2baf from upstream, test for, and stop string processing, on truncation. -Patch0: pkgconf-CVE-2023-24056.patch -# For regenerating autotools scripts -BuildRequires: autoconf -BuildRequires: automake BuildRequires: gcc -BuildRequires: libtool BuildRequires: make # pkgconf uses libpkgconf internally Requires: %{libname}%{?_isa} = %{version}-%{release} @@ -135,7 +129,6 @@ %autosetup -p1 %build -autoreconf -fiv %configure --disable-static \ --with-pkg-config-dir=%{pkgconf_libdirs} \ --with-system-includedir=%{_includedir} \ @@ -196,6 +189,7 @@ %license COPYING %doc README.md AUTHORS NEWS %{_bindir}/%{name} +%{_bindir}/bomtool %{_mandir}/man1/%{name}.1* %{_mandir}/man5/pc.5* %{_mandir}/man5/%{name}-personality.5* ++++++ pkgconf-1.8.0.tar.xz -> pkgconf-2.1.1.tar.xz ++++++ ++++ 17506 lines of diff (skipped)
