Hello community, here is the log from the commit of package katomic for openSUSE:Factory checked in at 2018-05-16 18:36:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/katomic (Old) and /work/SRC/openSUSE:Factory/.katomic.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "katomic" Wed May 16 18:36:54 2018 rev:74 rq:607133 version:18.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/katomic/katomic.changes 2018-04-27 16:02:38.560993583 +0200 +++ /work/SRC/openSUSE:Factory/.katomic.new/katomic.changes 2018-05-16 18:37:51.747379150 +0200 @@ -1,0 +2,10 @@ +Fri May 11 05:17:47 UTC 2018 - [email protected] + +- Update to 18.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.1.php +- Changes since 18.04.0: + * Fix crash on going to previous atom + +------------------------------------------------------------------- Old: ---- katomic-18.04.0.tar.xz New: ---- katomic-18.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ katomic.spec ++++++ --- /var/tmp/diff_new_pack.bujZam/_old 2018-05-16 18:37:52.959335381 +0200 +++ /var/tmp/diff_new_pack.bujZam/_new 2018-05-16 18:37:52.959335381 +0200 @@ -19,7 +19,7 @@ %bcond_without lang Name: katomic -Version: 18.04.0 +Version: 18.04.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ katomic-18.04.0.tar.xz -> katomic-18.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-18.04.0/playfield.cpp new/katomic-18.04.1/playfield.cpp --- old/katomic-18.04.0/playfield.cpp 2018-03-13 05:18:38.000000000 +0100 +++ new/katomic-18.04.1/playfield.cpp 2018-05-01 02:37:31.000000000 +0200 @@ -260,7 +260,7 @@ if( !itemsAtPoint.isEmpty() ) { AtomFieldItem* item = qgraphicsitem_cast<AtomFieldItem*>( itemsAtPoint[0] ); - if ( item->atomNum() != -1 ) + if ( item && item->atomNum() != -1 ) { m_selIdx = m_atoms.indexOf(item); updateArrows(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-18.04.0/po/zh_CN/katomic.po new/katomic-18.04.1/po/zh_CN/katomic.po --- old/katomic-18.04.0/po/zh_CN/katomic.po 2018-04-13 02:08:43.000000000 +0200 +++ new/katomic-18.04.1/po/zh_CN/katomic.po 2018-05-08 02:14:39.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-10-23 03:05+0200\n" -"PO-Revision-Date: 2018-04-05 09:40-0400\n" +"PO-Revision-Date: 2018-04-26 06:09-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
