Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 844910 Details for
Bug 1048127
xfig 3.2.5c is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for w_drawprim.c
0002-fix-dash_list-for-different-styles.patch (text/plain), 3.13 KB, created by
David Kaufmann
on 2014-01-03 10:26:43 UTC
(
hide
)
Description:
Patch for w_drawprim.c
Filename:
MIME Type:
Creator:
David Kaufmann
Created:
2014-01-03 10:26:43 UTC
Size:
3.13 KB
patch
obsolete
>From a0099b392a8c9874ef73ecf1d5bc1a3179c1fa16 Mon Sep 17 00:00:00 2001 >From: David Kaufmann <astra@ionic.at> >Date: Fri, 29 Nov 2013 03:13:02 +0100 >Subject: [PATCH 2/2] fix dash_list for different styles > >--- > 40_fix_dash_list_for_different_styles.patch | 34 +++++++++++++++++++++++++++++ > xfig.spec | 3 +++ > 2 files changed, 37 insertions(+) > create mode 100644 40_fix_dash_list_for_different_styles.patch > >diff --git a/40_fix_dash_list_for_different_styles.patch b/40_fix_dash_list_for_different_styles.patch >new file mode 100644 >index 0000000..7c5aaa9 >--- /dev/null >+++ b/40_fix_dash_list_for_different_styles.patch >@@ -0,0 +1,34 @@ >+--- xfig.3.2.5c/w_drawprim.c 2012-10-17 00:14:09.000000000 +0200 >++++ xfig.3.2.5c/w_drawprim.c 2013-11-29 02:45:36.950448714 +0100 >+@@ -1292,14 +1292,23 @@ void set_fill_gc(int fill_style, int op, >+ } >+ >+ >+-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 }; >diff --git a/xfig.spec b/xfig.spec >index a770a09..e3e0d16 100644 >--- a/xfig.spec >+++ b/xfig.spec >@@ -19,6 +19,7 @@ Patch3: xfig-3.2.5-urwfonts.patch > Patch4: 31_spelling.patch > Patch5: 33_pdfimport_mediabox.patch > Patch6: 39_add_xfig_man_html.patch >+Patch7: 40_fix_dash_list_for_different_styles.patch > > BuildRequires: libjpeg-devel > BuildRequires: libpng-devel >@@ -90,6 +91,7 @@ Files common to both the plain Xaw and the Xaw3d version of xfig. > %patch4 -p1 > %patch5 -p1 > %patch6 -p1 >+%patch7 -p1 > > iconv -f ISO-8859-1 -t UTF8 CHANGES > tmp; touch -r CHANGES tmp; mv tmp CHANGES > rm Doc/html/images/sav1a0.tmp >@@ -174,6 +176,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > %changelog > * Mon Nov 25 2013 David Kaufmann <astra AT ionic DOT at> - 3.2.5-38.c > - Version bump to 3.2.5-38c >+- Fix crash with specific fig-files due to too small array for dotted lines > > * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.5-37.b > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1048127
:
844891
| 844910