Hello community,

here is the log from the commit of package latrace for openSUSE:Factory checked 
in at 2017-08-10 14:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/latrace (Old)
 and      /work/SRC/openSUSE:Factory/.latrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "latrace"

Thu Aug 10 14:04:36 2017 rev:8 rq:513143 version:0.5.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/latrace/latrace.changes  2016-07-03 
12:28:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.latrace.new/latrace.changes     2017-08-10 
14:12:51.598060025 +0200
@@ -1,0 +2,5 @@
+Tue Jul 25 11:17:57 UTC 2017 - rguent...@suse.com
+
+- Add latrace-0.5.11-fixes.diff to fix build after recent flex upgrade.
+
+-------------------------------------------------------------------

New:
----
  latrace-0.5.11-fixes.diff

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

Other differences:
------------------
++++++ latrace.spec ++++++
--- /var/tmp/diff_new_pack.0dYBp6/_old  2017-08-10 14:12:52.273964858 +0200
+++ /var/tmp/diff_new_pack.0dYBp6/_new  2017-08-10 14:12:52.277964294 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package latrace
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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://people.redhat.com/jolsa/latrace/dl/latrace-%{version}.tar.bz2
 Source99:       latrace-rpmlintrc
 Patch0:         reproducible.patch
+Patch1:         latrace-0.5.11-fixes.diff
 Url:            http://people.redhat.com/jolsa/latrace/index.shtml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  asciidoc
@@ -42,6 +43,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 
 %build
 autoconf

++++++ latrace-0.5.11-fixes.diff ++++++
--- src/config-flex.l   2011-07-25 13:18:18.000000000 +0200
+++ src/config-flex.l   2017-07-25 13:13:12.171371960 +0200
@@ -108,8 +108,8 @@
 
 %%
 
-#ifndef yywrap
-int yywrap()
+#ifndef lt_config_wrap
+int lt_config_wrap()
 {
        return 1;
        /* XXX not to get the compiler 'not used' warning */

Reply via email to