From 765475f2a7749b4548c1858be7e3d9b85ae7ad82 Mon Sep 17 00:00:00 2001 From: StrongTiger_001 Date: Wed, 31 Mar 2021 22:05:25 +0800 Subject: [PATCH] update tig.spec. --- tig.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tig.spec b/tig.spec index cad2e04..0423a97 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ Name: tig Version: 2.5.1 -Release: 1 -Summary: Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser +Release: 2 +Summary: Tig is a ncurses-based text-mode interface for git and it functions mainly as a Git repository browser License: GPL v2 URL: https://github.com/jonas/tig Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -9,7 +9,7 @@ Source0: https://github.com/jonas/tig/releases/download/%{name}-%{version}/%{nam BuildRequires: ncurses-devel, asciidoc, git-core, xmlto %description -Tig is an ncurses-based text-mode interface for git and it functions mainly as a Git repository browser. +Tig is a ncurses-based text-mode interface for git and it functions mainly as a Git repository browser. %prep %setup -q @@ -47,6 +47,8 @@ CFLAGS="$RPM_OPT_FLAGS -DVERSION=tig-%{version}-%{release}" %{?_without_docs: %doc doc/*.txt} %changelog +* Wed Mar 31 2021 StrongTiger_001 - 2.5.1-2 +- Fix the grammar mistake for the tool description. * Wed Dec 28 2020 StrongTiger_001 - 2.5.1-1 - Supplement the BuildRequires. * Sat Oct 03 2020 StrongTiger_001 - 2.5.1-0