From 2c7c7f77b1caec4f7b0649cf152c4d709f63b6bfdb8b44de11b52846ce8cdbc5 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sun, 18 Feb 2018 10:19:06 +0000 Subject: [PATCH] Accepting request 577666 from home:avindra - tig 2.3.3: * Fix 100% CPU when closing terminal window before quitting tig by catching SIGHUP. * Change refs_tags type to size_t. * Revert "Handle \n like \r (#758)" from 2.3.1 OBS-URL: https://build.opensuse.org/request/show/577666 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=55 --- tig-2.3.2.tar.gz | 3 --- tig-2.3.3.tar.gz | 3 +++ tig.changes | 9 +++++++++ tig.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 tig-2.3.2.tar.gz create mode 100644 tig-2.3.3.tar.gz diff --git a/tig-2.3.2.tar.gz b/tig-2.3.2.tar.gz deleted file mode 100644 index 933b7e0..0000000 --- a/tig-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6410e51c6149d76eac3510d04f9a736139f85e7c881646937d009caacf98cff1 -size 1083036 diff --git a/tig-2.3.3.tar.gz b/tig-2.3.3.tar.gz new file mode 100644 index 0000000..679f713 --- /dev/null +++ b/tig-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39d10c5a6db7b7663d51eff8ac2eaf075e319f5edabe09cb63a2b1b24846bea +size 1082818 diff --git a/tig.changes b/tig.changes index f92ba34..cf89968 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Feb 18 03:42:48 UTC 2018 - avindra@opensuse.org + +- tig 2.3.3: + * Fix 100% CPU when closing terminal window before quitting tig + by catching SIGHUP. + * Change refs_tags type to size_t. + * Revert "Handle \n like \r (#758)" from 2.3.1 + ------------------------------------------------------------------- Sat Dec 23 00:46:18 UTC 2017 - avindra@opensuse.org diff --git a/tig.spec b/tig.spec index 6916e63..0081eb0 100644 --- a/tig.spec +++ b/tig.spec @@ -1,7 +1,7 @@ # # spec file for package tig # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tig -Version: 2.3.2 +Version: 2.3.3 Release: 0 Summary: An ncurses-based text-mode interface for git License: GPL-2.0+