Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-knewstuff for openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kf6-knewstuff (Old) and /work/SRC/openSUSE:Leap:16.0/.kf6-knewstuff.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-knewstuff" Thu Aug 7 19:22:13 2025 rev:4 rq:1292781 version:6.16.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kf6-knewstuff/kf6-knewstuff.changes 2025-04-23 10:11:47.372096217 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kf6-knewstuff.new.1085/kf6-knewstuff.changes 2025-08-07 19:27:10.479702346 +0200 @@ -1,0 +2,47 @@ +Mon Jul 7 07:24:43 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.16.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.16.0 +- Changes since 6.15.0: + * Update dependency version to 6.16.0 + * Remove leftovers from old QCH generation + * Update version to 6.16.0 + +------------------------------------------------------------------- +Mon Jun 9 20:29:41 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.15.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.15.0 +- Changes since 6.14.0: + * Remove leftovers from old QCH generation + * Update dependency version to 6.15.0 + * Change "Comments and Reviews" link into a button (kde#503724) + * It compiles fine without kf 6.14 deprecated methods + * Add tags file to documentation + * Add missing qhp projects + * Remove leftover doxygen file + * Add landing page for QDoc + * Fix QDoc issues + * Fix QDoc issue + * It compiles fine without kf_6_13 deprecated methods + * Port API documentation to QDoc syntax + * Update version to 6.15.0 +- Replace _kf6_bugfix_version usage + +------------------------------------------------------------------- +Sun May 4 19:05:25 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.14.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.14.0 +- Changes since 6.13.0: + * Update dependency version to 6.14.0 + * Page: show actual distro name rather than "your distributor" + * Update version to 6.14.0 + +------------------------------------------------------------------- Old: ---- knewstuff-6.13.0.tar.xz knewstuff-6.13.0.tar.xz.sig New: ---- knewstuff-6.16.0.tar.xz knewstuff-6.16.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-knewstuff.spec ++++++ --- /var/tmp/diff_new_pack.mba3Ri/_old 2025-08-07 19:27:10.803715828 +0200 +++ /var/tmp/diff_new_pack.mba3Ri/_new 2025-08-07 19:27:10.803715828 +0200 @@ -16,16 +16,14 @@ # -%define qt6_version 6.7.0 +%define qt6_version 6.8.0 %define rname knewstuff -# Full KF6 version (e.g. 6.13.0) +# Full KF6 version (e.g. 6.16.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-knewstuff -Version: 6.13.0 +Version: 6.16.0 Release: 0 Summary: Framework for downloading and sharing additional application data License: LGPL-2.1-or-later @@ -35,17 +33,16 @@ Source1: %{rname}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -BuildRequires: doxygen BuildRequires: fdupes -BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6Archive) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6Attica) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6Package) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6Syndication) >= %{_kf6_bugfix_version} -BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version} +BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version} +BuildRequires: cmake(KF6Archive) >= %{_kf6_version} +BuildRequires: cmake(KF6Attica) >= %{_kf6_version} +BuildRequires: cmake(KF6Config) >= %{_kf6_version} +BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_version} +BuildRequires: cmake(KF6I18n) >= %{_kf6_version} +BuildRequires: cmake(KF6Package) >= %{_kf6_version} +BuildRequires: cmake(KF6Syndication) >= %{_kf6_version} +BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_version} BuildRequires: cmake(Qt6Core) >= %{qt6_version} BuildRequires: cmake(Qt6Gui) >= %{qt6_version} BuildRequires: cmake(Qt6Qml) >= %{qt6_version} @@ -80,29 +77,22 @@ %package imports Summary: Framework for downloading and sharing additional application data -Requires: kf6-kirigami-imports >= %{_kf6_bugfix_version} +Requires: kf6-kirigami-imports >= %{_kf6_version} %description imports The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification. -%package core-devel -Summary: Framework for downloading and sharing additional application data -Requires: libKF6NewStuffCore6 = %{version} -Requires: cmake(KF6Attica) >= %{_kf6_bugfix_version} -Requires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version} - -%description core-devel -The KNewStuff library implements collaborative data sharing for -applications. It uses libattica to support the Open Collaboration Services -specification. Development files. - %package devel Summary: Framework for downloading and sharing additional application data -Requires: kf6-knewstuff-core-devel = %{version} +Requires: libKF6NewStuffCore6 = %{version} Requires: libKF6NewStuffWidgets6 = %{version} +Requires: cmake(KF6Attica) >= %{_kf6_version} +Requires: cmake(KF6CoreAddons) >= %{_kf6_version} Requires: cmake(Qt6Widgets) >= %{qt6_version} +Provides: kf6-knewstuff-core-devel = %{version} +Obsoletes: kf6-knewstuff-core-devel < %{version} %description devel The KNewStuff library implements collaborative data sharing for @@ -115,7 +105,7 @@ %autosetup -p1 -n %{rname}-%{version} %build -%cmake_kf6 -DBUILD_QCH:BOOL=TRUE +%cmake_kf6 %kf6_build @@ -146,17 +136,13 @@ %files imports %{_kf6_qmldir}/org/kde/newstuff/ -%files core-devel -%doc %{_kf6_qchdir}/KF6NewStuffCore.* -%{_kf6_includedir}/KNewStuffCore/ -%{_kf6_cmakedir}/KF6NewStuffCore/ -%{_kf6_libdir}/libKF6NewStuffCore.so - %files devel -%doc %{_kf6_qchdir}/KF6NewStuffWidgets.* %{_kf6_cmakedir}/KF6NewStuff/ +%{_kf6_cmakedir}/KF6NewStuffCore/ %{_kf6_includedir}/KNewStuff/ +%{_kf6_includedir}/KNewStuffCore/ %{_kf6_includedir}/KNewStuffWidgets/ +%{_kf6_libdir}/libKF6NewStuffCore.so %{_kf6_libdir}/libKF6NewStuffWidgets.so %{_kf6_plugindir}/designer/knewstuff6widgets.so ++++++ knewstuff-6.13.0.tar.xz -> knewstuff-6.16.0.tar.xz ++++++ ++++ 62453 lines of diff (skipped)