Hello community, here is the log from the commit of package tigervnc for openSUSE:Factory checked in at 2014-05-05 21:09:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tigervnc (Old) and /work/SRC/openSUSE:Factory/.tigervnc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tigervnc" Changes: -------- --- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes 2014-03-18 14:52:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes 2014-05-05 21:09:54.000000000 +0200 @@ -1,0 +2,19 @@ +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) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tigervnc.spec ++++++ --- /var/tmp/diff_new_pack.iGUCVs/_old 2014-05-05 21:09:55.000000000 +0200 +++ /var/tmp/diff_new_pack.iGUCVs/_new 2014-05-05 21:09:55.000000000 +0200 @@ -76,6 +76,7 @@ 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 @@ %package -n xorg-x11-Xvnc Requires: xinetd +Requires: xkeyboard-config Summary: TigerVNC implementation of Xvnc Group: System/X11/Servers/XF86_4 ++++++ vnc.xinetd ++++++ --- /var/tmp/diff_new_pack.iGUCVs/_old 2014-05-05 21:09:55.000000000 +0200 +++ /var/tmp/diff_new_pack.iGUCVs/_new 2014-05-05 21:09:55.000000000 +0200 @@ -10,7 +10,7 @@ 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 @@ 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 @@ 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 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org