public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tig] v2.6.1: Update to 0.17
@ 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 : 8967cb256827b80dede7a502e36a5a04f0b622f6
Author : Todd Zullinger <tmz@pobox.com>
Date   : 2011-03-10T21:03:25-05:00
Stats  : +14/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/tig/c/8967cb256827b80dede7a502e36a5a04f0b622f6?branch=v2.6.1

Log:
Update to 0.17

---
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@pobox.com> - 0.17-1
+- Update to 0.17
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 

^ 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: Update to 0.17 Todd Zullinger

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