diff --git a/tigervnc.changes b/tigervnc.changes index 373f998..9d4d38d 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- xorg-x11-Xvnc: require xkeyboard-config (bnc#875329) + +------------------------------------------------------------------- +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/tigervnc.spec b/tigervnc.spec index ae18233..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/ @@ -118,6 +119,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 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