diff --git a/xfig.changes b/xfig.changes index 27e2636..26cbdbf 100644 --- a/xfig.changes +++ b/xfig.changes @@ -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 diff --git a/xfig.spec b/xfig.spec index 4c037d7..417ceb5 100644 --- a/xfig.spec +++ b/xfig.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -50,9 +50,9 @@ Requires: xorg-x11-fonts-core Version: 3.2.6 Release: 0 Summary: Facility for Interactive Generation of Figures under the X Window System +# www.xfig.org is dead License: MIT Group: Productivity/Graphics/Vector Editors -# www.xfig.org is dead Url: http://mcj.sourceforge.net/ # # 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 -DMAXNUMPTS=50000" CFLAGS="$CFLAGS -DBSDLPR" +CFLAGS="$CFLAGS -DGSBIT" export CC CFLAGS chmod 755 configure %configure \