Hello community,

here is the log from the commit of package xfig for openSUSE:Factory checked in 
at 2014-02-11 10:59:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfig (Old)
 and      /work/SRC/openSUSE:Factory/.xfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfig/xfig.changes        2013-12-11 
16:25:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xfig.new/xfig.changes   2014-02-11 
10:59:26.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 11 08:17:58 UTC 2014 - [email protected]
+
+- Add upstream patch to patch tar ball to fix Xfig crash on
+  dash-dotted lines (bnc#860322)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xfig.spec ++++++
--- /var/tmp/diff_new_pack.AWdHL9/_old  2014-02-11 10:59:27.000000000 +0100
+++ /var/tmp/diff_new_pack.AWdHL9/_new  2014-02-11 10:59:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfig
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++++++ xfig.3.2.5c-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/01_dash-dotted.patch 
new/patches/01_dash-dotted.patch
--- old/patches/01_dash-dotted.patch    1970-01-01 01:00:00.000000000 +0100
+++ new/patches/01_dash-dotted.patch    2014-02-11 09:17:06.000000000 +0100
@@ -0,0 +1,37 @@
+From: Upstream Xfig
+Subject: BNC#860322 - Xfig crashes on dash-dotted lines (gcc bug?)
+
+--- a/w_drawprim.c
++++ b/w_drawprim.c     2014-02-11 07:42:56.000000000 +0000
+@@ -1292,14 +1292,23 @@
+ }
+ 
+ 
+-static unsigned char dash_list[16][2] = {{255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255},
+-                                      {255, 255}, {255, 255}};
++static unsigned char dash_list[16][8] = {
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255},
++                  {255, 255, 255, 255, 255, 255, 255, 255}};
+ 
+ static int join_styles[3] = { JoinMiter, JoinRound, JoinBevel };
+ static int cap_styles[3] = { CapButt, CapRound, CapProjecting };

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to