From cec57d9f0dafdf9e24ed4a5451fb70858c55740e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Jul 02 2021 09:57:20 +0000 Subject: Update to 3.2a Signed-off-by: Igor Raits --- diff --git a/.gitignore b/.gitignore index dd7ae6a..98d9d8f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ tmux-1.3.tar.gz /tmux-3.0a.tar.gz /tmux-3.1.tar.gz /tmux-3.1c.tar.gz +/tmux-3.2a.tar.gz diff --git a/sources b/sources index 375914c..893765d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tmux-3.1c.tar.gz) = aad2e6457dd350369f245f711f1936a575d0588b72e660d10e7abc7d373da0d322903b451ad00b96a3e0e6847ca855673da6a4c5447cea91fa756edd23659397 +SHA512 (tmux-3.2a.tar.gz) = 6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365 diff --git a/tmux.spec b/tmux.spec index c97b576..2a47688 100644 --- a/tmux.spec +++ b/tmux.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 Name: tmux -Version: 3.1c -Release: 2%{?dist} +Version: 3.2a +Release: 1%{?dist} Summary: A terminal multiplexer # Most of the source is ISC licensed; some of the files in compat/ are 2 and @@ -15,7 +15,7 @@ Source1: bash_completion_tmux.sh BuildRequires: make BuildRequires: gcc -BuildRequires: pkgconfig(libevent) +BuildRequires: pkgconfig(libevent_core) >= 2 BuildRequires: pkgconfig(tinfo) BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(ncursesw) @@ -67,6 +67,9 @@ fi %{_datadir}/bash-completion/completions/tmux %changelog +* Fri Jul 02 2021 Igor Raits - 3.2a-1 +- Update to 3.2a + * Wed Jan 27 2021 Fedora Release Engineering - 3.1c-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild