Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2019-03-14 14:52:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2c (Old)
 and      /work/SRC/openSUSE:Factory/.re2c.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2c"

Thu Mar 14 14:52:10 2019 rev:35 rq:683726 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2c/re2c.changes        2018-03-16 
10:34:19.151981602 +0100
+++ /work/SRC/openSUSE:Factory/.re2c.new.28833/re2c.changes     2019-03-14 
14:52:22.599787827 +0100
@@ -1,0 +2,11 @@
+Mon Mar 11 00:09:53 UTC 2019 - Chris Coutinho <chrisbcouti...@gmail.com>
+
+- Update re2c to 1.1.1
+  * Fixed bug #211 re2c '-V' throws 'std::out_of_range' (version to vernum 
conversion).
+  * Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm.
+  * Optimized GOR1 algorithm (computation of tagged epsilon-closure).
+  * Added option "--conditions" (an alias for "-c" and "--start-conditions").
+  * Fixed bug #201 Bugs with option: 're2c:flags:no-debug-info'.
+  * Reworked first part of TDFA paper.
+
+-------------------------------------------------------------------

Old:
----
  re2c-1.0.3.tar.gz

New:
----
  re2c-1.1.1.tar.gz

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

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.b2Onn2/_old  2019-03-14 14:52:25.431787418 +0100
+++ /var/tmp/diff_new_pack.b2Onn2/_new  2019-03-14 14:52:25.431787418 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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:           re2c
-Version:        1.0.3
+Version:        1.1.1
 Release:        0
 Summary:        Tool for generating C-based recognizers from regular 
expressions
 License:        SUSE-Public-Domain

++++++ re2c-1.0.3.tar.gz -> re2c-1.1.1.tar.gz ++++++
++++ 108981 lines of diff (skipped)

++++++ re2c-nogenerationdatedefault.patch ++++++
--- /var/tmp/diff_new_pack.b2Onn2/_old  2019-03-14 14:52:26.675787239 +0100
+++ /var/tmp/diff_new_pack.b2Onn2/_new  2019-03-14 14:52:26.675787239 +0100
@@ -1,13 +1,11 @@
-Index: re2c-1.0.2/src/conf/opt.h
-===================================================================
---- re2c-1.0.2.orig/src/conf/opt.h
-+++ re2c-1.0.2/src/conf/opt.h
-@@ -44,7 +44,7 @@ enum target_t
-       CONSTOPT1 (target_t, target, TARGET_CODE) \
-       CONSTOPT (std::string, output_file, "") \
-       CONSTOPT (std::string, header_file, "") \
--      CONSTOPT (bool, bNoGenerationDate, false) \
-+      CONSTOPT (bool, bNoGenerationDate, true) \
-       CONSTOPT (bool, version, true) \
-       CONSTOPT (bool, cFlag, false) \
-       CONSTOPT (bool, fFlag, false) \
+--- re2c-1.1.1.orig/src/conf/opt.h     2018-08-31 00:06:42.000000000 +0200
++++ re2c-1.1.1/src/conf/opt.h  2019-03-11 01:05:35.827581766 +0100
+@@ -44,7 +44,7 @@
+     CONSTOPT1 (target_t, target, TARGET_CODE) \
+     CONSTOPT (std::string, output_file, "") \
+     CONSTOPT (std::string, header_file, "") \
+-    CONSTOPT (bool, bNoGenerationDate, false) \
++    CONSTOPT (bool, bNoGenerationDate, true) \
+     CONSTOPT (bool, version, true) \
+     CONSTOPT (bool, cFlag, false) \
+     CONSTOPT (bool, fFlag, false) \


Reply via email to