Hello community, here is the log from the commit of package kturtle for openSUSE:Factory checked in at 2015-10-26 12:48:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kturtle (Old) and /work/SRC/openSUSE:Factory/.kturtle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kturtle" Changes: -------- --- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes 2015-10-08 08:25:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2015-10-26 12:49:11.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Oct 22 19:01:14 UTC 2015 - [email protected] + +- Add fix-exec-line.patch: fixes the .desktop file's Exec line so + that kturtle can actually be started from the application menu + +------------------------------------------------------------------- +Sun Oct 11 13:42:27 UTC 2015 - [email protected] + +- Update to KDE Applications 15.08.2 + * KDE Applications 15.08.2 + * https://www.kde.org/announcements/announce-applications-15.08.2.php + + +------------------------------------------------------------------- Old: ---- kturtle-15.08.1.tar.xz New: ---- fix-exec-line.patch kturtle-15.08.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kturtle.spec ++++++ --- /var/tmp/diff_new_pack.Vid4hu/_old 2015-10-26 12:49:11.000000000 +0100 +++ /var/tmp/diff_new_pack.Vid4hu/_new 2015-10-26 12:49:11.000000000 +0100 @@ -21,9 +21,12 @@ License: GPL-2.0+ Group: Amusements/Teaching/Mathematics Url: http://edu.kde.org -Version: 15.08.1 +Version: 15.08.2 Release: 0 Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE fix-exec-line.patch [email protected] -- fixes the .desktop file's Exec line so that kturtle can actually be started +# should be removed for 15.12, when kturtle will not use kdelibs4support any more and actually support the "-qwindowtitle" parameter +Patch: fix-exec-line.patch BuildRequires: update-desktop-files BuildRequires: extra-cmake-modules BuildRequires: pkgconfig(Qt5Core) @@ -43,6 +46,7 @@ %prep %setup -q +%patch -p1 %build %ifarch ppc ppc64 ++++++ fix-exec-line.patch ++++++ diff -ur kturtle-15.08.2/src/org.kde.kturtle.desktop kturtle-15.08.2.new/src/org.kde.kturtle.desktop --- kturtle-15.08.2/src/org.kde.kturtle.desktop 2015-07-01 10:29:00.000000000 +0200 +++ kturtle-15.08.2.new/src/org.kde.kturtle.desktop 2015-10-22 21:16:48.000000000 +0200 @@ -123,7 +123,7 @@ GenericName[x-test]=xxEducational Programming Environmentxx GenericName[zh_CN]=教育编程环境 GenericName[zh_TW]=教育程式環境 -Exec=kturtle -qwindowtitle %c +Exec=kturtle -caption %c Icon=kturtle X-DocPath=kturtle/index.html Type=Application ++++++ kturtle-15.08.1.tar.xz -> kturtle-15.08.2.tar.xz ++++++
