Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpackage for openSUSE:Factory checked in at 2022-01-11 21:16:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpackage (Old) and /work/SRC/openSUSE:Factory/.kpackage.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpackage" Tue Jan 11 21:16:37 2022 rev:88 rq:945075 version:5.90.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes 2021-12-13 20:44:35.656486533 +0100 +++ /work/SRC/openSUSE:Factory/.kpackage.new.1892/kpackage.changes 2022-01-11 21:19:19.576961219 +0100 @@ -1,0 +2,15 @@ +Mon Jan 3 12:47:48 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 5.90.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.90.0 +- Changes since 5.89.0: + * PackagePrivate: use unique_ptr for fallbackPackage + * Add a service type property definition for NoDisplay + * Fix macro. We need to use specific rcc program + * Fix compile against qt6 + * Change build system for building against qt6 + * Port away from KPluginMetaData::serviceTypes + +------------------------------------------------------------------- Old: ---- kpackage-5.89.0.tar.xz kpackage-5.89.0.tar.xz.sig New: ---- kpackage-5.90.0.tar.xz kpackage-5.90.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpackage.spec ++++++ --- /var/tmp/diff_new_pack.JbPEVZ/_old 2022-01-11 21:19:20.132961610 +0100 +++ /var/tmp/diff_new_pack.JbPEVZ/_new 2022-01-11 21:19:20.136961613 +0100 @@ -16,21 +16,21 @@ # -%define _tar_path 5.89 +%define _tar_path 5.90 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} -%bcond_without lang +%bcond_without released Name: kpackage -Version: 5.89.0 +Version: 5.90.0 Release: 0 Summary: Non-binary asset user-installable package managing framework License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: System/GUI/KDE URL: https://www.kde.org Source: %{name}-%{version}.tar.xz -%if %{with lang} +%if %{with released} Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif @@ -73,14 +73,14 @@ %install %kf5_makeinstall -C build -%if %{with lang} +%if %{with released} %find_lang %{name} --with-man --all-name %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%if %{with lang} +%if %{with released} %files lang -f %{name}.lang %endif ++++++ kpackage-5.89.0.tar.xz -> kpackage-5.90.0.tar.xz ++++++ ++++ 13986 lines of diff (skipped)
