Hello community, here is the log from the commit of package konsole for openSUSE:Factory checked in at 2017-02-13 07:23:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konsole (Old) and /work/SRC/openSUSE:Factory/.konsole.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konsole" Changes: -------- --- /work/SRC/openSUSE:Factory/konsole/konsole.changes 2017-02-03 17:45:51.995355928 +0100 +++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2017-02-13 07:23:11.349831371 +0100 @@ -1,0 +2,8 @@ +Thu Feb 9 07:04:22 UTC 2017 - lbeltr...@kde.org + +- Update to KDE Applications 16.12.2 + * KDE Applications 16.12.2 + * https://www.kde.org/announcements/announce-applications-16.12.2.php + + +------------------------------------------------------------------- Old: ---- konsole-16.12.1.tar.xz New: ---- konsole-16.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konsole.spec ++++++ --- /var/tmp/diff_new_pack.H41pW4/_old 2017-02-13 07:23:13.597511254 +0100 +++ /var/tmp/diff_new_pack.H41pW4/_new 2017-02-13 07:23:13.601510683 +0100 @@ -17,10 +17,10 @@ Name: konsole -Version: 16.12.1 +Version: 16.12.2 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE Terminal License: GPL-2.0+ ++++++ konsole-16.12.1.tar.xz -> konsole-16.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konsole-16.12.1/CMakeLists.txt new/konsole-16.12.2/CMakeLists.txt --- old/konsole-16.12.1/CMakeLists.txt 2017-01-07 19:47:24.000000000 +0100 +++ new/konsole-16.12.2/CMakeLists.txt 2017-02-06 20:20:00.000000000 +0100 @@ -4,7 +4,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "12") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") # minimal requirements diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konsole-16.12.1/src/Session.cpp new/konsole-16.12.2/src/Session.cpp --- old/konsole-16.12.1/src/Session.cpp 2017-01-07 19:47:24.000000000 +0100 +++ new/konsole-16.12.2/src/Session.cpp 2017-02-06 20:20:00.000000000 +0100 @@ -836,7 +836,7 @@ // Only D-Bus calls this function (via SendText or runCommand) void Session::sendText(const QString& text) const { -#if not defined(REMOVE_SENDTEXT_RUNCOMMAND_DBUS_METHODS) +#if !defined(REMOVE_SENDTEXT_RUNCOMMAND_DBUS_METHODS) if (show_disallow_certain_dbus_methods_message) { KNotification::event(KNotification::Warning, "Konsole D-Bus Warning", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konsole-16.12.1/src/TerminalDisplay.cpp new/konsole-16.12.2/src/TerminalDisplay.cpp --- old/konsole-16.12.1/src/TerminalDisplay.cpp 2017-01-07 19:47:24.000000000 +0100 +++ new/konsole-16.12.2/src/TerminalDisplay.cpp 2017-02-06 20:20:00.000000000 +0100 @@ -1757,7 +1757,8 @@ void TerminalDisplay::resizeEvent(QResizeEvent*) { - updateImageSize(); + if (contentsRect().isValid()) + updateImageSize(); } void TerminalDisplay::propagateSize()