Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696050 - =app-misc/screen-4.7.0 version bump
Summary: =app-misc/screen-4.7.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-10-02 07:52 UTC by Jeroen Roovers (RETIRED)
Modified: 2019-10-04 15:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2019-10-02 07:52:41 UTC
This release
  * Adds support for SGR (1006) mouse mode                                                                               
  * Adds support for OSC 11                                                                                              
  * Updates Unicode ambiguous and wide tables to 12.1.0                                                                                                  
  * Fixes:                                                                                                              
  - cross-compilation support (bug #43223)                                                                              
  - a lot of manpage fixes and cleanups     

For full list of changes see
https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.7.0
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-02 08:02:14 UTC
--- screen-4.6.2-r1.ebuild      2019-07-06 00:32:52.789020307 +0200
+++ screen-4.7.0.ebuild 2019-10-02 10:01:14.135041673 +0200
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2

-EAPI=6
+EAPI=7

-inherit autotools eutils flag-o-matic pam tmpfiles toolchain-funcs user
+inherit autotools flag-o-matic pam tmpfiles toolchain-funcs user

 DESCRIPTION="screen manager with VT100/ANSI terminal emulation"
 HOMEPAGE="https://www.gnu.org/software/screen/"
@@ -33,7 +33,7 @@
 PATCHES=(
        # Don't use utempter even if it is found on the system.
        "${FILESDIR}"/${PN}-4.3.0-no-utempter.patch
-       "${FILESDIR}"/${P}-utmp-exit.patch
+       "${FILESDIR}"/${PN}-4.6.2-utmp-exit.patch
 )

 pkg_setup() {
Comment 2 Larry the Git Cow gentoo-dev 2019-10-04 13:27:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd77e43cbdbb2459af4c8be45313496391b6f874

commit dd77e43cbdbb2459af4c8be45313496391b6f874
Author:     Sven Wegener <swegener@gentoo.org>
AuthorDate: 2019-10-04 13:11:55 +0000
Commit:     Sven Wegener <swegener@gentoo.org>
CommitDate: 2019-10-04 13:27:22 +0000

    app-misc/screen: Version bump to 4.7.0, bug #696050
    
    Closes: https://bugs.gentoo.org/696050
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Sven Wegener <swegener@gentoo.org>

 app-misc/screen/Manifest            |   1 +
 app-misc/screen/screen-4.7.0.ebuild | 160 ++++++++++++++++++++++++++++++++++++
 2 files changed, 161 insertions(+)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-04 15:03:07 UTC
(In reply to Larry the Git Cow from comment #2)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=dd77e43cbdbb2459af4c8be45313496391b6f874
> 
> commit dd77e43cbdbb2459af4c8be45313496391b6f874
> Author:     Sven Wegener <swegener@gentoo.org>

You authored my patch from comment #1? :-)