forked from pool/screen
Accepting request 770715 from home:Alexander_Naumov:branches:Base:System
GNU Screen 4.8.0 OBS-URL: https://build.opensuse.org/request/show/770715 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=89
This commit is contained in:
parent
3889b2dca9
commit
5565115eb7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da775328fa783bd2a787d722014dbd99c6093effc11f337827604c2efc5d20c1
|
||||
size 854192
|
Binary file not shown.
3
screen-4.8.0.tar.gz
Normal file
3
screen-4.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e11b13d8489925fde25dfb0935bf6ed71f9eb47eff233a181e078fde5655aa1
|
||||
size 854854
|
BIN
screen-4.8.0.tar.gz.sig
Normal file
BIN
screen-4.8.0.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
10
screen.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user