Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kconfig for openSUSE:Factory checked in at 2024-11-05 15:40:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Tue Nov 5 15:40:30 2024 rev:129 rq:1220542 version:5.116.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2024-05-20 18:10:41.896312831 +0200 +++ /work/SRC/openSUSE:Factory/.kconfig.new.2020/kconfig.changes 2024-11-05 15:40:38.081103521 +0100 @@ -1,0 +2,8 @@ +Mon Nov 4 10:05:07 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Do not use the %requires_{ge,eq} macros on packages that are + built by this source package: It does not work, as the package in + question is not installed and thus not identifable as part of the + rpm database. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.GP3Rae/_old 2024-11-05 15:40:38.733130858 +0100 +++ /var/tmp/diff_new_pack.GP3Rae/_new 2024-11-05 15:40:38.733130858 +0100 @@ -1,7 +1,7 @@ # # spec file for package kconfig # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Version: 5.116.0 Release: 0 Summary: Advanced configuration system -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-2.1-or-later URL: https://www.kde.org Source: %{name}-%{version}.tar.xz %if %{with released} @@ -75,7 +75,7 @@ %package -n libKF5ConfigGui%{sonum} Summary: Widgets hooks for configuration entities -%requires_ge libKF5ConfigCore5 +Requires: libKF5ConfigCore%{sonum} >= %{version} %requires_ge libQt5Core5 %requires_ge libQt5Gui5 %requires_ge libQt5Xml5 @@ -87,8 +87,8 @@ %package -n libKF5ConfigQml%{sonum} Summary: QtQuick bindings for configuration entities -%requires_ge libKF5ConfigCore5 -%requires_ge libKF5ConfigGui5 +Requires: libKF5ConfigCore5 >= %{version} +Requires: libKF5ConfigGui5 >= %{version} %requires_ge libQt5Core5 %requires_ge libQt5Gui5 %requires_ge libQt5Xml5
