Hello community,

here is the log from the commit of package yasm for openSUSE:Factory checked in 
at 2015-02-06 10:20:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yasm (Old)
 and      /work/SRC/openSUSE:Factory/.yasm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yasm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yasm/yasm.changes        2014-10-19 
19:27:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yasm.new/yasm.changes   2015-02-06 
10:20:54.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Feb  3 11:45:57 UTC 2015 - crrodrig...@opensuse.org
+
+- yasm-re2c-nogendate.patch: Do not add date and time 
+  to files generated with builtin old/different implementation
+ of re2c. [BNC#915937]
+
+-------------------------------------------------------------------

New:
----
  yasm-re2c-nogendate.patch

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

Other differences:
------------------
++++++ yasm.spec ++++++
--- /var/tmp/diff_new_pack.MCAase/_old  2015-02-06 10:20:55.000000000 +0100
+++ /var/tmp/diff_new_pack.MCAase/_new  2015-02-06 10:20:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yasm
 #
-# 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:         
http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
 Patch0:         %{name}-no-build-date.patch
 Patch1:         %{name}-no-rpm-opt-flags.patch
+Patch2:         yasm-re2c-nogendate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-base
 BuildRequires:  xmlto
@@ -50,7 +51,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1
-
+%patch2 -p1
 %build
 export CFLAGS="%{optflags}" 
 %configure \

++++++ yasm-re2c-nogendate.patch ++++++
--- yasm-1.3.0.orig/tools/re2c/parser.c
+++ yasm-1.3.0/tools/re2c/parser.c
@@ -232,9 +232,9 @@ void parse(FILE *i, FILE *o){
 
     peektok = NONE;
 
-    fputs("/* Generated by re2c 0.9.1-C on ", o);
-    fprintf(o, "%-24s", ctime(&now));
-    fputs(" */\n", o); oline+=2;
+    //fputs("/* Generated by re2c 0.9.1-C on ", o);
+    //fprintf(o, "%-24s", ctime(&now));
+    //fputs(" */\n", o); oline+=2;
 
     in = Scanner_new(i);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to