Accepting request 507022 from home:Alexander_Naumov:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/507022
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=74
This commit is contained in:
Alexander Naumov 2017-06-29 10:37:12 +00:00 committed by Git OBS Bridge
parent 971a827115
commit 3895cbaf68
7 changed files with 16 additions and 56 deletions

View File

@ -1,34 +0,0 @@
From 675b877d4f21a8ff3bcb91afb19277bf6c2c0cda Mon Sep 17 00:00:00 2001
From: Andreas Stieger <astieger@suse.com>
Date: Sat, 25 Feb 2017 21:30:59 +0100
Subject: [PATCH] Follow-up to bc5ea98, fix texinfo syntax errors
---
src/doc/screen.texinfo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index bc4cbae..aadad33 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -5795,7 +5795,7 @@ and Alexander Naumov <alexander_naumov@@opensuse.org>.
Contributors @*
============
-@example
+@verbatim
Thomas Renninger <treen@suse.com>,
Axel Beckert <abe@deuxchevaux.org>,
Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
@@ -5826,7 +5826,7 @@ Contributors @*
Jason Merrill <jason@@jarthur.Claremont.EDU>,
Johannes Zellner <johannes@@zellner.org>,
Pablo Averbuj <pablo@@averbuj.com>.
-@end example
+@end verbatim
@noindent
Version @*
--
2.12.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d
size 963153

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEcaoJ2eiHD9sKp7YeIflo3vdHq9cFAlixp7cACgkQIflo3vdH
q9cu7A//eU/bJpZhfi4PRPZymBgACAKNi4KIaKzyL0+hxFoABMrbp5fvZRgG2llT
dLBZjQ0azi+kDXM+LR4pJvkeNFhv2S/kUqkcr0AATLf4YfCY+JJrKGpOIublHG/i
eCu8PgEZYd1nQxkh6Si8R6+voogAw9z8f2QnenN3zdv0SiEMVEOtgo8pvotIIpS8
pnF0lTNBIuYcauL5wKgxzY9r07qiPa47t0RSr7N40dCjJWV9h1bkj/em5nQ+B4ap
Nv4HJBI/wDQkdrB+kgWsvioJkyL8fWG6Z5lYBzWcQ0Sy0zdgSnLiEGwbnVk/Sm0R
eD0DEIZjeHiqVRqJUSECDRxPTqKzqMErkDw97pCeuds6tPBd/eghhczfLEjP8jTg
6QqgNJeNQ1Uul9g+LfkAmo20D6nXizW88m1OQuat2bsEE8nk2T6wVEsS1S2skm8L
R4GEwTly20HTX95oVgga5svNFbIH3KDQ/gXQfnhCvJC19fKeFgKl2ySO7mtZsHSv
aHF0HRmKsVCIMY+rjJ1tSFO8DLItoua7rwFNvsdqsu1ZyisHUygjEgFYxkkbwAcu
oFnxipwPxB8YvY6DDKEMl4pi+2qX+0uC8IU9HlKT5PdOU6ZVfoIzN2hTUmPqZ50L
Z0gEYgDvOYih9LieUV7JhuktoWpykoe4FpWPuYvIXP4h1Kj6y9Y=
=TjxB
-----END PGP SIGNATURE-----

3
screen-4.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9433706b653e941cc4c745f28e252e57be2a141eded923e61cc2c4a09768fed4
size 849062

BIN
screen-4.6.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 29 12:24:55 UTC 2017 - alexander_naumov@opensuse.org
- GNU Screen 4.6.0:
* Update Unicode wide tables to 9.0
* Support more serial speeds
* Improved namespaces support
* Migrate from fifos to sockets
* Start viewing scrollback at first line of output
- drop upstreamed 0001-Follow-up-to-bc5ea98-fix-texinfo-syntax-errors.patch
-------------------------------------------------------------------
Thu May 11 15:46:12 UTC 2017 - jengelh@inai.de

View File

@ -22,7 +22,7 @@
%define rundir %{_localstatedir}/run
%endif
Name: screen
Version: 4.5.1
Version: 4.6.0
Release: 0
Summary: A program to allow multiple screens on a VT100/ANSI Terminal
License: GPL-3.0+
@ -34,7 +34,6 @@ Source2: http://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
Patch0: global_screenrc.patch
Patch6: libtinfo.diff
Patch7: 0001-Follow-up-to-bc5ea98-fix-texinfo-syntax-errors.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: ncurses-devel
@ -68,7 +67,6 @@ Documentation: man page
%patch0
# libtinfo.diff
%patch6
%patch7 -p2
%build
sh ./autogen.sh