From 3889b2dca9f30d3345b6a0286087d6c96bddf216888c06500a7d13583c7b38b7 Mon Sep 17 00:00:00 2001 From: Alexander Naumov Date: Wed, 2 Oct 2019 07:20:18 +0000 Subject: [PATCH] Accepting request 734481 from home:Alexander_Naumov:branches:Base:System - GNU Screen 4.7.0: * Adds support for SGR (1006) mouse mode * Adds support for OSC 11 * Updates Unicode ambiguous and wide tables to 12.1.0 * Fix: cross-compilation support (bug #43223) * Fix: a lot of manpage fixes and cleanups OBS-URL: https://build.opensuse.org/request/show/734481 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=87 --- screen-4.6.2.tar.gz | 3 --- screen-4.6.2.tar.gz.sig | Bin 566 -> 0 bytes screen-4.7.0.tar.gz | 3 +++ screen-4.7.0.tar.gz.sig | Bin 0 -> 566 bytes screen.changes | 10 ++++++++++ screen.spec | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 screen-4.6.2.tar.gz delete mode 100644 screen-4.6.2.tar.gz.sig create mode 100644 screen-4.7.0.tar.gz create mode 100644 screen-4.7.0.tar.gz.sig diff --git a/screen-4.6.2.tar.gz b/screen-4.6.2.tar.gz deleted file mode 100644 index 374c1dd..0000000 --- a/screen-4.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b6922520e6a0ce5e28768d620b0f640a6631397f95ccb043b70b91bb503fa3a -size 845210 diff --git a/screen-4.6.2.tar.gz.sig b/screen-4.6.2.tar.gz.sig deleted file mode 100644 index bc1ae62edc62dacc69eb029fff008b553cb6a1e762ea18af27641a576270d443..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j*K<(gd#P!@YtHM{Y*2&03=KJ%mn0$J_eW&jEa5Vr`U zgT+4cr2cIW|5wL|?uyN~S^JFt7(&W4%SA4KKeQyKP|2F$B*@C9VihZKq=Y?2VGZ3i zp}YE1pJ{Tm=UOx0!@dXZ^GY3XrctSf?1r=eZaNUbj&j$UCtQj8SRIll!Ca`2{w zMvyh|)9*8GhA5o{uJVe9#5&(>s;V(MTfTo^a656Ke;7bs*h&tEsB`XG%qu`m}*apKMIu z(tpK+zl;F_?vF7^`NbC?(c-(5!1dqEDzJx^n?y*KB>#ILzO7NP>&(q}BHYpA!y5DIe`S-;<*$yVSx^V8}umz2kKi-d-V9022^jG!h5`>R& zJ$a@D!Z$6iu6J;-q3qZNpGU%N@B~!c>YQFSl$8C1Ept}_ervQct1;3?8qrUQykf_R zpxU^`MLR3g&LlB~Q^5bwczFwjS7CBA>F|?~;#jF;^^@l6u|IT`=&w5&`bH%7cdY6V zCjLstW~FLC$hcihEg4*Ds1AuFtAxr{@mRa`U_<{VJ3fqy8-FANl0rM#Y`>kALbh=^ zzRVL88Jk-~a`1vmqa-c9~69jW#5!fBu5|hw$n3;6w)#}>Oea@L`^c7h0B}@?y5$3~nQ*OHw zsx#7qCCh*fH)rg0&+k#Ly2AaPA}e-@qw64T2TDxx|EJ1-p#aTDL2oTsWE)u*kn;n< zX1R(Ls15?q5FIPMZf1a5k^v9(_78nW76&7Ul9fG;me=xkTGA=)iN4DEqGv=Vs&FRf zPs397Lq5Hy`)ZL?Fhrl~?+PmEf47B=A-Q<_OU>a19U}Q6&6bxw7~CcEI^W1;#Gw8* zjjbtMS*+G@rfHhqKdMCIz;E;9Apfb7@EW5@l{Zs8Z5ff?Zm7(nA}@;EaP3R2;H&&I Ejt^28*8l(j literal 0 HcmV?d00001 diff --git a/screen.changes b/screen.changes index 41e7e6b..0d8c311 100644 --- a/screen.changes +++ b/screen.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 02 09:09:20 UTC 2019 - - alexander_naumov@opensuse.org + +- GNU Screen 4.7.0: + * Adds support for SGR (1006) mouse mode + * Adds support for OSC 11 + * Updates Unicode ambiguous and wide tables to 12.1.0 + * Fix: cross-compilation support (bug #43223) + * Fix: a lot of manpage fixes and cleanups + ------------------------------------------------------------------- Fri Feb 15 23:31:00 UTC 2019 - Jan Engelhardt diff --git a/screen.spec b/screen.spec index 4245055..336b644 100644 --- a/screen.spec +++ b/screen.spec @@ -22,7 +22,7 @@ %define rundir %{_localstatedir}/run %endif Name: screen -Version: 4.6.2 +Version: 4.7.0 Release: 0 Summary: A program to allow multiple screens on a VT100/ANSI Terminal License: GPL-3.0-or-later