Hello community,

here is the log from the commit of package dtc for openSUSE:Factory checked in 
at 2020-01-27 00:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtc (Old)
 and      /work/SRC/openSUSE:Factory/.dtc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtc"

Mon Jan 27 00:20:35 2020 rev:35 rq:766514 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtc/dtc.changes  2020-01-01 14:57:04.277892641 
+0100
+++ /work/SRC/openSUSE:Factory/.dtc.new.26092/dtc.changes       2020-01-27 
00:20:39.977415528 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 12:54:51 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- add dtc-no-common-conflict.patch (bsc#1160388)
+
+-------------------------------------------------------------------

New:
----
  dtc-no-common-conflict.patch

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

Other differences:
------------------
++++++ dtc.spec ++++++
--- /var/tmp/diff_new_pack.6SAuBR/_old  2020-01-27 00:20:42.933418052 +0100
+++ /var/tmp/diff_new_pack.6SAuBR/_new  2020-01-27 00:20:42.937418055 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dtc
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # 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 @@
 Source0:        
https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-%{version}.tar.gz
 Source1:        
https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-%{version}.tar.sign
 Source2:        baselibs.conf
+Patch0:         dtc-no-common-conflict.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libyaml-devel
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 export EXTRA_CFLAGS="%{optflags}"


++++++ dtc-no-common-conflict.patch ++++++
--- dtc-lexer.l
+++ dtc-lexer.l
@@ -23,7 +23,6 @@
 #include "srcpos.h"
 #include "dtc-parser.tab.h"
 
-YYLTYPE yylloc;
 extern bool treesource_error;
 
 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */

Reply via email to