Hello community, here is the log from the commit of package kimagemapeditor for openSUSE:Factory checked in at 2017-09-11 16:20:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kimagemapeditor (Old) and /work/SRC/openSUSE:Factory/.kimagemapeditor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kimagemapeditor" Mon Sep 11 16:20:47 2017 rev:10 rq:522554 version:17.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kimagemapeditor/kimagemapeditor.changes 2017-08-28 15:07:15.936248134 +0200 +++ /work/SRC/openSUSE:Factory/.kimagemapeditor.new/kimagemapeditor.changes 2017-09-11 16:21:35.886753315 +0200 @@ -1,0 +2,10 @@ +Thu Sep 07 07:02:12 CEST 2017 - [email protected] + +- Update to 17.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.1.php +- Changes since 17.08.0: + * Fix: do not delete the map if Cancel is selected + +------------------------------------------------------------------- Old: ---- kimagemapeditor-17.08.0.tar.xz New: ---- kimagemapeditor-17.08.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimagemapeditor.spec ++++++ --- /var/tmp/diff_new_pack.4D7E4q/_old 2017-09-11 16:21:36.474670747 +0200 +++ /var/tmp/diff_new_pack.4D7E4q/_new 2017-09-11 16:21:36.478670185 +0200 @@ -17,7 +17,7 @@ Name: kimagemapeditor -Version: 17.08.0 +Version: 17.08.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ kimagemapeditor-17.08.0.tar.xz -> kimagemapeditor-17.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimagemapeditor-17.08.0/kimagemapeditor.cpp new/kimagemapeditor-17.08.1/kimagemapeditor.cpp --- old/kimagemapeditor-17.08.0/kimagemapeditor.cpp 2016-11-11 00:46:14.000000000 +0100 +++ new/kimagemapeditor-17.08.1/kimagemapeditor.cpp 2017-09-03 00:49:22.000000000 +0200 @@ -2703,7 +2703,7 @@ " <br /><b>There is no way to undo this.</b></qt>", selectedMap), i18n("Delete Map?"),KGuiItem(i18n("&Delete"),"edit-delete")); - if (result == KMessageBox::No) + if (result == KMessageBox::Cancel) return;
