Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-ki18n for openSUSE:Factory checked in at 2024-11-09 20:54:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-ki18n (Old) and /work/SRC/openSUSE:Factory/.kf6-ki18n.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-ki18n" Sat Nov 9 20:54:02 2024 rev:10 rq:1222861 version:6.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-ki18n/kf6-ki18n.changes 2024-11-05 15:40:39.941181506 +0100 +++ /work/SRC/openSUSE:Factory/.kf6-ki18n.new.2017/kf6-ki18n.changes 2024-11-09 20:57:32.716359534 +0100 @@ -1,0 +2,32 @@ +Thu Nov 7 09:06:25 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Fix requires_eq call: it does not, and never did, work on virtual + provides, only package names (in the past it was simply ignored, + newly throws an error exposing those things). + +------------------------------------------------------------------- +Mon Nov 4 11:25:53 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 6.8.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.8.0 +- Changes since 6.7.0: + * Allow explicit setting of Python3 fallback executible path + * Update dependency version to 6.8.0 + * Add missing include + * Trigger binding reevaluation on language change + * Propagate QML dependency for a static build with KTranscript enabled + * Add CI for static builds on Linux + * Update version to 6.8.0 + * Reduce temporary allocations + * Modernize member initialization + * Fix container size type narrowing warnings + * Remove commented-out KLocale leftovers + * Align argument names between definition and declaration + * Re-evaluate the languages we translate to on QEvent::LanguageChange + * Cleanup KLocalizedContext d-ptr handling + * Special-case the language fallback for country-less English + * Use QStringView for locale splitting + +------------------------------------------------------------------- Old: ---- ki18n-6.7.0.tar.xz ki18n-6.7.0.tar.xz.sig New: ---- ki18n-6.8.0.tar.xz ki18n-6.8.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-ki18n.spec ++++++ --- /var/tmp/diff_new_pack.e66kH7/_old 2024-11-09 20:57:33.212380166 +0100 +++ /var/tmp/diff_new_pack.e66kH7/_new 2024-11-09 20:57:33.212380166 +0100 @@ -19,13 +19,13 @@ %define qt6_version 6.7.0 %define rname ki18n -# Full KF6 version (e.g. 6.7.0) +# Full KF6 version (e.g. 6.8.0) %{!?_kf6_version: %global _kf6_version %{version}} # Last major and minor KF6 version (e.g. 6.0) %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-ki18n -Version: 6.7.0 +Version: 6.8.0 Release: 0 Summary: KDE Gettext-based UI text internationalization License: LGPL-2.1-or-later @@ -42,8 +42,8 @@ BuildRequires: python3 BuildRequires: cmake(Qt6Core) >= %{qt6_version} BuildRequires: cmake(Qt6Qml) >= %{qt6_version} -BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} +BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} %description KI18n provides functionality for internationalizing user interface text @@ -54,8 +54,10 @@ %package -n libKF6I18n6 Summary: KDE Gettext-based UI text internationalization Requires: iso-codes -# The lang package is not optional +%if 0%{?suse_version} == 1500 +# iso-codes and iso-codes-lang were merged, the lang package is only required on Leap 15 Requires: iso-codes-lang +%endif Requires: kf6-ki18n >= %{version} %description -n libKF6I18n6 @@ -77,7 +79,7 @@ Requires: kf6-extra-cmake-modules Requires: libKF6I18n6 = %{version} Requires: python3 -%requires_eq cmake(Qt6Widgets) +Requires: cmake(Qt6Widgets) >= %{qt6_version} %description devel KI18n provides functionality for internationalizing user interface text @@ -123,6 +125,7 @@ %doc README.md %{_kf6_libdir}/libKF6I18n.so.* %{_kf6_libdir}/libKF6I18nLocaleData.so.* +%{_kf6_libdir}/libKF6I18nQml.so.* %files imports %{_kf6_qmldir}/org/kde/i18n/ @@ -134,6 +137,7 @@ %{_kf6_cmakedir}/KF6I18n/ %{_kf6_libdir}/libKF6I18n.so %{_kf6_libdir}/libKF6I18nLocaleData.so +%{_kf6_libdir}/libKF6I18nQml.so %files -n libKF6I18n6-lang -f ki18n6.lang ++++++ ki18n-6.7.0.tar.xz -> ki18n-6.8.0.tar.xz ++++++ ++++ 2343 lines of diff (skipped)