From 9c833fa7d20803aeaf5f204f561ff18ea47ef4ec Mon Sep 17 00:00:00 2001 From: Sven Lankes Date: Oct 13 2012 19:09:17 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 62b8226..1117ca8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tmux-1.3.tar.gz /tmux-1.4.tar.gz /tmux-1.5.tar.gz /tmux-1.6.tar.gz +/tmux-1.7.tar.gz diff --git a/sources b/sources index 9471777..7f386fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e37db24aa596bf108a0442a81c845b3 tmux-1.6.tar.gz +2c48fb9beb22eedba7a5de3b78dd0c03 tmux-1.7.tar.gz diff --git a/tmux.spec b/tmux.spec index 0a81b96..45ac4b9 100644 --- a/tmux.spec +++ b/tmux.spec @@ -1,6 +1,6 @@ Name: tmux -Version: 1.6 -Release: 2%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: A terminal multiplexer Group: Applications/System @@ -9,7 +9,6 @@ Group: Applications/System License: ISC and BSD URL: http://sourceforge.net/projects/tmux Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel BuildRequires: libevent-devel @@ -31,9 +30,6 @@ make %{?_smp_mflags} LDFLAGS="%{optflags}" rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALLBIN="install -p -m 755" INSTALLMAN="install -p -m 644" -%clean -rm -rf %{buildroot} - %post if [ ! -f %{_sysconfdir}/shells ] ; then echo "%{_bindir}/tmux" > %{_sysconfdir}/shells @@ -48,6 +44,9 @@ fi %{_mandir}/man1/tmux.1.* %changelog +* Sat Oct 13 2012 Sven Lankes 1.7-1 +- New upstream release + * Sat Jul 21 2012 Fedora Release Engineering - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild