commit gn for openSUSE:Factory
Hello community, here is the log from the commit of package gn for openSUSE:Factory checked in at 2018-10-31 13:20:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gn (Old) and /work/SRC/openSUSE:Factory/.gn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gn" Wed Oct 31 13:20:53 2018 rev:4 rq:645552 version:0.1479 Changes: -------- --- /work/SRC/openSUSE:Factory/gn/gn.changes 2018-08-29 12:26:38.803586478 +0200 +++ /work/SRC/openSUSE:Factory/.gn.new/gn.changes 2018-10-31 13:21:56.687029140 +0100 @@ -1,0 +2,7 @@ +Tue Oct 30 14:50:22 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com> + +- Version update to 0.1479: + * No upstream changelog +- Rebase patch gn-flags.patch + +------------------------------------------------------------------- Old: ---- gn-0.1463.tar.gz New: ---- gn-0.1479.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gn.spec ++++++ --- /var/tmp/diff_new_pack.03TtMg/_old 2018-10-31 13:21:57.539028346 +0100 +++ /var/tmp/diff_new_pack.03TtMg/_new 2018-10-31 13:21:57.539028346 +0100 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gn -Version: 0.1463 +Version: 0.1479 Release: 0 Summary: A meta-build system that generates build files for Ninja License: BSD-3-Clause ++++++ gn-0.1463.tar.gz -> gn-0.1479.tar.gz ++++++ ++++ 4321 lines of diff (skipped) ++++++ gn-flags.patch ++++++ --- /var/tmp/diff_new_pack.03TtMg/_old 2018-10-31 13:21:57.727028171 +0100 +++ /var/tmp/diff_new_pack.03TtMg/_new 2018-10-31 13:21:57.727028171 +0100 @@ -1,8 +1,8 @@ -diff --git a/build/gen.py b/build/gen.py -index 76f88e84..5e088b2a 100755 ---- a/build/gen.py -+++ b/build/gen.py -@@ -326,9 +326,6 @@ def WriteGNNinja(path, platform, host, options, linux_sysroot): +Index: gn-0.1479/build/gen.py +=================================================================== +--- gn-0.1479.orig/build/gen.py ++++ gn-0.1479/build/gen.py +@@ -326,9 +326,6 @@ def WriteGNNinja(path, platform, host, o if options.debug: cflags.extend(['-O0', '-g']) else: @@ -12,7 +12,7 @@ # Use -fdata-sections and -ffunction-sections to place each function # or data item into its own section so --gc-sections can eliminate any # unused functions and data items. -@@ -340,14 +337,6 @@ def WriteGNNinja(path, platform, host, options, linux_sysroot): +@@ -340,14 +337,6 @@ def WriteGNNinja(path, platform, host, o # Garbage collection is done by default on aix. ldflags.append('-Wl,--gc-sections') @@ -27,13 +27,14 @@ # Enable identical code-folding. if options.use_icf: ldflags.append('-Wl,--icf=all') -@@ -356,26 +345,17 @@ def WriteGNNinja(path, platform, host, options, linux_sysroot): +@@ -356,27 +345,18 @@ def WriteGNNinja(path, platform, host, o '-D_FILE_OFFSET_BITS=64', '-D__STDC_CONSTANT_MACROS', '-D__STDC_FORMAT_MACROS', '-pthread', - '-pipe', '-fno-exceptions', '-fno-rtti', + '-fdiagnostics-color', ]) cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing']) + ldflags.append('-pthread')
participants (1)
-
root