Hello community,

here is the log from the commit of package katomic for openSUSE:Factory checked 
in at 2016-08-31 00:06:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katomic (Old)
 and      /work/SRC/openSUSE:Factory/.katomic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katomic"

Changes:
--------
--- /work/SRC/openSUSE:Factory/katomic/katomic.changes  2016-07-24 
19:45:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.katomic.new/katomic.changes     2016-08-31 
00:06:48.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:10:10 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+-------------------------------------------------------------------
+Mon Aug  8 14:47:35 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  katomic-16.04.3.tar.xz

New:
----
  katomic-16.08.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ katomic.spec ++++++
--- /var/tmp/diff_new_pack.rtJS3H/_old  2016-08-31 00:06:49.000000000 +0200
+++ /var/tmp/diff_new_pack.rtJS3H/_new  2016-08-31 00:06:49.000000000 +0200
@@ -39,7 +39,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        16.04.3
+Version:        16.08.0
 Release:        0
 Source0:        katomic-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ katomic-16.04.3.tar.xz -> katomic-16.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/.gitignore 
new/katomic-16.08.0/.gitignore
--- old/katomic-16.04.3/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/katomic-16.08.0/.gitignore      2016-06-12 09:35:11.000000000 +0200
@@ -0,0 +1,3 @@
+.kdev4/
+build/
+*.kdev4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/CMakeLists.txt 
new/katomic-16.08.0/CMakeLists.txt
--- old/katomic-16.04.3/CMakeLists.txt  2016-01-29 14:30:14.000000000 +0100
+++ new/katomic-16.08.0/CMakeLists.txt  2016-06-12 09:35:11.000000000 +0200
@@ -24,7 +24,7 @@
 include(FeatureSummary)
 include(ECMInstallIcons)
 include(KDEInstallDirs)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(ECMAddAppIcon)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/chooselevelsetdialog.cpp 
