public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tig] v2.6.1: Add build dependency on gcc.
@ 2026-06-15 7:23 Jason Tibbitts
0 siblings, 0 replies; only message in thread
From: Jason Tibbitts @ 2026-06-15 7:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tig
Branch : v2.6.1
Commit : 7b20086dc43f546ece754d90e825b176f2ea5a8c
Author : Jason Tibbitts <tibbs@math.uh.edu>
Date : 2018-02-18T19:50:47-06:00
Stats : +6/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tig/c/7b20086dc43f546ece754d90e825b176f2ea5a8c?branch=v2.6.1
Log:
Add build dependency on gcc.
---
diff --git a/tig.spec b/tig.spec
index d850a55..c5e7eb5 100644
--- a/tig.spec
+++ b/tig.spec
@@ -2,18 +2,15 @@
Name: tig
Version: 2.3.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Text-mode interface for the git revision control system
License: GPLv2+
URL: https://jonas.github.io/tig/
Source0: https://github.com/jonas/tig/releases/download/tig-%version/tig-%version.tar.gz
-BuildRequires: git
-BuildRequires: ncurses-devel
-BuildRequires: xmlto
-BuildRequires: asciidoc
-BuildRequires: bash-completion
+BuildRequires: gcc git ncurses-devel xmlto
+BuildRequires: asciidoc bash-completion
Requires: git
%description
@@ -61,6 +58,9 @@ install -Dpm 644 contrib/%{name}-completion.bash %{buildroot}%{bash_completion_d
%changelog
+* Sun Feb 18 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.3.3-3
+- Add build dependency on gcc.
+
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 7:23 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:23 [rpms/tig] v2.6.1: Add build dependency on gcc Jason Tibbitts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox