Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2016-02-16 09:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2c (Old)
 and      /work/SRC/openSUSE:Factory/.re2c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2c"

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2c/re2c.changes        2016-01-11 
19:10:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2016-02-16 
09:26:44.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Jan 30 21:50:07 UTC 2016 - [email protected]
+
+- Update to 0.16
+  * Fixed bug #127 "code generation error with wide chars and 
+    bitmaps (omitted 'goto' statement)"
+  * Added DFA minimization and option '--dfa-minimization 
+    <table | moore>'
+  * Fixed bug #128 "very slow DFA construction (resulting in a very
+    large DFA)"
+  * Fixed bug #132 "test failure on big endian archs with 0.15.3"
+- Make building more verbose
+
+-------------------------------------------------------------------

Old:
----
  re2c-0.15.3.tar.gz

New:
----
  re2c-0.16.tar.gz

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

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.Cxp4Up/_old  2016-02-16 09:26:45.000000000 +0100
+++ /var/tmp/diff_new_pack.Cxp4Up/_new  2016-02-16 09:26:45.000000000 +0100
@@ -17,14 +17,15 @@
 
 
 Name:           re2c
-Version:        0.15.3
+Version:        0.16
 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/
-Source:         
https://github.com/skvadrik/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source:         
https://github.com/skvadrik/re2c/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0:         re2c-nogenerationdatedefault.patch
+BuildRequires:  bison
 BuildRequires:  gcc-c++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,7 +42,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
 make check %{?_smp_mflags}

++++++ re2c-0.15.3.tar.gz -> re2c-0.16.tar.gz ++++++
++++ 811594 lines of diff (skipped)

++++++ re2c-nogenerationdatedefault.patch ++++++
--- /var/tmp/diff_new_pack.Cxp4Up/_old  2016-02-16 09:26:48.000000000 +0100
+++ /var/tmp/diff_new_pack.Cxp4Up/_new  2016-02-16 09:26:48.000000000 +0100
@@ -1,8 +1,8 @@
-Index: re2c-0.15.3/src/conf/opt.h
+Index: re2c-0.16/src/conf/opt.h
 ===================================================================
---- re2c-0.15.3.orig/src/conf/opt.h
-+++ re2c-0.15.3/src/conf/opt.h
-@@ -17,7 +17,7 @@ namespace re2c
+--- re2c-0.16.orig/src/conf/opt.h
++++ re2c-0.16/src/conf/opt.h
+@@ -18,7 +18,7 @@ namespace re2c
        /* target */ \
        OPT1 (opt_t::target_t, target, CODE) \
        /* fingerprint */ \


Reply via email to