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

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


Author: than

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

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.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- xfig.spec	15 Nov 2007 16:43:19 -0000	1.43
+++ xfig.spec	15 Nov 2007 16:57:28 -0000	1.44
@@ -3,7 +3,7 @@
 Summary: An X Window System tool for drawing basic vector graphics.
 Name: xfig
 Version: 3.2.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Xfig License (free)
 Group: Applications/Multimedia
 URL: http://www.xfig.org/
@@ -57,14 +57,14 @@
 %build
 xmkmf
 ln -nfs Doc/xfig.man xfig.man
-make XFIGDOCDIR=%{_docdir}/%{name}-%{version}
+make XFIGDOCDIR=%{_docdir}/%{name}-%{version} \
+     CDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strength-reduce -fno-strict-aliasing"
 
 %install
 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
@@ -91,6 +91,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Thu Nov 15 2007 Than Ngo <than at redhat.com> 3.2.5-4
+- fix #201992, xfig crashes in the edit function
+
 * Thu Nov 15 2007 Than Ngo <than at redhat.com> 3.2.5-3
 - fix #201992, xfig crashes in the edit function
 




More information about the fedora-extras-commits mailing list