rpms/xfig/devel xfig.spec,1.42,1.43

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Nov 15 16:43:56 UTC 2007


Author: than

Update of /cvs/extras/rpms/xfig/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19754

Modified Files:
	xfig.spec 
Log Message:
fix #201992, xfig crashes in the edit function




Index: xfig.spec
===================================================================
RCS file: /cvs/extras/rpms/xfig/devel/xfig.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- xfig.spec	5 Oct 2007 17:00:50 -0000	1.42
+++ xfig.spec	15 Nov 2007 16:43:19 -0000	1.43
@@ -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 @@
 
 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 @@
 %{_datadir}/applications/*
 
 %changelog
+* Thu Nov 15 2007 Than Ngo <than at redhat.com> 3.2.5-3
+- fix #201992, xfig crashes in the edit function
+
 * Fri Oct 05 2007 Than Ngo <than at redhat.com> - 3.2.5-2
 - rh#313321, use xdg-open
 




More information about the fedora-extras-commits mailing list