public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Todd Zullinger <tmz@pobox.com>
To: git-commits@fedoraproject.org
Subject: [rpms/tig] v2.6.1: Update to 0.17
Date: Mon, 15 Jun 2026 07:22:49 GMT	[thread overview]
Message-ID: <178150816971.1.15735532743371970373.rpms-tig-8967cb256827@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-15  7:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178150816971.1.15735532743371970373.rpms-tig-8967cb256827@fedoraproject.org \
    --to=tmz@pobox.com \
    --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