summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux-term.patch11
-rw-r--r--tmux.spec8
2 files changed, 3 insertions, 16 deletions
diff --git a/tmux-term.patch b/tmux-term.patch
deleted file mode 100644
index 625068d..0000000
--- a/tmux-term.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tmux-1.5/configure.ac~ 2011-07-09 18:00:17.000000000 +0200
-+++ tmux-1.5/configure.ac 2011-07-13 08:24:00.018775830 +0200
-@@ -113,7 +113,7 @@
- # Look for curses.
- AC_SEARCH_LIBS(
- setupterm,
-- [terminfo curses ncurses],
-+ [tinfow tinfo terminfo curses ncurses],
- found_curses=yes,
- found_curses=no
- )
diff --git a/tmux.spec b/tmux.spec
index 01f5c71..6dbfe37 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -4,14 +4,13 @@
Summary: tmux is a terminal multiplexer
Summary(hu.UTF-8): tmux egy terminál-sokszorozó
Name: tmux
-Version: 1.8
-Release: 2
+Version: 1.9
+Release: 1
License: BSD
Group: Applications/Terminal
Source0: http://downloads.sourceforge.net/tmux/%{name}-%{version}.tar.gz
-# Source0-md5: b9477de2fe660244cbc6e6d7e668ea0e
+# Source0-md5: 5f5ed0f03a666279264da45b60075600
Source1: %{name}-filedetect.vim
-Patch0: %{name}-term.patch
URL: http://tmux.sourceforge.net/
BuildRequires: libevent-devel
BuildRequires: ncurses-devel
@@ -51,7 +50,6 @@ This package provides bash-completion for tmux.
%prep
%setup -q
-%patch0 -p1
%build
%{__aclocal}