Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2020-02-09 21:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2c (Old)
 and      /work/SRC/openSUSE:Factory/.re2c.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2c"

Sun Feb  9 21:02:45 2020 rev:37 rq:770165 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2c/re2c.changes        2019-08-16 
15:33:14.953915620 +0200
+++ /work/SRC/openSUSE:Factory/.re2c.new.26092/re2c.changes     2020-02-09 
21:03:09.239378626 +0100
@@ -1,0 +2,15 @@
+Wed Feb  5 08:52:11 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.3:
+  * Added option: ``--stadfa``.
+  * Added warning: ``-Wsentinel-in-midrule``.
+  * Added generic API primitives:
+    + ``YYSTAGPD``
+    + ``YYMTAGPD``
+  * Added configurations:
+    + ``re2c:sentinel = 0;``
+    + ``re2c:define:YYSTAGPD = "YYSTAGPD";``
+    + ``re2c:define:YYMTAGPD = "YYMTAGPD";``
+  * Worked on reproducible builds
+
+-------------------------------------------------------------------

Old:
----
  re2c-1.2.1.tar.xz

New:
----
  re2c-1.3.tar.xz

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

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.u0thA4/_old  2020-02-09 21:03:09.723378901 +0100
+++ /var/tmp/diff_new_pack.u0thA4/_new  2020-02-09 21:03:09.723378901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           re2c
-Version:        1.2.1
+Version:        1.3
 Release:        0
 Summary:        Tool for generating C-based recognizers from regular 
expressions
 License:        SUSE-Public-Domain
 Group:          Development/Libraries/C and C++
-URL:            http://re2c.org/
+URL:            https://re2c.org/
 Source:         
https://github.com/skvadrik/re2c/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  gcc-c++
@@ -40,13 +40,13 @@
 %build
 %configure
 %if 0%{?do_profiling}
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
   # do not run profiling in parallel for reproducible builds (boo#1040589 
boo#1102408)
-  make CFLAGS="%{optflags} %{cflags_profile_generate}" check
-  make %{?_smp_mflags} clean
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" check
+  %make_build clean
+  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  make %{?_smp_mflags} CFLAGS="%{optflags}"
+  %make_build CFLAGS="%{optflags}"
 %endif
 
 %install

++++++ re2c-1.2.1.tar.xz -> re2c-1.3.tar.xz ++++++
++++ 749964 lines of diff (skipped)


Reply via email to