Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2013-06-25 07:25:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inkscape (Old)
 and      /work/SRC/openSUSE:Factory/.inkscape.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inkscape"

Changes:
--------
--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes        2012-12-19 
10:59:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2013-06-25 
07:25:22.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 24 10:19:35 UTC 2013 - cgiboude...@gmx.com
+
+- Add inkscape-gcc48-buildfix.patch: Fix build with GCC 4.8
+  (lp#1095364).
+
+-------------------------------------------------------------------

New:
----
  inkscape-gcc48-buildfix.patch

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

Other differences:
------------------
++++++ inkscape.spec ++++++
--- /var/tmp/diff_new_pack.tVQi2d/_old  2013-06-25 07:25:23.000000000 +0200
+++ /var/tmp/diff_new_pack.tVQi2d/_new  2013-06-25 07:25:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package inkscape
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -35,6 +35,8 @@
 Patch2:         inkscape-return-on-exit.patch
 # PATCH-FIX-UPSTREAM inkscape-apply-invert-transform.patch bnc#779560 
lp#840625 malcolmle...@opensuse.org -- Apply invert transform to all image tags.
 Patch4:         inkscape-apply-invert-transform.patch
+# PATCH-FIX-UPSTREAM inkscape-gcc48-buildfix.patch lp#1095364 nico...@yahoo.fr 
-- Fix build with GCC 4.8.
+Patch5:         inkscape-gcc48-buildfix.patch
 BuildRequires:  boost-devel
 BuildRequires:  docbook-toys
 BuildRequires:  fdupes
@@ -158,6 +160,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p0
 
 %build
 RPM_OPT_FLAGS="%{optflags}"

++++++ inkscape-gcc48-buildfix.patch ++++++
=== modified file 'src/widgets/desktop-widget.h'
--- src/widgets/desktop-widget.h        2011-06-06 06:43:00 +0000
+++ src/widgets/desktop-widget.h        2013-01-05 14:34:09 +0000
@@ -239,7 +239,7 @@
 private:
     GtkWidget *tool_toolbox;
     GtkWidget *aux_toolbox;
-    GtkWidget *commands_toolbox,;
+    GtkWidget *commands_toolbox;
     GtkWidget *snap_toolbox;
 
     static void init(SPDesktopWidget *widget);

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

Reply via email to