Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2015-02-10 20:15:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-12-16 
14:46:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2015-02-10 
20:15:20.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb  3 11:35:34 UTC 2015 - crrodrig...@opensuse.org
+
+- re2c-nogenerationdatedefault.patch: Default to 
+  --no-generation-date to avoid build-compare problems [BNC#915937]
+
+-------------------------------------------------------------------

New:
----
  re2c-nogenerationdatedefault.patch

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

Other differences:
------------------
++++++ re2c.spec ++++++
--- /var/tmp/diff_new_pack.NdE9cL/_old  2015-02-10 20:15:23.000000000 +0100
+++ /var/tmp/diff_new_pack.NdE9cL/_new  2015-02-10 20:15:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package re2c
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,6 +26,7 @@
 Source:         %{name}-%{version}.tar.gz
 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
@@ -36,6 +37,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 find lessons examples -type f -print0 \
     | xargs -r0 chmod -v a-x
 

++++++ re2c-nogenerationdatedefault.patch ++++++
--- re2c-0.13.7.5.orig/main.cc
+++ re2c-0.13.7.5/main.cc
@@ -35,7 +35,7 @@ bool rFlag = false;
 bool sFlag = false;
 bool tFlag = false;
 
-bool bNoGenerationDate = false;
+bool bNoGenerationDate = true;
 
 bool bSinglePass = false;
 bool bFirstPass  = true;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to