rpms/tig/devel tig.spec,1.16,1.17

Todd M. Zullinger tmz at fedoraproject.org
Wed Jul 15 14:01:46 UTC 2009


Author: tmz

Update of /cvs/extras/rpms/tig/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15417

Modified Files:
	tig.spec 
Log Message:
Temporarily disable asciidoc's safe mode until bug 506953 is fixed



Index: tig.spec
===================================================================
RCS file: /cvs/extras/rpms/tig/devel/tig.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- tig.spec	3 Apr 2009 12:08:45 -0000	1.16
+++ tig.spec	15 Jul 2009 14:01:45 -0000	1.17
@@ -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 inp
 
 %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 at pobox.com> - 0.14.1-2
+- Temporarily disable asciidoc's safe mode until bug 506953 is fixed
+
 * Fri Apr 03 2009 James Bowes <jbowes at redhat.com> 0.14.1-1
 - tig-0.14.1
 




More information about the fedora-extras-commits mailing list