diff --git a/screen-4.7.0.tar.gz b/screen-4.7.0.tar.gz deleted file mode 100644 index d2fb67c..0000000 --- a/screen-4.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da775328fa783bd2a787d722014dbd99c6093effc11f337827604c2efc5d20c1 -size 854192 diff --git a/screen-4.7.0.tar.gz.sig b/screen-4.7.0.tar.gz.sig deleted file mode 100644 index 0d118db..0000000 Binary files a/screen-4.7.0.tar.gz.sig and /dev/null differ diff --git a/screen-4.8.0.tar.gz b/screen-4.8.0.tar.gz new file mode 100644 index 0000000..88f6120 --- /dev/null +++ b/screen-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e11b13d8489925fde25dfb0935bf6ed71f9eb47eff233a181e078fde5655aa1 +size 854854 diff --git a/screen-4.8.0.tar.gz.sig b/screen-4.8.0.tar.gz.sig new file mode 100644 index 0000000..9e8aaee Binary files /dev/null and b/screen-4.8.0.tar.gz.sig differ diff --git a/screen.changes b/screen.changes index 0d8c311..ba2479b 100644 --- a/screen.changes +++ b/screen.changes @@ -1,5 +1,16 @@ ------------------------------------------------------------------- -Wed Oct 02 09:09:20 UTC 2019 - - alexander_naumov@opensuse.org +Thu Feb 06 21:44:38 UTC 2020 - alexander_naumov@opensuse.org + +- GNU Screen 4.8.0: + * Improves startup time by only polling for already open + files to close + * Fixes: + - Fix for segfault if termcap doesn't have Km entry + - Make screen exit code be 0 when checking --version + - Fix potential memory corruption + +------------------------------------------------------------------- +Wed Oct 02 09:09:20 UTC 2019 - alexander_naumov@opensuse.org - GNU Screen 4.7.0: * Adds support for SGR (1006) mouse mode diff --git a/screen.spec b/screen.spec index 336b644..376d63b 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ # # spec file for package screen # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,15 +22,15 @@ %define rundir %{_localstatedir}/run %endif Name: screen -Version: 4.7.0 +Version: 4.8.0 Release: 0 Summary: A program to allow multiple screens on a VT100/ANSI Terminal License: GPL-3.0-or-later Group: System/Console -Url: http://www.gnu.org/software/screen/ -Source: http://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz +URL: https://www.gnu.org/software/screen/ +Source: https://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz Source1: screen.conf -Source2: http://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz.sig +Source2: https://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz.sig Source3: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=screen&download=1#/%{name}.keyring Source4: screen.pam Patch0: global_screenrc.patch