From 9596632cfe745f632a91452bdb7a3fe5d1133a684f0a32afe612cb1584d8676e Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 25 Apr 2014 11:56:11 +0000 Subject: [PATCH 1/4] - vnc.xinetd * Do not use 16 bpp by default anymore. The network trafic gain of 16 bpp together with Tight encoding is arguable. 16 bpp causes graphical issues and is known to not work properly in Mesa. (bnc#871965) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=21 --- tigervnc.changes | 9 +++++++++ vnc.xinetd | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/tigervnc.changes b/tigervnc.changes index 373f998..fc212cc 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 25 11:55:11 UTC 2014 - msrb@suse.com + +- vnc.xinetd + * Do not use 16 bpp by default anymore. The network trafic gain + of 16 bpp together with Tight encoding is arguable. 16 bpp + causes graphical issues and is known to not work properly + in Mesa. (bnc#871965) + ------------------------------------------------------------------- Mon Mar 17 13:47:18 UTC 2014 - msrb@suse.com diff --git a/vnc.xinetd b/vnc.xinetd index c83c8bd..27838de 100644 --- a/vnc.xinetd +++ b/vnc.xinetd @@ -10,7 +10,7 @@ service vnc1 wait = no user = nobody server = /usr/bin/Xvnc - server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -depth 16 -securitytypes none + server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes none disable = yes } # default: off @@ -25,7 +25,7 @@ service vnc2 wait = no user = nobody server = /usr/bin/Xvnc - server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -depth 16 -securitytypes none + server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -securitytypes none disable = yes } # default: off @@ -40,7 +40,7 @@ service vnc3 wait = no user = nobody server = /usr/bin/Xvnc - server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -depth 16 -securitytypes none + server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -securitytypes none disable = yes } # default: off From 33723bcc2760f334ef68cb99d3c485cdbf1629bf66cc9240006a8a6b7fce4d7a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 26 Apr 2014 12:05:18 +0000 Subject: [PATCH 2/4] - xorg-x11-Xvnc: require xkeyboard-config (bnc#875329) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=22 --- tigervnc.changes | 5 +++++ tigervnc.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/tigervnc.changes b/tigervnc.changes index fc212cc..8a61c61 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 26 12:04:30 UTC 2014 - sndirsch@suse.com + +- xorg-x11-Xvnc: require xkeyboard-config (bnc#875329) + ------------------------------------------------------------------- Fri Apr 25 11:55:11 UTC 2014 - msrb@suse.com diff --git a/tigervnc.spec b/tigervnc.spec index ae18233..0aec1a2 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -118,6 +118,7 @@ TigerVNC also provides extensions for advanced authentication methods and TLS en %package -n xorg-x11-Xvnc Requires: xinetd +Requires: xkeyboard-config Summary: TigerVNC implementation of Xvnc Group: System/X11/Servers/XF86_4 From 500d062b8c3be4bc5303f222c559a7235f7bd563d968a60bcfdc9ffc8129a767 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 28 Apr 2014 01:00:15 +0000 Subject: [PATCH 3/4] Accepting request 231611 from home:StefanBruens:branches:X11:XOrg +BuildRequires: pkgconfig(xorg-macros) >= 1.14 OBS-URL: https://build.opensuse.org/request/show/231611 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=23 --- tigervnc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tigervnc.spec b/tigervnc.spec index 0aec1a2..5a91e24 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -76,6 +76,7 @@ BuildRequires: pkgconfig(xextproto) >= 7.0.99.3 BuildRequires: pkgconfig(xfont) >= 1.4.2 BuildRequires: pkgconfig(xineramaproto) BuildRequires: pkgconfig(xkbfile) +BuildRequires: pkgconfig(xorg-macros) >= 1.14 BuildRequires: pkgconfig(xproto) >= 7.0.17 BuildRequires: pkgconfig(xtrans) >= 1.2.2 Url: http://sourceforge.net/apps/mediawiki/tigervnc/ From fb4b5684db96be1080c0c7f32f3d4e3cee21c0d4dbb87cc46b33abfb196ddc35 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 28 Apr 2014 01:01:08 +0000 Subject: [PATCH 4/4] - added missing pkgconfig(xorg-macros) >= 1.14 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=24 --- tigervnc.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tigervnc.changes b/tigervnc.changes index 8a61c61..9d4d38d 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 28 01:00:39 UTC 2014 - sndirsch@suse.com + +- added missing pkgconfig(xorg-macros) >= 1.14 + ------------------------------------------------------------------- Sat Apr 26 12:04:30 UTC 2014 - sndirsch@suse.com