public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xfig] epel10: fix #201992, xfig crashes in the edit function
Date: Sat, 30 May 2026 14:25:29 GMT [thread overview]
Message-ID: <178015112989.1.13869246794482303186.rpms-xfig-6ef3c377f68c@fedoraproject.org> (raw)
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
next reply other threads:[~2026-05-30 14:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-30 14:25 Than Ngo [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-05-30 14:25 [rpms/xfig] epel10: fix #201992, xfig crashes in the edit function Than Ngo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178015112989.1.13869246794482303186.rpms-xfig-6ef3c377f68c@fedoraproject.org \
--to=than@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox