From 0bd1ed4a403c21991c5b6cfb1c7c56db124574ab Mon Sep 17 00:00:00 2001 From: strongtiger_001 Date: Wed, 16 Dec 2020 14:00:23 +0800 Subject: [PATCH] Supplement the build requires and fix the change log format. --- tig.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tig.spec b/tig.spec index bf32ee0..cad2e04 100644 --- a/tig.spec +++ b/tig.spec @@ -1,12 +1,12 @@ Name: tig Version: 2.5.1 -Release: 0 +Release: 1 Summary: Tig is an 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 -BuildRequires: ncurses-devel, asciidoc, git-core +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. @@ -47,6 +47,8 @@ CFLAGS="$RPM_OPT_FLAGS -DVERSION=tig-%{version}-%{release}" %{?_without_docs: %doc doc/*.txt} %changelog -* Sun Oct 25 2020 StrongTiger_001 -- Package init +* Wed Dec 28 2020 StrongTiger_001 - 2.5.1-1 +- Supplement the BuildRequires. +* Sat Oct 03 2020 StrongTiger_001 - 2.5.1-0 +- Add Package init and port tig to aarch64.