From 33181e13c67c30827fc3e59d997ae3abc5422061 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Nov 15 2007 16:43:19 +0000 Subject: fix #201992, xfig crashes in the edit function --- diff --git a/xfig.spec b/xfig.spec index 11cc6e3..288b06e 100644 --- a/xfig.spec +++ b/xfig.spec @@ -3,8 +3,8 @@ Summary: An X Window System tool for drawing basic vector graphics. Name: xfig Version: 3.2.5 -Release: 2%{?dist} -License: Freeware +Release: 3%{?dist} +License: Xfig License (free) Group: Applications/Multimedia URL: http://www.xfig.org/ Source0: http://www.xfig.org/xfigdist/xfig.%{version}.full.tar.gz @@ -64,6 +64,7 @@ rm -rf %{buildroot} make DESTDIR=%{buildroot} \ XFIGDOCDIR=%{_docdir}/%{name}-%{version} \ + CDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strength-reduce -fno-strict-aliasing" \ XAPPLOADDIR=%{app_defaults_dir} \ CONFDIR=%{_datadir}/X11 \ install install.all @@ -90,6 +91,9 @@ rm -rf %{buildroot} %{_datadir}/applications/* %changelog +* Thu Nov 15 2007 Than Ngo 3.2.5-3 +- fix #201992, xfig crashes in the edit function + * Fri Oct 05 2007 Than Ngo - 3.2.5-2 - rh#313321, use xdg-open