Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2019-05-15 12:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubrick (Old)
 and      /work/SRC/openSUSE:Factory/.kubrick.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubrick"

Wed May 15 12:32:13 2019 rev:84 rq:702304 version:19.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2019-04-28 
20:10:04.210544631 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new.5148/kubrick.changes        
2019-05-15 12:32:18.356892701 +0200
@@ -1,0 +2,10 @@
+Fri May 10 05:37:17 UTC 2019 - [email protected]
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- Changes since 19.04.0:
+  * Fix compile on arm
+
+-------------------------------------------------------------------

Old:
----
  kubrick-19.04.0.tar.xz

New:
----
  kubrick-19.04.1.tar.xz

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

Other differences:
------------------
++++++ kubrick.spec ++++++
--- /var/tmp/diff_new_pack.eMHcKo/_old  2019-05-15 12:32:19.612889240 +0200
+++ /var/tmp/diff_new_pack.eMHcKo/_new  2019-05-15 12:32:19.648889141 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kubrick
-Version:        19.04.0
+Version:        19.04.1
 Release:        0
 Summary:        Game based on Rubik's Cube
 License:        GPL-2.0-or-later

++++++ kubrick-19.04.0.tar.xz -> kubrick-19.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-19.04.0/po/zh_CN/kubrick.po 
new/kubrick-19.04.1/po/zh_CN/kubrick.po
--- old/kubrick-19.04.0/po/zh_CN/kubrick.po     2019-04-12 02:10:43.000000000 
+0200
+++ new/kubrick-19.04.1/po/zh_CN/kubrick.po     2019-05-07 02:21:47.000000000 
+0200
@@ -3,8 +3,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-29 03:12+0100\n"
-"PO-Revision-Date: 2019-04-09 18:54\n"
-"Last-Translator: guoyunhe <[email protected]>\n"
+"PO-Revision-Date: 2019-05-05 22:33\n"
+"Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-19.04.0/src/kbkglobal.h 
new/kubrick-19.04.1/src/kbkglobal.h
--- old/kubrick-19.04.0/src/kbkglobal.h 2019-03-18 07:53:02.000000000 +0100
+++ new/kubrick-19.04.1/src/kbkglobal.h 2019-04-20 12:08:32.000000000 +0200
@@ -56,8 +56,8 @@
 enum   MouseEvent      {ButtonDown, Tracking, ButtonUp};
 
 #define viewAngle       30.0   // Angle of field of view in Y direction.
-#define minZ             1.0   // Nearest point represented in the view.
-#define maxZ            20.0   // Furthest point represented in the view.
+static const double minZ = 1.0;        // Nearest point represented in the 
view.
+static const double maxZ = 20.0;       // Furthest point represented in the 
view.
 
 #define cubeCentreZ    -5.0    // Z-value for all centres of cubes.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-19.04.0/src/scenelabel.cpp 
new/kubrick-19.04.1/src/scenelabel.cpp
--- old/kubrick-19.04.0/src/scenelabel.cpp      2019-03-18 07:53:02.000000000 
+0100
+++ new/kubrick-19.04.1/src/scenelabel.cpp      2019-04-20 12:08:32.000000000 
+0200
@@ -18,6 +18,8 @@
 
 #include "scenelabel.h"
 
+#include "kbkglobal.h"
+
 #include <QFontMetrics>
 #include <QGLWidget>
 


Reply via email to