Hello community,

here is the log from the commit of package libgnomeprint for openSUSE:Factory 
checked in at 2015-01-20 12:26:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnomeprint (Old)
 and      /work/SRC/openSUSE:Factory/.libgnomeprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgnomeprint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomeprint/libgnomeprint.changes      
2013-12-23 22:16:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomeprint.new/libgnomeprint.changes 
2015-01-20 12:26:57.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 13 16:13:43 UTC 2015 - dims...@opensuse.org
+
+- Add libgnomeprint-bison-3.0.patch: Fix build with Bison 3.0.
+
+-------------------------------------------------------------------

New:
----
  libgnomeprint-bison-3.0.patch

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

Other differences:
------------------
++++++ libgnomeprint.spec ++++++
--- /var/tmp/diff_new_pack.UP8uv3/_old  2015-01-20 12:26:59.000000000 +0100
+++ /var/tmp/diff_new_pack.UP8uv3/_new  2015-01-20 12:26:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomeprint
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,6 +52,8 @@
 Patch4:         libgnomeprint-missing-include.patch
 # PATCH-FIX-UPSTREAM libgnomeprint-use-recommended-freetype-include.patch 
hrvoje.sen...@gmail.com -- Use freetype upstream recommended #include style
 Patch5:         libgnomeprint-use-recommended-freetype-include.patch
+# PATCH-FIX-UPSTREAM libgnomeprint-bison-3.0.patch dims...@opensuse.org -- Fix 
build with bison 3.0 (upstream no longer maintained)
+Patch6:         libgnomeprint-bison-3.0.patch
 Recommends:     %{name}-lang
 
 %description
@@ -98,6 +100,7 @@
 %patch3
 %patch4 -p1
 %patch5 -p0
+%patch6 -p0
 
 %build
 autoreconf -f -i

++++++ libgnomeprint-bison-3.0.patch ++++++
--- libgnomeprint/grammar.y.orig        2010-02-09 12:32:51.000000000 +0000
+++ libgnomeprint/grammar.y
@@ -1,3 +1,4 @@
+%parse-param {graph_t *graph}
 %{
 #include <glib.h>
 
@@ -98,8 +99,6 @@ gnome_print_filter_parse_prop (GnomePrin
        g_value_unset (&v);
 }
 
-static int yylex (void *lvalp);
-static int yyerror (const char *s);
 %}
 
 %union {
@@ -184,7 +183,7 @@ graph: filter {
 
 %%
 
-static int
+int
 yyerror (const char *s)
 {
        return -1;
@@ -194,7 +193,7 @@ int                     _gnome_print_fil
 struct yy_buffer_state *_gnome_print_filter_parse_yy_scan_string   (char *);
 void                    _gnome_print_filter_parse_yy_delete_buffer (struct 
yy_buffer_state *);
 
-static int
+int
 yylex (void *lvalp)
 {
        return _gnome_print_filter_parse_yylex ((YYSTYPE *) lvalp);

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to