Accepting request 450227 from home:oliver_gtze:branches:graphics
Added fix for EPS preview not working OBS-URL: https://build.opensuse.org/request/show/450227 OBS-URL: https://build.opensuse.org/package/show/graphics/xfig?expand=0&rev=57
This commit is contained in:
parent
3f0e65d6e7
commit
c36028d9aa
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 14 01:58:36 CET 2017 - oliver@getspam.de
|
||||||
|
|
||||||
|
- Fix: Added preprocessor flag GSBIT to fix a 3.2.6 regression, that
|
||||||
|
resulted in EPS file preview not working, see:
|
||||||
|
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848040
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 10:40:28 UTC 2016 - werner@suse.de
|
Thu Sep 22 10:40:28 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfig
|
# spec file for package xfig
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -50,9 +50,9 @@ Requires: xorg-x11-fonts-core
|
|||||||
Version: 3.2.6
|
Version: 3.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Facility for Interactive Generation of Figures under the X Window System
|
Summary: Facility for Interactive Generation of Figures under the X Window System
|
||||||
|
# www.xfig.org is dead
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Graphics/Vector Editors
|
Group: Productivity/Graphics/Vector Editors
|
||||||
# www.xfig.org is dead
|
|
||||||
Url: http://mcj.sourceforge.net/
|
Url: http://mcj.sourceforge.net/
|
||||||
#
|
#
|
||||||
# Remove forbidden files: aircraft.fig
|
# Remove forbidden files: aircraft.fig
|
||||||
@ -153,6 +153,7 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -w -D_GNU_SOURCE -std=gnu99"
|
|||||||
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
CFLAGS="$CFLAGS -DMAXNUMPTS=50000"
|
CFLAGS="$CFLAGS -DMAXNUMPTS=50000"
|
||||||
CFLAGS="$CFLAGS -DBSDLPR"
|
CFLAGS="$CFLAGS -DBSDLPR"
|
||||||
|
CFLAGS="$CFLAGS -DGSBIT"
|
||||||
export CC CFLAGS
|
export CC CFLAGS
|
||||||
chmod 755 configure
|
chmod 755 configure
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user