[tig/f15/master] Update to 0.17

Todd Zullinger tmz at fedoraproject.org
Fri Mar 11 03:18:14 UTC 2011


commit 8967cb256827b80dede7a502e36a5a04f0b622f6
Author: Todd Zullinger <tmz at pobox.com>
Date:   Thu Mar 10 20:41:21 2011 -0500

    Update to 0.17

 .gitignore |    8 +++++---
 sources    |    2 +-
 tig.spec   |   11 ++++++++---
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f6952b..d610d56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
-tig-0.15.tar.gz
-/tig-0.16.1.tar.gz
-/tig-0.16.2.tar.gz
+*~
+*.rpm
+*.tar.gz
+/.build*.log
+/tig-*/
diff --git a/sources b/sources
index ba6c4f2..9ed1390 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d72b5d3437dbc538ea6f66c74988d75e  tig-0.16.2.tar.gz
+f373343199422c59518776db448dec0e  tig-0.17.tar.gz
diff --git a/tig.spec b/tig.spec
index bc276af..e9e2055 100644
--- a/tig.spec
+++ b/tig.spec
@@ -1,6 +1,6 @@
 Name:           tig
-Version:        0.16.2
-Release:        3%{?dist}
+Version:        0.17
+Release:        1%{?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 ASCIIDOC="asciidoc --unsafe"
+make %{?_smp_mflags} all doc-man doc-html
 
 #Convert to unix line endings
 sed -i -e 's/\r//' *.html
@@ -43,6 +43,8 @@ rm -rf $RPM_BUILD_ROOT
 make install install-doc-man DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} \
     mandir=%{_mandir}
 
+# Remove test-graph binary
+rm -f $RPM_BUILD_ROOT%{_bindir}/test-graph
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 10 2011 Todd Zullinger <tmz at pobox.com> - 0.17-1
+- Update to 0.17
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list