Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2021-04-14 10:09:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ninja (Old)
 and      /work/SRC/openSUSE:Factory/.ninja.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ninja"

Wed Apr 14 10:09:26 2021 rev:27 rq:883161 version:1.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ninja/ninja.changes      2021-01-02 
21:30:16.367391790 +0100
+++ /work/SRC/openSUSE:Factory/.ninja.new.2401/ninja.changes    2021-04-14 
10:09:28.553341399 +0200
@@ -1,0 +2,6 @@
+Mon Apr  5 21:51:58 UTC 2021 - Cristian Rodr??guez <[email protected]>
+
+- ninja-re2c-g.patch tell re2c to generate gcc specific code using
+  the -g flag, this usually results in lexers that are 20-25% faster.
+
+-------------------------------------------------------------------

New:
----
  ninja-re2c-g.patch

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

Other differences:
------------------
++++++ ninja.spec ++++++
--- /var/tmp/diff_new_pack.27whiQ/_old  2021-04-14 10:09:29.105342330 +0200
+++ /var/tmp/diff_new_pack.27whiQ/_new  2021-04-14 10:09:29.109342338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ninja
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source0:        
https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        macros.ninja
 Patch1:         ninja-disable-maxprocs-test.patch
+Patch2:         ninja-re2c-g.patch
 BuildRequires:  gcc-c++
 BuildRequires:  python3-base
 BuildRequires:  re2c

++++++ ninja-re2c-g.patch ++++++
--- configure.py.orig
+++ configure.py
@@ -479,7 +479,7 @@
         return False
 if has_re2c():
     n.rule('re2c',
-           command='re2c -b -i --no-generation-date -o $out $in',
+           command='re2c -g -b -i --no-generation-date -o $out $in',
            description='RE2C $out')
     # Generate the .cc files in the source directory so we can check them in.
     n.build(src('depfile_parser.cc'), 're2c', src('depfile_parser.in.cc'))

Reply via email to