Hello community, here is the log from the commit of package kteatime for openSUSE:Leap:15.2 checked in at 2020-03-15 13:37:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kteatime (Old) and /work/SRC/openSUSE:Leap:15.2/.kteatime.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kteatime" Sun Mar 15 13:37:05 2020 rev:47 rq:785056 version:19.12.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kteatime/kteatime.changes 2020-02-21 10:47:48.982733569 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kteatime.new.3160/kteatime.changes 2020-03-15 13:37:07.582865427 +0100 @@ -1,0 +2,11 @@ +Thu Mar 5 20:36:31 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 19.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.3 +- Changes since 19.12.2: + * appdata: improve URLs + * Add missing emit + +------------------------------------------------------------------- Old: ---- kteatime-19.12.2.tar.xz kteatime-19.12.2.tar.xz.sig New: ---- kteatime-19.12.3.tar.xz kteatime-19.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kteatime.spec ++++++ --- /var/tmp/diff_new_pack.eWbb98/_old 2020-03-15 13:37:07.914865625 +0100 +++ /var/tmp/diff_new_pack.eWbb98/_new 2020-03-15 13:37:07.918865628 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kteatime -Version: 19.12.2 +Version: 19.12.3 Release: 0 Summary: Timer for various types of tea License: GPL-2.0-or-later ++++++ kteatime-19.12.2.tar.xz -> kteatime-19.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-19.12.2/CMakeLists.txt new/kteatime-19.12.3/CMakeLists.txt --- old/kteatime-19.12.2/CMakeLists.txt 2020-02-04 01:48:34.000000000 +0100 +++ new/kteatime-19.12.3/CMakeLists.txt 2020-03-03 01:26:51.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "19") set (KDE_APPLICATIONS_VERSION_MINOR "12") -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}") project(kteatime VERSION ${KDE_APPLICATIONS_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-19.12.2/org.kde.kteatime.appdata.xml new/kteatime-19.12.3/org.kde.kteatime.appdata.xml --- old/kteatime-19.12.2/org.kde.kteatime.appdata.xml 2020-02-04 00:28:08.000000000 +0100 +++ new/kteatime-19.12.3/org.kde.kteatime.appdata.xml 2020-03-01 10:48:31.000000000 +0100 @@ -125,11 +125,11 @@ <p xml:lang="zh-TW">KTeaTime 是煮茶用的計時器。您不再需要猜測您的茶要煮或泡多久。只要選擇茶的種類,時間到它就會提醒你。</p> </description> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kteatime</url> - <url type="help">http://docs.kde.org/stable/en/kdetoys/kteatime/index.html</url> + <url type="help">https://docs.kde.org/?application=kteatime</url> <url type="donation">https://www.kde.org/community/donations/?app=kteatime&source=appdata</url> <screenshots> <screenshot type="default"> - <image>http://kde.org/images/screenshots/kteatime.png</image> + <image>https://cdn.kde.org/screenshots/kteatime/kteatime.png</image> </screenshot> </screenshots> <project_group>KDE</project_group> @@ -137,6 +137,7 @@ <binary>kteatime</binary> </provides> <releases> + <release version="19.12.3" date="2020-03-05"/> <release version="19.12.2" date="2020-02-06"/> <release version="19.12.1" date="2020-01-09"/> <release version="19.12.0" date="2019-12-12"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-19.12.2/src/tealistmodel.cpp new/kteatime-19.12.3/src/tealistmodel.cpp --- old/kteatime-19.12.2/src/tealistmodel.cpp 2020-02-04 00:28:08.000000000 +0100 +++ new/kteatime-19.12.3/src/tealistmodel.cpp 2020-03-01 10:48:31.000000000 +0100 @@ -96,7 +96,7 @@ } else if( index.column() == 1 ) { m_tealist[ index.row() ].setTime( value.toUInt() ); } - dataChanged( index, index ); + emit dataChanged( index, index ); return true; }