new/katomic-16.08.0/chooselevelsetdialog.cpp
--- old/katomic-16.04.3/chooselevelsetdialog.cpp        2016-01-29 
14:30:14.000000000 +0100
+++ new/katomic-16.08.0/chooselevelsetdialog.cpp        2016-06-12 
09:35:11.000000000 +0200
@@ -84,7 +84,7 @@
 {
     m_ui.m_lwLevelSets->clear();
     QStringList fileList;
-    const QStringList dirs = 
QStandardPaths::locateAll(QStandardPaths::DataLocation, 
QStringLiteral("levels"), QStandardPaths::LocateDirectory);
+    const QStringList dirs = 
QStandardPaths::locateAll(QStandardPaths::AppDataLocation, 
QStringLiteral("levels"), QStandardPaths::LocateDirectory);
     Q_FOREACH (const QString& dir, dirs) {
         const QStringList fileNames = QDir(dir).entryList(QStringList() << 
QStringLiteral("*.dat"));
         Q_FOREACH (const QString& file, fileNames) {
@@ -139,7 +139,7 @@
 {
     QListWidgetItem* item = m_ui.m_lwLevelSets->currentItem();
     if (item)
-    {   
+    {
         QString levelSetName = 
item->data(KAtomic::LevelSetNameRole).toString();
         emit levelSetChanged(levelSetName);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/doc/index.docbook 
new/katomic-16.08.0/doc/index.docbook
--- old/katomic-16.04.3/doc/index.docbook       2016-01-29 14:30:14.000000000 
+0100
+++ new/katomic-16.08.0/doc/index.docbook       2016-06-12 09:35:11.000000000 
+0200
@@ -1,16 +1,12 @@
 <?xml version="1.0" ?>
-<!--IMPORTANT: please note that'do not change this!' notice does not apply to 
translators -->
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&katomic;">
-  <!ENTITY kappversion "3.0"><!--Application version. Use this variable 
everywhere it's needed.-->
-  <!ENTITY package "kdegames">  <!-- do not change this! -->
   <!ENTITY % English "INCLUDE" > <!-- change language only here -->
   <!ENTITY % addindex "IGNORE"> <!-- do not change this! -->
 ]>
  
 <book id="katomic" lang="&language;"> <!-- do not change this! -->
 <bookinfo>
-<title>The &kappname; Handbook</title> <!-- This is the title of the docbook. 
Leave as is unless change is necessary.-->
+<title>The &katomic; Handbook</title> <!-- This is the title of the docbook. 
Leave as is unless change is necessary.-->
 <!-- List of immediate authors begins here. -->
 <!--INPORTANT! - All other contributors: [to be determined] -->
 <authorgroup>
@@ -30,12 +26,12 @@
 <!-- TRANS:ROLES_OF_TRANSLATORS -->
 </authorgroup>
 <legalnotice>&FDLNotice;</legalnotice> 
-<date>2013-05-05</date><!-- Date of (re)writing, or update-->
-<releaseinfo>&kappversion; (&kde; 4.11)</releaseinfo><!-- Application version 
number. Use the variable definitions within header to change this value.-->
+<date>2016-05-09</date>
+<releaseinfo>4.0 (Applications 16.04)</releaseinfo>
  
 <!--Short description of this document. Do not change unless necessary!-->
 <abstract>
-       <para>This documentation describes the game of &katomic; version 
&kappversion;</para>
+       <para>This documentation describes the game of &katomic; version 
4.0</para>
 </abstract>
  
 <!--List of relevan keywords-->
@@ -68,6 +64,16 @@
 </chapter>
  
 <chapter id="howto"><title>How to Play</title> <!-- do not change this! -->
+<screenshot>
+<mediaobject>
+<imageobject>
+<imagedata fileref="mainscreen.png" format="PNG"/>
+</imageobject>
+<textobject>
+<phrase>&katomic; main screen</phrase>
+</textobject>
+</mediaobject>
+</screenshot>
 <!--IMPORTANT: If the game has no defined objective, please remove the below 
line.-->
        <note><title>Objective:</title><para>Reassemble molecules from compound 
atoms by sliding them around.</para></note><!--Describe the objective of the 
game.-->
 <!--How to play description. Don't be to specific on rules as they have a 
separate section in this document-->
@@ -385,21 +391,6 @@
  
 </chapter>
  
- 
-<appendix id="installation">
-<title>Installation</title>
- 
-&install.intro.documentation;
- 
- 
-<sect1 id="Compilation">
-<title>Compilation and Installation</title>
- 
-&install.compile.documentation;
- 
-</sect1>
-</appendix>
- 
 &documentation.index; 
 </book>
 <!--
Files old/katomic-16.04.3/doc/mainscreen.png and 
new/katomic-16.08.0/doc/mainscreen.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/highscores.cpp 
new/katomic-16.08.0/highscores.cpp
--- old/katomic-16.04.3/highscores.cpp  2016-01-29 14:30:14.000000000 +0100
+++ new/katomic-16.08.0/highscores.cpp  2016-06-12 09:35:11.000000000 +0200
@@ -28,7 +28,7 @@
     KUser user;
     m_playerName =  user.property(KUser::FullName).toString().isEmpty() ? 
user.loginName() : user.property(KUser::FullName).toString();
 
-    m_hsFile = KSharedConfig::openConfig( 
QStandardPaths::writableLocation(QStandardPaths::DataLocation) + 
QLatin1Char('/') + "highscores", KConfig::SimpleConfig);
+    m_hsFile = KSharedConfig::openConfig( 
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) + 
QLatin1Char('/') + "highscores", KConfig::SimpleConfig);
 }
 
 bool KAtomicHighscores::addScore( int numMoves, const QString& levelSetName, 
int level )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/levelset.cpp 
new/katomic-16.08.0/levelset.cpp
--- old/katomic-16.04.3/levelset.cpp    2016-01-29 14:30:14.000000000 +0100
+++ new/katomic-16.08.0/levelset.cpp    2016-06-12 09:35:11.000000000 +0200
@@ -100,7 +100,7 @@
 
 bool LevelSet::load(const QString& levelSetName)
 {
-    QString file = QStandardPaths::locate(QStandardPaths::DataLocation, 
QStringLiteral("levels/%1.dat").arg(levelSetName));
+    QString file = QStandardPaths::locate(QStandardPaths::AppDataLocation, 
QStringLiteral("levels/%1.dat").arg(levelSetName));
     if (file.isEmpty())
     {
         qDebug() << "level set \"" << levelSetName << "\" data file not found. 
Check your installation";
@@ -288,7 +288,7 @@
 
 bool LevelSet::isDefaultLevelsAvailable()
 {
-    QString file = QStandardPaths::locate(QStandardPaths::DataLocation, 
QStringLiteral("levels/%1.dat").arg(DEFAULT_LEVELSET_NAME));
+    QString file = QStandardPaths::locate(QStandardPaths::AppDataLocation, 
QStringLiteral("levels/%1.dat").arg(DEFAULT_LEVELSET_NAME));
     if (file.isEmpty())
     {
         //qDebug() << "default level set \"" << DEFAULT_LEVELSET_NAME << "\" 
data file not found. Check your installation";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/org.kde.katomic.appdata.xml 
new/katomic-16.08.0/org.kde.katomic.appdata.xml
--- old/katomic-16.04.3/org.kde.katomic.appdata.xml     2016-01-29 
14:30:14.000000000 +0100
+++ new/katomic-16.08.0/org.kde.katomic.appdata.xml     2016-06-12 
09:35:11.000000000 +0200
@@ -10,6 +10,7 @@
   <name xml:lang="cs">KAtomic</name>
   <name xml:lang="da">KAtomic</name>
   <name xml:lang="de">KAtomic</name>
+  <name xml:lang="el">KAtomic</name>
   <name xml:lang="en-GB">KAtomic</name>
   <name xml:lang="es">KAtomic</name>
   <name xml:lang="fi">KAtomic</name>
@@ -39,6 +40,7 @@
   <summary xml:lang="ca-valencia">Joc de lògica similar al Sokoban</summary>
   <summary xml:lang="cs">Logická hra jako Sokoban</summary>
   <summary xml:lang="de">„Sokoban“-Spiel</summary>
+  <summary xml:lang="el">Παιχνίδι λογικής όπως το Sokoban</summary>
   <summary xml:lang="en-GB">Sokoban-like Logic Game</summary>
   <summary xml:lang="es">Juego de lógica parecido al Sokoban</summary>
   <summary xml:lang="fi">Sokoban-tyylinen logiikkapeli</summary>
@@ -71,6 +73,7 @@
     <p xml:lang="ca">El KAtomic és un joc educatiu divertit construït al 
voltant de la geometria molecular. Fa servir aparences bidimensionals 
simplificades d'elements químics diferents.</p>
     <p xml:lang="ca-valencia">El KAtomic és un joc educatiu divertit construït 
al voltant de la geometria molecular. Fa servir aparences bidimensionals 
simplificades d'elements químics diferents.</p>
     <p xml:lang="de">KAtomic ist sowohl ein unterhaltsames als auch 
lehrreiches Spiel über molekulare Strukturen. Es verwendet eine vereinfachte 
zweidimensionale Ansicht der zum Molekül gehörenden Elemente.</p>
+    <p xml:lang="el">Το KAtomic είναι ένα ευχάριστο εκπαιδευτικό παιχνίδι με 
βάση τη μοριακή γεωμετρία. Χρησιμοποιεί απλουστευτικές δισδιάστατες όψεις 
διαφόρων χημικών στοιχείων.</p>
     <p xml:lang="en-GB">KAtomic is a fun educational game built around 
molecular geometry. It employs simplistic two-dimensional looks at different 
chemical elements.</p>
     <p xml:lang="es">KAtomic es un divertido juego educativo basado en la 
geometría molecular. Emplea vistas bidimensionales simplificadas de diferentes 
elementos químicos.</p>
     <p xml:lang="fi">KAtomic on hauska ja opettavainen peli, joka perustuu 
molekyylien avaruusrakenteeseen. Se näyttää kemiallisia aineita 
kaksiulotteisesti ja pelkistetysti.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-16.04.3/playfield.cpp 
new/katomic-16.08.0/playfield.cpp
--- old/katomic-16.04.3/playfield.cpp   2016-01-29 14:30:14.000000000 +0100
+++ new/katomic-16.08.0/playfield.cpp   2016-06-12 09:35:11.000000000 +0200
@@ -45,7 +45,7 @@
 {
     Theme() : KgTheme("pics/default_theme.desktop")
     {
-        setGraphicsPath(QStandardPaths::locate(QStandardPaths::DataLocation, 
QStringLiteral("pics/default_theme.svgz")));
+        
setGraphicsPath(QStandardPaths::locate(QStandardPaths::AppDataLocation, 
QStringLiteral("pics/default_theme.svgz")));
     }
 };
 


Reply via email to