Hello community,

here is the log from the commit of package granatier for openSUSE:Factory 
checked in at 2019-11-13 13:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/granatier (Old)
 and      /work/SRC/openSUSE:Factory/.granatier.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "granatier"

Wed Nov 13 13:15:39 2019 rev:91 rq:746813 version:19.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/granatier/granatier.changes      2019-10-28 
16:47:55.016819219 +0100
+++ /work/SRC/openSUSE:Factory/.granatier.new.2990/granatier.changes    
2019-11-13 13:15:47.122914239 +0100
@@ -1,0 +2,10 @@
+Thu Nov  7 23:12:36 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- Changes since 19.08.2:
+  * Restrict GNUGXX compiler options
+
+-------------------------------------------------------------------

Old:
----
  granatier-19.08.2.tar.xz
  granatier-19.08.2.tar.xz.sig

New:
----
  granatier-19.08.3.tar.xz
  granatier-19.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ granatier.spec ++++++
--- /var/tmp/diff_new_pack.Ilq9By/_old  2019-11-13 13:15:47.798914942 +0100
+++ /var/tmp/diff_new_pack.Ilq9By/_new  2019-11-13 13:15:47.798914942 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           granatier
-Version:        19.08.2
+Version:        19.08.3
 Release:        0
 Summary:        Bomberman-like game for KDE
 License:        GPL-2.0-or-later


++++++ granatier-19.08.2.tar.xz -> granatier-19.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-19.08.2/po/id/granatier.po 
new/granatier-19.08.3/po/id/granatier.po
--- old/granatier-19.08.2/po/id/granatier.po    2019-10-08 02:14:21.000000000 
+0200
+++ new/granatier-19.08.3/po/id/granatier.po    2019-11-05 05:08:21.000000000 
+0100
@@ -15,7 +15,6 @@
 "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.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-19.08.2/po/zh_CN/granatier.po 
new/granatier-19.08.3/po/zh_CN/granatier.po
--- old/granatier-19.08.2/po/zh_CN/granatier.po 2019-10-08 02:14:22.000000000 
+0200
+++ new/granatier-19.08.3/po/zh_CN/granatier.po 2019-11-05 05:08:21.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:42+0200\n"
-"PO-Revision-Date: 2019-09-05 09:53\n"
+"PO-Revision-Date: 2019-10-09 10:08\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-19.08.2/src/CMakeLists.txt 
new/granatier-19.08.3/src/CMakeLists.txt
--- old/granatier-19.08.2/src/CMakeLists.txt    2019-09-07 07:38:13.000000000 
+0200
+++ new/granatier-19.08.3/src/CMakeLists.txt    2019-10-13 01:01:14.000000000 
+0200
@@ -46,7 +46,9 @@
 
 add_executable(granatier ${granatierSources})
 
-target_compile_options(granatier PRIVATE -W -Wall -Wpedantic -Wextra 
-Wconversion -Wuninitialized)
+if(CMAKE_COMPILER_IS_GNUCXX)
+       target_compile_options(granatier PRIVATE -W -Wall -Wpedantic -Wextra 
-Wconversion -Wuninitialized)
+endif(CMAKE_COMPILER_IS_GNUCXX)
 
 target_link_libraries(granatier
     Qt5::Xml


Reply via email to