[packages/tmux] Rel 2; 3.3a crashes with current ncurses (on mouse copy). https://github.com/tmux/tmux/issues/3699.

arekm arekm at pld-linux.org
Wed Oct 25 21:14:53 CEST 2023


commit 341bb9ad1c5d7a915d3e0b83aba8bd7a13d0f494
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Oct 25 21:14:30 2023 +0200

    Rel 2; 3.3a crashes with current ncurses (on mouse copy). https://github.com/tmux/tmux/issues/3699. Switch to master.

 tmux.spec | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/tmux.spec b/tmux.spec
index e20723e..4c85d98 100644
--- a/tmux.spec
+++ b/tmux.spec
@@ -4,17 +4,20 @@
 # Conditional build:
 %bcond_without	systemd		# without system integration
 
+%define commit  b77778072052c14d1450d2eb89542f2493121f84
+
 Summary:	tmux - a terminal multiplexer
 Summary(hu.UTF-8):	tmux egy terminál-sokszorozó
 Summary(pl.UTF-8):	tmux - multiplekser terminali
 Name:		tmux
 Version:	3.3a
-Release:	1
+Release:	2
 License:	ISC
 Group:		Applications/Terminal
 #Source0Download: https://github.com/tmux/tmux/releases
-Source0:	https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	8eee5883b9f6550fa4efaad0c9ec38f3
+# Source0:	https://github.com/tmux/tmux/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source0:        https://github.com/tmux/tmux/archive/%{commit}.zip
+# Source0-md5:	318ec937e147046963c987970956be48
 Source1:	%{name}-filedetect.vim
 Source2:	https://raw.githubusercontent.com/keith/tmux.vim/master/syntax/tmux.vim
 # Source2-md5:	cd1169a1757b515b5c57816d339c6f72
@@ -76,9 +79,10 @@ This package provides bash-completion for tmux.
 Ten pakiet dostarcza bashowe dopełnianie składni dla polecenia tmux.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{commit}
 
 %build
+[ ! -x configure ] && ./autogen.sh
 # note: on Linux use plain glibc functions instead of utf8proc
 %configure \
 	CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tmux.git/commitdiff/341bb9ad1c5d7a915d3e0b83aba8bd7a13d0f494



More information about the pld-cvs-commit mailing list