- New upstream release v3.0a
Resolves: rhbz#1715313
This commit is contained in:
parent
94c2c27f30
commit
732cf24cf4
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ tmux-1.3.tar.gz
|
||||
/tmux-2.8.tar.gz
|
||||
/tmux-2.9.tar.gz
|
||||
/tmux-2.9a.tar.gz
|
||||
/tmux-3.0a.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tmux-2.9a.tar.gz) = aca6882688727c10c5647443fdd18bbd6c0f80b7a3bf9667903d1b89d523e604cd715f176f33f2e5673258f00e626a6dc273f80fe97ae4f91621814d89985713
|
||||
SHA512 (tmux-3.0a.tar.gz) = f326ee9c0e5e9a46ce9c99c76407b8cf35feea5f898c3c937fd8c5e488ff9a809272de19226d9d10f864e11051dcf633327820b7f8d86d85962da61174bbfb0b
|
||||
|
10
tmux.spec
10
tmux.spec
@ -1,8 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: tmux
|
||||
Version: 2.9a
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0a
|
||||
Release: 1%{?dist}
|
||||
Summary: A terminal multiplexer
|
||||
|
||||
# Most of the source is ISC licensed; some of the files in compat/ are 2 and
|
||||
@ -59,12 +59,16 @@ if [ "$1" = 0 ] && [ -f %{_sysconfdir}/shells ] ; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc CHANGES TODO
|
||||
%doc CHANGES
|
||||
%{_bindir}/tmux
|
||||
%{_mandir}/man1/tmux.1.*
|
||||
%{_datadir}/bash-completion/completions/tmux
|
||||
|
||||
%changelog
|
||||
* Tue Dec 03 2019 Brian C. Lane <bcl@redhat.com> - 3.0a-1
|
||||
- New upstream release v3.0a
|
||||
Resolves: rhbz#1715313
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9a-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user