Hello community, here is the log from the commit of package kig for openSUSE:Factory checked in at 2017-02-16 16:54:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kig (Old) and /work/SRC/openSUSE:Factory/.kig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kig" Changes: -------- --- /work/SRC/openSUSE:Factory/kig/kig.changes 2017-02-06 15:21:07.361081223 +0100 +++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2017-02-16 16:54:55.537845420 +0100 @@ -1,0 +2,8 @@ +Thu Feb 9 06:57:27 UTC 2017 - [email protected] + +- Update to KDE Applications 16.12.2 + * KDE Applications 16.12.2 + * https://www.kde.org/announcements/announce-applications-16.12.2.php + + +------------------------------------------------------------------- Old: ---- kig-16.12.1.tar.xz New: ---- kig-16.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kig.spec ++++++ --- /var/tmp/diff_new_pack.4u96Tu/_old 2017-02-16 16:54:55.981782392 +0100 +++ /var/tmp/diff_new_pack.4u96Tu/_new 2017-02-16 16:54:55.981782392 +0100 @@ -17,10 +17,10 @@ Name: kig -Version: 16.12.1 +Version: 16.12.2 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Interactive Geometry License: GPL-2.0+ ++++++ kig-16.12.1.tar.xz -> kig-16.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-16.12.1/CMakeLists.txt new/kig-16.12.2/CMakeLists.txt --- old/kig-16.12.1/CMakeLists.txt 2016-10-16 09:11:59.000000000 +0200 +++ new/kig-16.12.2/CMakeLists.txt 2017-01-20 08:01:47.000000000 +0100 @@ -17,10 +17,6 @@ find_package(KF5XmlGui 5.1 REQUIRED) find_package(KF5Crash 5.15 REQUIRED) -# Needed for unit tests -find_package(KF5Emoticons) -find_package(KF5ItemModels) - set(CMAKE_MODULE_PATH ${kig_SOURCE_DIR}/cmake/modules ${ECM_MODULE_PATH}) set (KDE5_ICON_DIR ${CMAKE_INSTALL_PREFIX}/share/icons) @@ -262,4 +258,6 @@ install(FILES org.kde.kig.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR}) # unit tests -add_subdirectory(tests) +if (BUILD_TESTING) + add_subdirectory(tests) +endif () diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kig-16.12.1/doc/index.docbook new/kig-16.12.2/doc/index.docbook --- old/kig-16.12.1/doc/index.docbook 2016-10-16 09:11:59.000000000 +0200 +++ new/kig-16.12.2/doc/index.docbook 2017-01-20 08:01:47.000000000 +0100 @@ -3,7 +3,6 @@ <!ENTITY kseg "<application>KSeg</application>"> <!ENTITY cabri "<application>Cabri</application>"> <!ENTITY drgeo "<application>Dr.Geo</application>"> -<!ENTITY kappname "&kig;"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> <!-- change language only here --> @@ -79,6 +78,7 @@ (<menuchoice><guimenu>Help</guimenu><guimenuitem>Report Bug...</guimenuitem></menuchoice>). </para> + <para> Since &kig; supports macros and the construction of loci, it allows for some @@ -286,7 +286,7 @@ <itemizedlist> <listitem> <para> -Press the <keycap>Delete</keycap> key. +Press the ∇ key. </para> </listitem> <listitem> @@ -945,13 +945,6 @@ </chapter> -<chapter id="faq"> -<title>Questions and Answers</title> - -&reporting.bugs; &updating.documentation; -</chapter> - - <chapter id="credits"> <title>Credits and License</title>
