Browse Source

tmux-2.9a-1

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
2192efa12b
1 changed files with 8 additions and 4 deletions
  1. 8 4
      t/tmux/tmux-vl.spec

+ 8 - 4
t/tmux/tmux-vl.spec

@@ -1,4 +1,4 @@
-%define ver 2.8
+%define ver 2.9a
 %define rel 1
 
 Name:           tmux
@@ -10,8 +10,8 @@ Group:          Applications/System
 # Most of the source is ISC licensed; some of the files in compat/ are 2 and
 # 3 clause BSD licensed.
 License:        ISC and BSD
-URL:            http://sourceforge.net/projects/tmux
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+URL:            https://github.com/tmux/tmux
+Source0:        https://github.com/tmux/tmux/releases/download/%{version}/tmux-%{version}.tar.gz
 
 BuildRequires:  ncurses-devel
 BuildRequires:  libevent-devel
@@ -45,11 +45,15 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES COPYING FAQ TODO examples/
+%license COPYING
+%doc CHANGES FAQ TODO examples/
 %{_bindir}/tmux
 %{_mandir}/man1/tmux.1.*
 
 %changelog
+* Fri Aug 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9a-1
+- new upstream release.
+
 * Sun Nov 04 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8-1
 - new upstream release.
 - built with libevent-2.1.8.