Hello community,

here is the log from the commit of package doomsday for openSUSE:Factory 
checked in at 2016-06-19 10:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doomsday (Old)
 and      /work/SRC/openSUSE:Factory/.doomsday.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doomsday"

Changes:
--------
--- /work/SRC/openSUSE:Factory/doomsday/doomsday.changes        2015-04-07 
09:29:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.doomsday.new/doomsday.changes   2016-06-19 
10:50:13.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 16 22:13:12 UTC 2016 - jeng...@inai.de
+
+- Add -Wno-narrowing to let gcc6 build pass
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ doomsday.spec ++++++
--- /var/tmp/diff_new_pack.gLSc5Q/_old  2016-06-19 10:50:16.000000000 +0200
+++ /var/tmp/diff_new_pack.gLSc5Q/_new  2016-06-19 10:50:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package doomsday
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -90,23 +90,27 @@
 %patch -P 1 -p1
 
 %build
-pushd doomsday;
-find . -type f -name "*.h" -exec perl -i -pe 's{__DATE__}{""}gs' "{}" "+";
+pushd doomsday
+find . -type f -name "*.h" -exec perl -i -pe 's{__DATE__}{""}gs' "{}" "+"
 %if 0%{?fedora_version}
-alias qmake="qmake-qt4";
+alias qmake="qmake-qt4"
 %endif
-qmake QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" \
-       QMAKE_STRIP="true" DENG_LIB_DIR="%_libdir";
-make %{?_smp_mflags};
-popd;
+cf="%optflags"
+%if 0%{?suse_version} > 1320
+cf="$cf -Wno-narrowing"
+%endif
+qmake QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="$cf" \
+       QMAKE_STRIP="true" DENG_LIB_DIR="%_libdir"
+make %{?_smp_mflags}
+popd
 
 %install
-b="%buildroot";
-pushd doomsday/;
-make install INSTALL_ROOT="$b";
-mkdir -p "$b/%_libexecdir/%name";
-mv "$b/%_bindir"/{md2tool,savegametool,texc} "$b/%_libexecdir/%name/";
-popd;
+b="%buildroot"
+pushd doomsday/
+make install INSTALL_ROOT="$b"
+mkdir -p "$b/%_libexecdir/%name"
+mv "$b/%_bindir"/{md2tool,savegametool,texc} "$b/%_libexecdir/%name/"
+popd
 
 # Prepare for the icons
 mkdir -p "$b/%_datadir/pixmaps"


Reply via email to