public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tig] v2.6.1: Temporarily disable asciidoc's safe mode until bug 506953 is fixed
@ 2026-06-15  7:22 Todd Zullinger
  0 siblings, 0 replies; only message in thread
From: Todd Zullinger @ 2026-06-15  7:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/tig
Branch : v2.6.1
Commit : 6e01943aa06aa447e9da0c64af7fc804a4125238
Author : Todd Zullinger <tmz@fedoraproject.org>
Date   : 2009-07-15T14:01:45+00:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/tig/c/6e01943aa06aa447e9da0c64af7fc804a4125238?branch=v2.6.1

Log:
Temporarily disable asciidoc's safe mode until bug 506953 is fixed

---
diff --git a/tig.spec b/tig.spec
index 6145a4c..3024516 100644
--- a/tig.spec
+++ b/tig.spec
@@ -1,6 +1,6 @@
 Name:           tig
 Version:        0.14.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Text-mode interface for the git revision control system
 
 Group:          Development/Tools
@@ -32,7 +32,7 @@ Using it as a pager, it will display input from stdin and colorize it.
 
 %build
 %configure
-make %{?_smp_mflags} all doc-man doc-html
+make %{?_smp_mflags} all doc-man doc-html ASCIIDOC="asciidoc --unsafe"
 
 #Convert to unix line endings
 sed -i -e 's/\r//' *.html
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 14 2009 Todd Zullinger <tmz@pobox.com> - 0.14.1-2
+- Temporarily disable asciidoc's safe mode until bug 506953 is fixed
+
 * Fri Apr 03 2009 James Bowes <jbowes@redhat.com> 0.14.1-1
 - tig-0.14.1
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15  7:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15  7:22 [rpms/tig] v2.6.1: Temporarily disable asciidoc's safe mode until bug 506953 is fixed Todd Zullinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox