Stephan Kulow
971a59904d
Accepting request 230477 from home:jnweiger:branches:Base:System
...
- Update to 4.2.0 as released on screen-devel@gnu.org yesterday.
Thank you Amadeusz!
* keep libtinfo.diff (from coolo 2011, why exactly?)
* keep global_screenrc.patch (renamed from screen-4.0.2.dif)
* keep screen-man-loginshell.diff (to be upstreamed)
* dropped screen-__P.diff (not needed)
* keep term_too_long.diff (savannah#30880, to be upstreamed)
* keep use_locale.diff (from lnt-sysadmin@lists.lrz.de 2012, check?)
* keep screen-4.0.3-ipv6.patch (builtin telnet, to be upstreamed)
* keep screen_enhance_windows_list.patch (to be upstreamed)
* keep screen-poll-zombies.patch (to be upstreamed)
* keep xX_string_escape.patch (renamed from show_all_active.patch, to be upstreamed)
* keep sort_command.patch (from trenn 2011, to be upstreamed)
* added msg_version_3.patch (ouch, incompatible protocol, to be upstreamed)
- added %rundir with /var/run for 1310 and before; but /run afterwards.
aj advocates /run for Factory; for 1310 it was banned by
suse-filelist-forbidden-fhs23
OBS-URL: https://build.opensuse.org/request/show/230477
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=53
2014-04-23 05:35:29 +00:00
Thomas Renninger
f045e52668
Accepting request 230211 from home:a_jaeger:FactoryFix
...
Fix comment
OBS-URL: https://build.opensuse.org/request/show/230211
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=51
2014-04-15 14:40:11 +00:00
497dd8f73b
Accepting request 230175 from home:a_jaeger:FactoryFix
...
Use /run instead of /var/run
OBS-URL: https://build.opensuse.org/request/show/230175
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=50
2014-04-15 11:04:27 +00:00
be806c5948
- update to current 4.0.4 git
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=48
2013-09-13 13:59:02 +00:00
Thomas Renninger
f416d9cc26
- Patch screen_enhance_windows_list_1_3.patch changed wW string escapes
...
in an unintended way.
Fix this by ignoring longflg and behave the way wW string esacpes
behaved with adding addtional L escape. (So %w is now what %Lw was before
all these changes. This should be a minor, acceptable change as it was
undocumented and it buys quite some code cleanup with it.). Patch is:
screen_fix_wW_string_escapes_to_nearly_old_behavior.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=46
2013-03-24 11:15:59 +00:00
Stefan Seyfried
f0ce4db7fd
Accepting request 158192 from home:seife:testing
...
Amend the changelog with a hint about changed %w behaviour (bnc#808565)
OBS-URL: https://build.opensuse.org/request/show/158192
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=44
2013-03-10 15:06:46 +00:00
Thomas Renninger
8f5bf1353e
- Introduce Xx string escape showing the executed command of a window
...
patch: show_all_active.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=42
2013-02-18 09:05:14 +00:00
Thomas Renninger
a13ce2fdf3
- Add zombie and enhance windows commands
...
screen-poll-zombies.patch: Dead windows will be restarted after
a specified timeout (if enabled)
screen_enhance_windows_list_1_3.patch:
Cleanup window flags processing. This leads to a slight
output change in "Ww" string escapes (window list), but these
should be rather seldom used and flags are still shown.
screen_enhance_windows_list_2_3.patch:
Enhance windows command with an optional string escape based
parameter which also removes the output size (1024 bytes)
restriction (only if param is passed) of the windows command.
- Only Require makeinfo for openSUSE versions 11.4 and above.
This requirement did not exist in earlier versions, now the package
builds again for example against SLES 11 (11.4 based).
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=41
2013-02-06 14:43:50 +00:00
Thomas Renninger
becfc8a51c
- Fix sort command to not stop at window gaps.
...
That can happen if windows got deleted and the window numbers do not
increment sequentially anymore.
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=39
2012-10-25 13:14:47 +00:00
Ismail Dönmez
603a97f8a3
Accepting request 137554 from home:lnt-sysadmin:branches:Base:System
...
The currently used "--enable-locale" is not correct, it should be "--enable-use-locale" instead, as the configure code is testing:
--------
if test "$enable_use_locale" = "yes"; then
...
--------
Hence, using "--enable-locale" will result in a warning about an unknown option.
Changelog updated and bug reported upstream here: https://savannah.gnu.org/bugs/index.php?37528
OBS-URL: https://build.opensuse.org/request/show/137554
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=37
2012-10-09 13:15:30 +00:00
f516d617e1
- add prereq coreutils so that mkdir works [bnc#780033]
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=35
2012-09-13 11:52:35 +00:00
Cristian Rodríguez
9164e5fff8
Accepting request 133354 from home:namtrac:bugfix
...
- Add build dependency on makeinfo
OBS-URL: https://build.opensuse.org/request/show/133354
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=33
2012-09-09 17:54:30 +00:00
6d1af24faa
fix crash when doing 'screen -d -r' inside of screen
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=31
2012-08-08 17:56:51 +00:00
30873a6ffb
add mappedcmd.diff to make ^A DEL work again
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=30
2012-08-07 15:09:16 +00:00
d629827c7c
- update to screen-4.0.4devel
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=28
2012-06-11 16:04:07 +00:00
OBS User buildservice-autocommit
d497c7617b
Updating link to change in openSUSE:Factory/screen revision 28.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=6da92732b1e8a46bf1f32372e865cac2
2011-12-06 18:02:44 +00:00
Stephan Kulow
d1488b3932
- fix build with latest ncurses (split tinfo)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=25
2011-11-21 14:55:29 +00:00
Stephan Kulow
f1d171dc69
Accepting request 92390 from home:jnweiger:branches:Base:System
...
- mkdir /var/run/*screen both immediatly and via systemd.
OBS-URL: https://build.opensuse.org/request/show/92390
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=24
2011-11-20 06:48:53 +00:00
Lars Vogdt
e59f511065
Accepting request 83586 from home:trenn
...
- Add sort command
- convert maxwin99bug.patch into a patch format quilt understands
OBS-URL: https://build.opensuse.org/request/show/83586
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=22
2011-09-19 20:30:01 +00:00
OBS User buildservice-autocommit
cc861f7325
Updating link to change in openSUSE:Factory/screen revision 23.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=3fd9e2b525e36dfff6cb80e377dad928
2011-07-07 12:27:16 +00:00
Cristian Rodríguez
3555290a38
Accepting request 75493 from home:a_jaeger:branches:openSUSE:Factory
...
Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
OBS-URL: https://build.opensuse.org/request/show/75493
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=20
2011-07-06 19:09:31 +00:00
Cristian Rodríguez
466bf06770
Accepting request 59528 from home:jnweiger:branches:Base:System
...
OBS-URL: https://build.opensuse.org/request/show/59528
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=18
2011-02-01 00:06:04 +00:00
OBS User buildservice-autocommit
ac83d0c102
Updating link to change in openSUSE:Factory/screen revision 18.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=2d1592eb86147de63e6ab27c2f5c5a10
2010-12-10 20:17:19 +00:00
6681750d35
Accepting request 55611 from home:jnweiger:branches:Base:System
...
ok
OBS-URL: https://build.opensuse.org/request/show/55611
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=16
2010-12-10 19:46:04 +00:00
OBS User buildservice-autocommit
d5558a9a4c
Updating link to change in openSUSE:Factory/screen revision 16.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=df46ced417500ca3c73b55723d4a860d
2010-11-05 14:08:31 +00:00
Cristian Rodríguez
4723c4b398
Accepting request 52080 from home:a_jaeger:branches:openSUSE:Factory
...
OBS-URL: https://build.opensuse.org/request/show/52080
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=14
2010-11-04 00:54:11 +00:00
OBS User buildservice-autocommit
7321e55024
Updating link to change in openSUSE:Factory/screen revision 14.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=597d2ad9e83d733d8f028cc1b872787f
2010-09-10 13:15:42 +00:00
OBS User autobuild
769af16ce2
Accepting request 47668 from Base:System
...
checked in (request 47668)
OBS-URL: https://build.opensuse.org/request/show/47668
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=12
2010-09-10 13:15:41 +00:00
Stephan Kulow
bd89804255
Accepting request 47629 from home:a_jaeger:branches:openSUSE:Factory
...
OBS-URL: https://build.opensuse.org/request/show/47629
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=11
2010-09-10 09:17:09 +00:00
OBS User autobuild
bda601adf6
Accepting request 39344 from Base:System
...
checked in (request 39344)
OBS-URL: https://build.opensuse.org/request/show/39344
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=10
2010-05-04 09:51:41 +00:00
Pavol Rusnak
303b376c5b
Accepting request 39269 from home:a_jaeger:branches:openSUSE:Factory
...
Copy from home:a_jaeger:branches:openSUSE:Factory/screen via accept of submit request 39269 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/39269
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=9
2010-05-04 06:54:32 +00:00
OBS User autobuild
ee1d773bd3
checked in (request 32647)
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=8
2010-02-18 15:56:55 +00:00
Pavol Rusnak
a3c8f916b8
Accepting request 32572 from home:dimstar:branches:Base:System
...
Copy from home:dimstar:branches:Base:System/screen via accept of submit request 32572 revision 2.
Request was accepted with message:
Reviewed ok
OBS-URL: https://build.opensuse.org/request/show/32572
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=7
2010-02-15 17:19:00 +00:00
Stephan Kulow
1f0cdf135a
converted link to branch
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=6
2010-02-12 07:01:00 +00:00
OBS User autobuild
f13de15b1a
checked in
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=5
2010-01-11 15:42:11 +00:00
d51f92fe13
Accepting request 28152 from home:jengelh:branches:Base:System
...
Copy from home:jengelh:branches:Base:System/screen via accept of submit request 28152 revision 3.
Request was accepted with message:
OBS-URL: https://build.opensuse.org/request/show/28152
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=4
2010-01-06 16:58:41 +00:00
OBS User autobuild
fbeeca0ca6
Accepting request 29084 from Base:System
...
Copy from Base:System/screen based on submit request 29084 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/29084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=8
2010-01-11 15:42:12 +00:00
OBS User autobuild
af2a08d7d8
Accepting request 18959 from Base:System
...
Copy from Base:System/screen based on submit request 18959 from user mlschroe
OBS-URL: https://build.opensuse.org/request/show/18959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=6
2009-08-27 22:44:55 +00:00
OBS User unknown
a4b8943476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=5
2009-05-28 01:45:47 +00:00
OBS User unknown
17eeac4f59
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=3
2008-05-16 12:56:02 +00:00
OBS User unknown
663bc266ed
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=2
2007-03-29 16:27:59 +00:00
OBS User unknown
588c53193c
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screen?expand=0&rev=1
2006-12-14 15:53:16 +00:00