Hello community, here is the log from the commit of package konsole for openSUSE:Factory checked in at 2016-07-21 07:47:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-06-20 11:01:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2016-07-21 07:47:33.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Jul 11 18:35:30 UTC 2016 - [email protected] + +- Add Write-profile-changes-to-Konsoles-location.patch: fix + modifying profiles when konsole is embedded in other applications + (kde#364336) + +------------------------------------------------------------------- +Fri Jul 8 00:09:22 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.3 + * KDE Applications 16.04.3 + * https://www.kde.org/announcements/announce-applications-16.04.3.php + + +------------------------------------------------------------------- Old: ---- konsole-16.04.2.tar.xz New: ---- Write-profile-changes-to-Konsoles-location.patch konsole-16.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konsole.spec ++++++ --- /var/tmp/diff_new_pack.dim0I0/_old 2016-07-21 07:47:34.000000000 +0200 +++ /var/tmp/diff_new_pack.dim0I0/_new 2016-07-21 07:47:34.000000000 +0200 @@ -17,7 +17,7 @@ Name: konsole -Version: 16.04.2 +Version: 16.04.3 Release: 0 Summary: KDE Terminal License: GPL-2.0+ @@ -32,6 +32,8 @@ Source24: utilities-terminal-su-48.png Source25: utilities-terminal-su-64.png Source26: utilities-terminal-su-128.png +# PATCH-FIX-UPSTREAM Write-profile-changes-to-Konsoles-location.patch kde#364336 -- fix modifying profiles when konsole is embedded in other applications +Patch: Write-profile-changes-to-Konsoles-location.patch BuildRequires: fdupes BuildRequires: kbookmarks-devel BuildRequires: kconfig-devel @@ -79,6 +81,7 @@ %prep %setup -q +%patch -p1 %build %cmake_kf5 -d build ++++++ Write-profile-changes-to-Konsoles-location.patch ++++++ From: Kurt Hindenburg <[email protected]> Date: Sun, 03 Jul 2016 16:26:05 +0000 Subject: Write profile changes to Konsole's location, not KPart's app X-Git-Url: http://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=b9261c58ab2cf91ec090e4ad15064286a5366642 --- Write profile changes to Konsole's location, not KPart's app Thanks to Wolfgang Bauer (wbauer tmo at) for patch REVIEW:128342 BUG: 364336 --- --- a/src/ProfileWriter.cpp +++ b/src/ProfileWriter.cpp @@ -40,11 +42,9 @@ // All profiles changes are stored under users' local account QString KDE4ProfileWriter::getPath(const Profile::Ptr profile) { -#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0) + // If any changes are made to this location, check that programs using + // the Konsole part can write/save profiles static const QString localDataLocation = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/konsole"); -#else - static const QString localDataLocation = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation); -#endif return localDataLocation % "/" % profile->untranslatedName() % ".profile"; } ++++++ konsole-16.04.2.tar.xz -> konsole-16.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/konsole-16.04.2/CMakeLists.txt new/konsole-16.04.3/CMakeLists.txt --- old/konsole-16.04.2/CMakeLists.txt 2016-06-07 14:03:16.000000000 +0200 +++ new/konsole-16.04.3/CMakeLists.txt 2016-07-02 17:56:17.000000000 +0200 @@ -4,7 +4,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "16") set (KDE_APPLICATIONS_VERSION_MINOR "04") -set (KDE_APPLICATIONS_VERSION_MICRO "2") +set (KDE_APPLICATIONS_VERSION_MICRO "3") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") # minimal requirements
