Hello community,

here is the log from the commit of package gn for openSUSE:Factory checked in 
at 2018-08-07 09:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gn (Old)
 and      /work/SRC/openSUSE:Factory/.gn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gn"

Tue Aug  7 09:43:03 2018 rev:2 rq:627652 version:0.1445

Changes:
--------
--- /work/SRC/openSUSE:Factory/gn/gn.changes    2018-07-28 12:42:38.424683938 
+0200
+++ /work/SRC/openSUSE:Factory/.gn.new/gn.changes       2018-08-07 
09:43:03.189307416 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 11:33:49 UTC 2018 - [email protected]
+
+- Fix building on openSUSE Leap 42.3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gn.spec ++++++
--- /var/tmp/diff_new_pack.IrhLyO/_old  2018-08-07 09:43:03.733308362 +0200
+++ /var/tmp/diff_new_pack.IrhLyO/_new  2018-08-07 09:43:03.737308369 +0200
@@ -26,6 +26,9 @@
 Source:         https://dev.gentoo.org/~floppym/dist/%{name}-%{version}.tar.gz
 Patch0:         gn-flags.patch
 BuildRequires:  gcc-c++
+%if 0%{suse_version} < 1500
+BuildRequires:  gcc7-c++
+%endif
 BuildRequires:  ninja
 BuildRequires:  python2-base
 
@@ -40,6 +43,10 @@
 export CC=gcc
 export CXX=g++
 export AR=ar
+%if 0%{suse_version} < 1500
+export CC=gcc-7
+export CXX=g++-7
+%endif
 # bootstrap
 python2 build/gen.py --no-sysroot --no-last-commit-position
 cat >out/last_commit_position.h <<-EOF


Reply via email to