public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfig] epel10: fix #201992, xfig crashes in the edit function
@ 2026-05-30 14:25 Than Ngo
0 siblings, 0 replies; 2+ messages in thread
From: Than Ngo @ 2026-05-30 14:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfig
Branch : epel10
Commit : 6ef3c377f68c0aa70fb0ec0ac9e1768ada16eedd
Author : Than Ngo <than@fedoraproject.org>
Date : 2007-11-15T16:57:28+00:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xfig/c/6ef3c377f68c0aa70fb0ec0ac9e1768ada16eedd?branch=epel10
Log:
fix #201992, xfig crashes in the edit function
---
diff --git a/xfig.spec b/xfig.spec
index 288b06e..1490b24 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -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 @@ graphics.
%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 @@ rm -rf %{buildroot}
%{_datadir}/applications/*
%changelog
+* Thu Nov 15 2007 Than Ngo <than@redhat.com> 3.2.5-4
+- fix #201992, xfig crashes in the edit function
+
* Thu Nov 15 2007 Than Ngo <than@redhat.com> 3.2.5-3
- fix #201992, xfig crashes in the edit function
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/xfig] epel10: fix #201992, xfig crashes in the edit function
@ 2026-05-30 14:25 Than Ngo
0 siblings, 0 replies; 2+ messages in thread
From: Than Ngo @ 2026-05-30 14:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xfig
Branch : epel10
Commit : 33181e13c67c30827fc3e59d997ae3abc5422061
Author : Than Ngo <than@fedoraproject.org>
Date : 2007-11-15T16:43:19+00:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xfig/c/33181e13c67c30827fc3e59d997ae3abc5422061?branch=epel10
Log:
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 <than@redhat.com> 3.2.5-3
+- fix #201992, xfig crashes in the edit function
+
* Fri Oct 05 2007 Than Ngo <than@redhat.com> - 3.2.5-2
- rh#313321, use xdg-open
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-30 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 14:25 [rpms/xfig] epel10: fix #201992, xfig crashes in the edit function Than Ngo
-- strict thread matches above, loose matches on Subject: below --
2026-05-30 14:25 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox