Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kig for openSUSE:Factory checked in at 2021-02-07 15:18:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kig (Old) and /work/SRC/openSUSE:Factory/.kig.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kig" Sun Feb 7 15:18:50 2021 rev:124 rq:869327 version:20.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kig/kig.changes 2021-01-10 19:42:54.505783137 +0100 +++ /work/SRC/openSUSE:Factory/.kig.new.28504/kig.changes 2021-02-07 15:21:13.733988590 +0100 @@ -1,0 +2,10 @@ +Wed Feb 3 08:28:42 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 20.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2021-02-apps-update +- Changes since 20.12.1: + * Prevent crash during construction of circle by three points (kde#430884) + +------------------------------------------------------------------- Old: ---- kig-20.12.1.tar.xz kig-20.12.1.tar.xz.sig New: ---- kig-20.12.2.tar.xz kig-20.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kig.spec ++++++ --- /var/tmp/diff_new_pack.JHd7HJ/_old 2021-02-07 15:21:14.517989897 +0100 +++ /var/tmp/diff_new_pack.JHd7HJ/_new 2021-02-07 15:21:14.521989903 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kig -Version: 20.12.1 +Version: 20.12.2 Release: 0 Summary: Interactive Geometry License: GPL-2.0-or-later ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.JHd7HJ/_old and /var/tmp/diff_new_pack.JHd7HJ/_new differ ++++++ kig-20.12.1.tar.xz -> kig-20.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-20.12.1/CMakeLists.txt new/kig-20.12.2/CMakeLists.txt --- old/kig-20.12.1/CMakeLists.txt 2021-01-02 14:47:02.000000000 +0100 +++ new/kig-20.12.2/CMakeLists.txt 2021-01-29 21:06:32.000000000 +0100 @@ -4,7 +4,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "20") set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "1") +set(RELEASE_SERVICE_VERSION_MICRO "2") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kig VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-20.12.1/misc/common.cpp new/kig-20.12.2/misc/common.cpp --- old/kig-20.12.1/misc/common.cpp 2021-01-02 14:47:02.000000000 +0100 +++ new/kig-20.12.2/misc/common.cpp 2021-01-29 21:06:32.000000000 +0100 @@ -490,7 +490,7 @@ * test must be done relative to the magnitude of the two * row (or column) vectors! */ - return ( std::fabs(det) < test_threshold*norm1*norm2 ); + return ( std::fabs(det) <= test_threshold*norm1*norm2 ); } const double double_inf = HUGE_VAL; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-20.12.1/org.kde.kig.appdata.xml new/kig-20.12.2/org.kde.kig.appdata.xml --- old/kig-20.12.1/org.kde.kig.appdata.xml 2021-01-02 14:47:02.000000000 +0100 +++ new/kig-20.12.2/org.kde.kig.appdata.xml 2021-01-29 21:06:32.000000000 +0100 @@ -138,10 +138,10 @@ <binary>kig</binary> </provides> <releases> + <release version="20.12.2" date="2021-02-04"/> <release version="20.12.1" date="2021-01-07"/> <release version="20.12.0" date="2020-12-10"/> <release version="20.08.3" date="2020-11-05"/> - <release version="20.08.2" date="2020-10-08"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-20.12.1/po/fr/kig.po new/kig-20.12.2/po/fr/kig.po --- old/kig-20.12.1/po/fr/kig.po 2021-01-05 02:11:36.000000000 +0100 +++ new/kig-20.12.2/po/fr/kig.po 2021-02-02 01:37:18.000000000 +0100 @@ -16,7 +16,7 @@ # Guillaume Pujol <[email protected]>, 2008. # Micka??l Sibelle <[email protected]>, 2009. # Rapha??l JAKSE <[email protected]>, 2012, 2016. -# xavier <[email protected]>, 2012, 2013, 2014, 2015, 2020. +# xavier <[email protected]>, 2012, 2013, 2014, 2015, 2020, 2021. # Simon Depiets <[email protected]>, 2019. # msgid "" @@ -24,7 +24,7 @@ "Project-Id-Version: kig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-07-11 02:00+0200\n" -"PO-Revision-Date: 2020-05-25 10:04+0200\n" +"PO-Revision-Date: 2021-01-12 08:42+0100\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: FR\n" "Language: fr\n" @@ -794,7 +794,7 @@ msgstr "" "M'a apport?? de bons retours d'information sur Kig, quelques demandes de " "fonctionnalit??s, des nettoyages et des corrections et un bon interlocuteur " -"sur IRC??:)" +"sur le r??seau ????IRC??????:)" #: kig/aboutdata.h:100 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-20.12.1/po/it/kig.po new/kig-20.12.2/po/it/kig.po --- old/kig-20.12.1/po/it/kig.po 2021-01-05 02:11:36.000000000 +0100 +++ new/kig-20.12.2/po/it/kig.po 2021-02-02 01:37:18.000000000 +0100 @@ -1,6 +1,6 @@ # translation of kig.po to Italian # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. -# Pino Toscano <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018, 2019, 2020. +# Pino Toscano <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018, 2019, 2020, 2021. # msgid "" msgstr "" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 19.12.0\n" +"X-Generator: Lokalize 20.12.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-20.12.1/po/zh_CN/kig.po new/kig-20.12.2/po/zh_CN/kig.po --- old/kig-20.12.1/po/zh_CN/kig.po 2021-01-05 02:11:37.000000000 +0100 +++ new/kig-20.12.2/po/zh_CN/kig.po 2021-02-02 01:37:18.000000000 +0100 @@ -12,7 +12,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-07-11 02:00+0200\n" -"PO-Revision-Date: 2021-01-03 09:06\n" +"PO-Revision-Date: 2021-01-28 05:08\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
