From root@hilbert.suse.de Tue Feb 16 08:26:48 2016 From: root@hilbert.suse.de To: commit@lists.opensuse.org Subject: commit re2c for openSUSE:Factory Date: Tue, 16 Feb 2016 09:26:48 +0100 Message-ID: <20160216082648.CFC4FAE055@hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6583404071935504735==" --===============6583404071935504735== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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.00000000= 0 +0100 +++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes 2016-02-16 09:26:44.000= 000000 +0100 @@ -1,0 +2,13 @@ +Sat Jan 30 21:50:07 UTC 2016 - mpluskal(a)suse.com + +- Update to 0.16 + * Fixed bug #127 "code generation error with wide chars and=20 + bitmaps (omitted 'goto' statement)" + * Added DFA minimization and option '--dfa-minimization=20 + ' + * 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 @@ =20 =20 Name: re2c -Version: 0.15.3 +Version: 0.16 Release: 0 Summary: Tool for generating C-based recognizers from regular express= ions License: SUSE-Public-Domain Group: Development/Libraries/C and C++ Url: http://re2c.org/ -Source: https://github.com/skvadrik/%{name}/releases/download/%{vers= ion}/%{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 =20 @@ -41,7 +42,7 @@ =20 %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=3D1 =20 %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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- 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 */ \ --===============6583404071935504735==--