Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2018-08-22 14:17:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konsole (Old)
 and      /work/SRC/openSUSE:Factory/.konsole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konsole"

Wed Aug 22 14:17:15 2018 rev:97 rq:630253 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-07-18 
22:43:44.880988258 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes     2018-08-22 
14:17:17.025915441 +0200
@@ -1,0 +2,24 @@
+Thu Aug 16 22:06:00 UTC 2018 - [email protected]
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * Don't pollute the environment inside Konsole with QT_NO_GLIB 
+  * Vt102EmulationTest: Use QTEST_GUILESS_MAIN 
+  * Revert "Change internal character type size to 32 bit" 
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:51 UTC 2018 - [email protected]
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Too many changes to list here
+- Refreshed patches:
+  * fix-build-with-gcc48.patch
+
+-------------------------------------------------------------------

Old:
----
  konsole-18.04.3.tar.xz

New:
----
  konsole-18.08.0.tar.xz

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

Other differences:
------------------
++++++ konsole.spec ++++++
--- /var/tmp/diff_new_pack.C91LS3/_old  2018-08-22 14:17:17.569916730 +0200
+++ /var/tmp/diff_new_pack.C91LS3/_new  2018-08-22 14:17:17.577916750 +0200
@@ -19,11 +19,11 @@
 %bcond_without lang
 
 Name:           konsole
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE Terminal
 License:        GPL-2.0+
 Group:          System/X11/Terminals
@@ -115,6 +115,7 @@
 %patch -p1
 %endif
 
+
 %build
   %cmake_kf5 -d build
   %make_jobs
@@ -147,6 +148,7 @@
 %dir %{_kf5_appstreamdir}
 %dir %{_kf5_htmldir}
 %dir %{_kf5_htmldir}/en
+%dir %{_kf5_sharedir}/khotkeys/
 %doc %lang(en) %{_kf5_htmldir}/en/konsole/
 %{_kf5_configdir}/konsole.knsrc
 %{_kf5_applicationsdir}/konsolesu.desktop
@@ -157,6 +159,7 @@
 %{_kf5_iconsdir}/hicolor/*/apps/utilities-terminal_su.png
 %{_kf5_libdir}/libkdeinit5_konsole.so
 %{_kf5_servicesdir}/ServiceMenus/
+%{_kf5_sharedir}/khotkeys/konsole.khotkeys
 
 %files part
 %defattr(-,root,root)

++++++ fix-build-with-gcc48.patch ++++++
--- /var/tmp/diff_new_pack.C91LS3/_old  2018-08-22 14:17:17.605916816 +0200
+++ /var/tmp/diff_new_pack.C91LS3/_new  2018-08-22 14:17:17.605916816 +0200
@@ -12,8 +12,8 @@
 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);
+@@ -174,7 +174,7 @@ SessionController::SessionController(Session* session , 
TerminalDisplay* view, Q
+     connect(_session.data(), &Konsole::Session::sessionAttributeChanged, 
this, &Konsole::SessionController::sessionAttributeChanged);
      connect(_session.data(), &Konsole::Session::readOnlyChanged, this, 
&Konsole::SessionController::sessionReadOnlyChanged);
  
 -    connect(this, &Konsole::SessionController::tabRenamedByUser,  _session,  
&Konsole::Session::tabRenamedByUser);
@@ -21,15 +21,6 @@
  
      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-18.04.3.tar.xz -> konsole-18.08.0.tar.xz ++++++
++++ 161378 lines of diff (skipped)








Reply via email to