Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mgp for openSUSE:Factory checked in 
at 2021-02-04 20:24:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mgp (Old)
 and      /work/SRC/openSUSE:Factory/.mgp.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mgp"

Thu Feb  4 20:24:31 2021 rev:29 rq:869227 version:1.13a

Changes:
--------
--- /work/SRC/openSUSE:Factory/mgp/mgp.changes  2018-02-21 14:13:36.841559957 
+0100
+++ /work/SRC/openSUSE:Factory/.mgp.new.28504/mgp.changes       2021-02-04 
20:25:05.846919737 +0100
@@ -1,0 +2,6 @@
+Thu Feb  4 13:17:26 CET 2021 - ti...@suse.de
+
+- Fix build with the recent gcc, the doubly defined yylineno:
+  mgp-yylineno-fix.patch
+
+-------------------------------------------------------------------

New:
----
  mgp-yylineno-fix.patch

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

Other differences:
------------------
++++++ mgp.spec ++++++
--- /var/tmp/diff_new_pack.RjrNpK/_old  2021-02-04 20:25:06.690921023 +0100
+++ /var/tmp/diff_new_pack.RjrNpK/_new  2021-02-04 20:25:06.690921023 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mgp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        MagicPoint, an X Window System Presentation Tool
 License:        BSD-3-Clause
 Group:          Productivity/Publishing/Presentation
-Url:            http://member.wide.ad.jp/wg/mgp/
+URL:            http://member.wide.ad.jp/wg/mgp/
 Source:         magicpoint-%{version}.tar.bz2
 Source1:        README.SUSE
 Patch1:         magicpoint-ia64.diff
@@ -40,6 +40,7 @@
 Patch15:        mgp-imlib2-segfault-fix.diff
 Patch16:        mgp-alpha-channel.diff
 Patch17:        mpg-netpbm-jpeg-fix.diff
+Patch18:        mgp-yylineno-fix.patch
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  emacs-nox
@@ -84,6 +85,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 cp %{SOURCE1} .
 rm -rf sample/CVS
 

++++++ mgp-yylineno-fix.patch ++++++
---
 grammar.y |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/grammar.y
+++ b/grammar.y
@@ -73,7 +73,7 @@ static struct qual qerr = { Q_UNDEF, Q_U
 int n_errors = 0;
 struct ctrl *root;
 char *yyfilename;
-int yylineno;
+extern int yylineno;
 
 #ifdef HAVE_STDARG_H
 /* GCC complains if we declare this function in traditional style */

Reply via email to