Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2019-12-13 12:02:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Fri Dec 13 12:02:58 2019 rev:118 rq:756268 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2019-11-15 
22:37:42.284018993 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new.4691/konsole.changes        
2019-12-13 12:03:52.293413571 +0100
@@ -1,0 +2,36 @@
+Tue Dec 10 06:38:48 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Update Appstream for new release
+
+-------------------------------------------------------------------
+Sat Nov 30 09:12:08 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:41 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes to list here, only listing bugfixes:
+  * Fix tabs not indicating activity (kde#406828)
+  * Fix OSC sequence parsing (kde#231405)
+  * Add missing setFocusProxy() call in ViewManager (kde#411181)
+  * Start new splits in same directory as current session (kde#411332)
+  * Fix search bar placement (kde#405482)
+  * Add a "Do not ask again" option to close session dialog (kde#405481)
+  * Remove env variable KONSOLE_PROFILE_NAME (kde#406955)
+  * Do not allow adding duplicates in bookmarks (kde#408939)
+- Dropped patches, now upstream:
+  * Fix-tabs-not-indicating-activity.patch
+
+-------------------------------------------------------------------

Old:
----
  Fix-tabs-not-indicating-activity.patch
  konsole-19.08.3.tar.xz
  konsole-19.08.3.tar.xz.sig

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

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.fznn4E/_old  2019-12-13 12:03:54.285412818 +0100
+++ /var/tmp/diff_new_pack.fznn4E/_new  2019-12-13 12:03:54.289412817 +0100
@@ -16,20 +16,20 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.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:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        KDE Terminal
 License:        GPL-2.0-or-later
 Group:          System/X11/Terminals
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 Source3:        Root_Shell.profile
@@ -42,43 +42,40 @@
 Source26:       utilities-terminal-su-128.png
 # PATCH-FIX-OPENSUSE
 Patch0:         fix-build-with-gcc48.patch
-# PATCH-FIX-UPSTREAM
-Patch1:         Fix-tabs-not-indicating-activity.patch
 BuildRequires:  fdupes
-BuildRequires:  kbookmarks-devel
-BuildRequires:  kcompletion-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
+BuildRequires:  cmake(KF5Bookmarks)
+BuildRequires:  cmake(KF5Completion)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  kguiaddons-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kinit-devel
-BuildRequires:  kio-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kparts-devel
-BuildRequires:  kpty-devel
-BuildRequires:  kservice-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5GlobalAccel)
+BuildRequires:  cmake(KF5GuiAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5Init)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5Pty)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5TextWidgets)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Script) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+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
 Requires:       %{name}-part = %{version}
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
@@ -117,7 +114,6 @@
 %if 0%{?suse_version} < 1500
 %patch0 -p1
 %endif
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.fznn4E/_old and 
/var/tmp/diff_new_pack.fznn4E/_new differ

++++++ konsole-19.08.3.tar.xz -> konsole-19.12.0.tar.xz ++++++
++++ 135760 lines of diff (skipped)








Reply via email to