Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2020-04-25 20:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Sat Apr 25 20:23:53 2020 rev:123 rq:796979 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2020-03-11 
18:40:56.963215382 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new.2738/konsole.changes        
2020-04-25 20:24:34.913558992 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:44 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Add ViewSplitter::showEvent() (kde#411543)
+  * [BookmarkMenu] Adapt the code to KBookmarks 5.69 changes (kde#419981)
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:20 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Remove shortcut for detach tab
+  * Add missing includes
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:16 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes since 19.12.3, only listing bugfixes:
+  * Implements default keyboard shortcuts for tab navigation (alt+n) 
(kde#416362)
+  * Fix token buffer indexing (kde#415249)
+  * Revert supportTabs() removal to fix bookmenu issue (kde#415549)
+
+-------------------------------------------------------------------

Old:
----
  konsole-19.12.3.tar.xz
  konsole-19.12.3.tar.xz.sig

New:
----
  konsole-20.04.0.tar.xz
  konsole-20.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.jDiGep/_old  2020-04-25 20:24:35.681560576 +0200
+++ /var/tmp/diff_new_pack.jDiGep/_new  2020-04-25 20:24:35.685560583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package konsole
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           konsole
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        KDE Terminal
 License:        GPL-2.0-or-later
 Group:          System/X11/Terminals
-URL:            http://www.kde.org/
+URL:            https://www.kde.org/
 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
@@ -41,6 +37,8 @@
 Source25:       utilities-terminal-su-64.png
 Source26:       utilities-terminal-su-128.png
 BuildRequires:  fdupes
+BuildRequires:  kf5-filesystem
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Bookmarks)
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
@@ -49,7 +47,6 @@
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5GlobalAccel)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
@@ -66,7 +63,6 @@
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Concurrent) >= 5.2.0
 BuildRequires:  cmake(Qt5Core) >= 5.2.0
 BuildRequires:  cmake(Qt5DBus) >= 5.2.0
@@ -77,6 +73,10 @@
 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.
@@ -96,7 +96,7 @@
 Summary:        Translations for package %{name}
 Group:          System/Localization
 Requires:       %{name}-part = %{version}
-Supplements:    packageand(bundle-lang-other:%{name}-part)
+Supplements:    (bundle-lang-other and %{name}-part)
 Provides:       %{name}-lang = %{version}
 Obsoletes:      %{name}-lang < %{version}
 Provides:       %{name}-part-lang-all = %{version}


++++++ konsole-19.12.3.tar.xz -> konsole-20.04.0.tar.xz ++++++
++++ 83305 lines of diff (skipped)








Reply via email to