New upstream release
This commit is contained in:
parent
86957aead3
commit
fd62a1553f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ tmux-1.3.tar.gz
|
||||
/tmux-1.5.tar.gz
|
||||
/tmux-1.6.tar.gz
|
||||
/tmux-1.7.tar.gz
|
||||
/tmux-1.8.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
2c48fb9beb22eedba7a5de3b78dd0c03 tmux-1.7.tar.gz
|
||||
b9477de2fe660244cbc6e6d7e668ea0e tmux-1.8.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: tmux
|
||||
Version: 1.7
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A terminal multiplexer
|
||||
|
||||
Group: Applications/System
|
||||
@ -39,11 +39,14 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES FAQ NOTES TODO examples/
|
||||
%doc CHANGES FAQ TODO examples/
|
||||
%{_bindir}/tmux
|
||||
%{_mandir}/man1/tmux.1.*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 13 2013 Sven Lankes <sven@lank.es> 1.8-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user