Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2016-01-11 19:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-10-22 
12:57:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2016-01-11 
19:10:48.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Jan  8 11:17:08 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.15.3:
+  * Syntax expansion and various updates
+  * See CHANGELOG for in-depth details
+- Rebase patch to apply:
+  * re2c-nogenerationdatedefault.patch
+
+-------------------------------------------------------------------

Old:
----
  re2c-0.14.3.tar.gz

New:
----
  re2c-0.15.3.tar.gz

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

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.TMf7M6/_old  2016-01-11 19:10:49.000000000 +0100
+++ /var/tmp/diff_new_pack.TMf7M6/_new  2016-01-11 19:10:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,16 +17,16 @@
 
 
 Name:           re2c
-Version:        0.14.3
+Version:        0.15.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/
-Source:         
http://sourceforge.net/projects/re2c/files/re2c/%{version}/re2c-%{version}.tar.gz
+Source:         
https://github.com/skvadrik/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Patch0:         re2c-nogenerationdatedefault.patch
 BuildRequires:  gcc-c++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch0:         re2c-nogenerationdatedefault.patch
 
 %description
 re2c is a tool for writing fast and flexible lexers. Unlike other such
@@ -38,16 +38,9 @@
 %prep
 %setup -q
 %patch0 -p1
-find lessons examples -type f -print0 \
-    | xargs -r0 chmod -v a-x
 
 %build
 %configure
-make %{?_smp_mflags} re2c
-#regenerate file scanner.cc
-rm -f scanner.cc
-./re2c -g scanner.re > scanner.cc
-rm -f re2c scanner.o
 make %{?_smp_mflags}
 
 %check
@@ -62,6 +55,6 @@
 %{_mandir}/man1/re2c.1*
 %doc doc/*.ps doc/sample.bib
 %doc README CHANGELOG
-%doc lessons/ examples/
+%doc examples/
 
 %changelog

++++++ re2c-0.14.3.tar.gz -> re2c-0.15.3.tar.gz ++++++
++++ 661573 lines of diff (skipped)

++++++ re2c-nogenerationdatedefault.patch ++++++
--- /var/tmp/diff_new_pack.TMf7M6/_old  2016-01-11 19:10:51.000000000 +0100
+++ /var/tmp/diff_new_pack.TMf7M6/_new  2016-01-11 19:10:51.000000000 +0100
@@ -1,13 +1,13 @@
-Index: re2c-0.14.3/main.cc
+Index: re2c-0.15.3/src/conf/opt.h
 ===================================================================
---- re2c-0.14.3.orig/main.cc
-+++ re2c-0.14.3/main.cc
-@@ -34,7 +34,7 @@ bool rFlag = false;
- bool sFlag = false;
- bool tFlag = false;
- 
--bool bNoGenerationDate = false;
-+bool bNoGenerationDate = true;
- 
- bool bSinglePass = false;
- bool bFirstPass  = true;
+--- re2c-0.15.3.orig/src/conf/opt.h
++++ re2c-0.15.3/src/conf/opt.h
+@@ -17,7 +17,7 @@ namespace re2c
+       /* target */ \
+       OPT1 (opt_t::target_t, target, CODE) \
+       /* fingerprint */ \
+-      OPT (bool, bNoGenerationDate, false) \
++      OPT (bool, bNoGenerationDate, true) \
+       OPT (bool, version, true) \
+       /* regular expressions */ \
+       OPT (Enc, encoding, Enc ()) \


Reply via email to