Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package konsole for openSUSE:Factory checked in at 2021-04-24 23:07:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konsole (Old) and /work/SRC/openSUSE:Factory/.konsole.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konsole" Sat Apr 24 23:07:48 2021 rev:137 rq:887706 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/konsole/konsole.changes 2021-03-08 15:13:43.889777423 +0100 +++ /work/SRC/openSUSE:Factory/.konsole.new.12324/konsole.changes 2021-04-24 23:08:37.707350291 +0200 @@ -1,0 +2,31 @@ +Fri Apr 16 16:12:25 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 +- Stop owning directories provided by the filesystem package (boo#1184786) + +------------------------------------------------------------------- +Fri Apr 9 17:40:51 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.03.90 + * New feature release +- Changes since 21.03.80: + * Always sort the profiles by name in 'File -> New Tab' + * Fix crash in ProfileSettings; clone selected profile settings to new profile + * Unmaximize terminal before moving to new tab + * ProfileSettings: use generateUniqueName() when creating new profiles + * ProfileManager: remove some fallback-profile-related code + * Don't edit the Fallback profile, instead create a new one + * Clean up some more "favourite profile"-related code + +------------------------------------------------------------------- +Sun Mar 21 13:28:40 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.03.80 + * New feature release +- Too many changes to list here. + +------------------------------------------------------------------- Old: ---- konsole-20.12.3.tar.xz konsole-20.12.3.tar.xz.sig New: ---- konsole-21.04.0.tar.xz konsole-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konsole.spec ++++++ --- /var/tmp/diff_new_pack.C2mmun/_old 2021-04-24 23:08:39.351352616 +0200 +++ /var/tmp/diff_new_pack.C2mmun/_new 2021-04-24 23:08:39.355352622 +0200 @@ -1,7 +1,7 @@ # # spec file for package konsole # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,22 @@ # -%define kf5_version 5.60.0 +%define kf5_version 5.71.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: konsole -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: KDE Terminal License: GPL-2.0-or-later Group: System/X11/Terminals -URL: https://www.kde.org/ +URL: https://apps.kde.org/konsole Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif Source3: Root_Shell.profile Source4: konsolesu.desktop Source21: utilities-terminal-su-16.png @@ -63,20 +67,20 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Concurrent) >= 5.2.0 -BuildRequires: cmake(Qt5Core) >= 5.2.0 -BuildRequires: cmake(Qt5DBus) >= 5.2.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0 -BuildRequires: cmake(Qt5Script) >= 5.2.0 -BuildRequires: cmake(Qt5Test) >= 5.2.0 -BuildRequires: cmake(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5Concurrent) +BuildRequires: cmake(Qt5Core) >= 5.14.0 +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5PrintSupport) +BuildRequires: cmake(Qt5Script) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5Widgets) +%if 0%{?suse_version} <= 1500 +# std::for_each_n is not available in GCC7 +BuildRequires: gcc10-c++ +%endif Requires: %{name}-part = %{version} Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif %description Konsole is a terminal emulator for the K Desktop Environment. @@ -108,8 +112,7 @@ %endif %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build %cmake_kf5 -d build @@ -140,18 +143,15 @@ %files %license COPYING %doc README.md -%dir %{_kf5_appstreamdir} -%dir %{_kf5_htmldir} -%dir %{_kf5_htmldir}/en %dir %{_kf5_sharedir}/khotkeys/ %doc %lang(en) %{_kf5_htmldir}/en/konsole/ -%{_kf5_knsrcfilesdir}/konsole.knsrc %{_kf5_applicationsdir}/konsolesu.desktop %{_kf5_applicationsdir}/org.kde.konsole.desktop %{_kf5_appstreamdir}/org.kde.konsole.appdata.xml %{_kf5_bindir}/konsole %{_kf5_bindir}/konsoleprofile %{_kf5_iconsdir}/hicolor/*/apps/utilities-terminal_su.png +%{_kf5_knsrcfilesdir}/konsole.knsrc %{_kf5_libdir}/libkdeinit5_konsole.so %{_kf5_servicesdir}/ServiceMenus/ %{_kf5_sharedir}/khotkeys/konsole.khotkeys @@ -159,16 +159,13 @@ %files part %license COPYING %doc README.md -%dir %{_kf5_plugindir} -%dir %{_kf5_servicesdir} -%dir %{_kf5_servicetypesdir} +%{_kf5_debugdir}/konsole.categories %{_kf5_libdir}/libkonsoleprivate.so.* %{_kf5_notifydir}/ %{_kf5_plugindir}/konsolepart.so %{_kf5_servicesdir}/konsolepart.desktop %{_kf5_servicetypesdir}/terminalemulator.desktop %{_kf5_sharedir}/konsole/ -%{_kf5_debugdir}/konsole.categories %if %{with lang} %files part-lang -f %{name}.lang ++++++ konsole-20.12.3.tar.xz -> konsole-21.04.0.tar.xz ++++++ ++++ 204205 lines of diff (skipped)
