Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2018-04-25 09:51:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Wed Apr 25 09:51:56 2018 rev:93 rq:599087 version:18.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-03-20 
21:39:44.538219417 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes     2018-04-25 
09:51:57.843504033 +0200
@@ -1,0 +2,32 @@
+Wed Apr 18 07:49:38 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * Always preserve line breaks on "Select All" action (kde#352616)
+  * Remove ESC sequences from pastes in bracketed mode
+  * Make the keypad "5" key send "\E[E" when NumLock is off (kde#189116)
+  * Convert & to & for HTML decoder
+  * Do not resize new screen lines (kde#392419)
+
+-------------------------------------------------------------------
+Tue Apr 10 18:18:46 UTC 2018 - wba...@tmo.at
+
+- Add fix-build-with-gcc48.patch to make it build with gcc 4.8 on
+  Leap 42.3
+
+-------------------------------------------------------------------
+Fri Apr 06 07:09:50 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Too many changes to list here
+- Dropped patches, now upstream:
+  * konsole-D10064.id25855.diff
+
+-------------------------------------------------------------------

Old:
----
  konsole-17.12.3.tar.xz
  konsole-D10064.id25855.diff

New:
----
  fix-build-with-gcc48.patch
  konsole-18.04.0.tar.xz

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.fBewht/_old  2018-04-25 09:51:58.587476748 +0200
+++ /var/tmp/diff_new_pack.fBewht/_new  2018-04-25 09:51:58.591476601 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           konsole
-Version:        17.12.3
+Version:        18.04.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -37,8 +37,8 @@
 Source24:       utilities-terminal-su-48.png
 Source25:       utilities-terminal-su-64.png
 Source26:       utilities-terminal-su-128.png
-# PATCH-FIX-UPSTREAM https://phabricator.kde.org/D10064
-Patch0:         konsole-D10064.id25855.diff
+# PATCH-FIX-OPENSUSE
+Patch:          fix-build-with-gcc48.patch
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel
 BuildRequires:  kcompletion-devel
@@ -49,6 +49,7 @@
 BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdoctools-devel
 BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel
 BuildRequires:  kguiaddons-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kiconthemes-devel
@@ -56,6 +57,7 @@
 BuildRequires:  kio-devel
 BuildRequires:  knotifications-devel
 BuildRequires:  knotifyconfig-devel
+BuildRequires:  knewstuff-devel
 BuildRequires:  kparts-devel
 BuildRequires:  kpty-devel
 BuildRequires:  kservice-devel
@@ -71,6 +73,7 @@
 BuildRequires:  pkgconfig(Qt5Script) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
 Requires:       %{name}-part = %{version}
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
@@ -108,7 +111,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%if 0%{?suse_version} < 1500
+%patch -p1
+%endif
 
 %build
   %cmake_kf5 -d build
@@ -143,6 +148,7 @@
 %dir %{_kf5_htmldir}
 %dir %{_kf5_htmldir}/en
 %doc %lang(en) %{_kf5_htmldir}/en/konsole/
+%{_kf5_configdir}/konsole.knsrc
 %{_kf5_applicationsdir}/konsolesu.desktop
 %{_kf5_applicationsdir}/org.kde.konsole.desktop
 %{_kf5_appstreamdir}/org.kde.konsole.appdata.xml

++++++ fix-build-with-gcc48.patch ++++++
>From f174cca1e75d45e1cad8214bd6b219bf81fac246 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <wba...@tmo.at>
Date: Tue, 10 Apr 2018 20:14:09 +0200
Subject: [PATCH] Fix build with gcc 4.8

See https://bugreports.qt.io/browse/QTBUG-48988
---
 src/SessionController.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/SessionController.cpp b/src/SessionController.cpp
index e9865b12..18545f80 100644
--- a/src/SessionController.cpp
+++ b/src/SessionController.cpp
@@ -165,7 +165,7 @@ SessionController::SessionController(Session* session , 
TerminalDisplay* view, Q
     connect(_session.data(), &Konsole::Session::titleChanged, this, 
&Konsole::SessionController::sessionTitleChanged);
     connect(_session.data(), &Konsole::Session::readOnlyChanged, this, 
&Konsole::SessionController::sessionReadOnlyChanged);
 
-    connect(this, &Konsole::SessionController::tabRenamedByUser,  _session,  
&Konsole::Session::tabRenamedByUser);
+    connect(this, &Konsole::SessionController::tabRenamedByUser,  
_session.data(),  &Konsole::Session::tabRenamedByUser);
 
     connect(_session.data() , &Konsole::Session::currentDirectoryChanged , 
this , &Konsole::SessionController::currentDirectoryChanged);
 
@@ -209,7 +209,7 @@ SessionController::SessionController(Session* session , 
TerminalDisplay* view, Q
     connect(_session.data(), &Konsole::Session::getBackgroundColor,
             this, &Konsole::SessionController::sendBackgroundColor);
 
-    connect(_session, &Konsole::Session::primaryScreenInUse, view, 
&Konsole::TerminalDisplay::usingPrimaryScreen);
+    connect(_session.data(), &Konsole::Session::primaryScreenInUse, view, 
&Konsole::TerminalDisplay::usingPrimaryScreen);
 
     _allControllers.insert(this);
 
-- 
2.13.6

++++++ konsole-17.12.3.tar.xz -> konsole-18.04.0.tar.xz ++++++
++++ 168217 lines of diff (skipped)








Reply via email to