Hello community, here is the log from the commit of package kdesvn for openSUSE:Factory checked in at 2017-02-15 10:04:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesvn (Old) and /work/SRC/openSUSE:Factory/.kdesvn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesvn" Changes: -------- --- /work/SRC/openSUSE:Factory/kdesvn/kdesvn.changes 2016-12-11 13:27:11.460819122 +0100 +++ /work/SRC/openSUSE:Factory/.kdesvn.new/kdesvn.changes 2017-02-15 10:04:53.508990633 +0100 @@ -1,0 +2,6 @@ +Tue Jan 24 11:14:48 UTC 2017 - [email protected] + +- Add fix-startup.patch to fix starting kdesvn from the + application menu (boo#1021486) + +------------------------------------------------------------------- New: ---- fix-startup.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesvn.spec ++++++ --- /var/tmp/diff_new_pack.Qh2wsq/_old 2017-02-15 10:04:54.016919088 +0100 +++ /var/tmp/diff_new_pack.Qh2wsq/_new 2017-02-15 10:04:54.020918526 +0100 @@ -24,6 +24,8 @@ Group: Development/Tools/Version Control Url: http://kdesvn.alwins-world.de/ Source: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM fix-startup.patch boo#1021486 -- fixes starting kdesvn from the application menu +Patch: fix-startup.patch BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kbookmarks-devel @@ -63,6 +65,7 @@ %prep %setup -q +%patch -p1 %build %cmake_kf5 -d build ++++++ fix-startup.patch ++++++ >From 5ea40285741a885198a351bd9afe58ff746a1192 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner <[email protected]> Date: Sun, 4 Dec 2016 23:26:07 +0100 Subject: Fix startup: s/caption/qwindowtitle/ REVIEW: 129614 --- src/org.kde.kdesvn.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org.kde.kdesvn.desktop b/src/org.kde.kdesvn.desktop index 0fbac0d..5455338 100644 --- a/src/org.kde.kdesvn.desktop +++ b/src/org.kde.kdesvn.desktop @@ -49,7 +49,7 @@ GenericName[sl]=Odjemalec za SVN GenericName[sv]=SVN-klient GenericName[uk]=Клієнт SVN GenericName[x-test]=xxSVN Clientxx -Exec=kdesvn -caption "%c" %u +Exec=kdesvn -qwindowtitle "%c" %u Icon=kdesvn Type=Application X-DocPath=kdesvn/index.html -- cgit v0.11.2
