From 4929823a2ca7a7c163a59d1abceb14097fb05762 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 5 May 2020 08:48:17 +1000 Subject: [PATCH] v3.1b --- SPECS/tmux.spec | 5 ++++- rpm.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/tmux.spec b/SPECS/tmux.spec index 3a9b9c3..7caa838 100644 --- a/SPECS/tmux.spec +++ b/SPECS/tmux.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: tmux -Version: 3.1a +Version: 3.1b Release: 1%{?dist} Summary: A terminal multiplexer @@ -65,6 +65,9 @@ fi %{_datadir}/bash-completion/completions/tmux %changelog +* Tue May 05 2020 Jamie Curnow - 3.1b-1 +- v3.1b + * Tue Dec 03 2019 Brian C. Lane - 3.0a-1 - New upstream release v3.0a Resolves: rhbz#1715313 diff --git a/rpm.json b/rpm.json index a83e48b..f935e81 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "tmux", "GH_USER": "jc21-rpm", - "VERSION": "3.1a" + "VERSION": "3.1b" } }