From 524853923c7748763b4976b79bc90afcdcecf0a885ad1e8c16d35387feee0e70 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 4 Jan 2020 22:30:49 +0000 Subject: [PATCH] Accepting request 753184 from home:mkittler:branches:X11:XOrg - tigervnc-1.10.0 * The clipboard now supports full Unicode in the native viewer, WinVNC and Xvnc/libvnc.so * The native client will now respect the system trust store when verifying server certificates * Improved compatibility with VMware's VNC server * Improved compatibility with some input methods on macOS * Improvements to the automatic "repair" of JPEG artefacts * Better handling of the Alt keys in some corner cases * The Java web server has been removed as applets are no longer support by most browsers * x0vncserver can now be configured to only allow local connections * x0vncserver has received fixes for when only part of the display is shared * Polling is now default in WinVNC as that works better for most OBS-URL: https://build.opensuse.org/request/show/753184 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=167 --- tigervnc-1.10.0.tar.gz | 3 +++ tigervnc-1.9.0-201-e71a426.tar.gz | 3 --- tigervnc.changes | 15 +++++++++++++++ tigervnc.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 tigervnc-1.10.0.tar.gz delete mode 100644 tigervnc-1.9.0-201-e71a426.tar.gz diff --git a/tigervnc-1.10.0.tar.gz b/tigervnc-1.10.0.tar.gz new file mode 100644 index 0000000..39bc42f --- /dev/null +++ b/tigervnc-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e54d980eef8db06f5f696aa1fb6b98be049dac5205fda8b54f211a88dd182c +size 1401973 diff --git a/tigervnc-1.9.0-201-e71a426.tar.gz b/tigervnc-1.9.0-201-e71a426.tar.gz deleted file mode 100644 index acfa217..0000000 --- a/tigervnc-1.9.0-201-e71a426.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ed2337c64f24b639c938b4910c861d1cf26164b75297e96277eaa8aa594501 -size 1401295 diff --git a/tigervnc.changes b/tigervnc.changes index 37d7a3c..755ac0f 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -4,6 +4,21 @@ Tue Dec 31 09:53:30 UTC 2019 - Loic Devulder - Add tigervnc-fix-saving-of-bad-server-certs.patch * fix saving of bad server certificates (boo#1159948) +------------------------------------------------------------------- +Tue Dec 3 10:32:36 UTC 2019 - Marius Kittler + +- tigervnc-1.10.0 + * The clipboard now supports full Unicode in the native viewer, WinVNC and Xvnc/libvnc.so + * The native client will now respect the system trust store when verifying server certificates + * Improved compatibility with VMware's VNC server + * Improved compatibility with some input methods on macOS + * Improvements to the automatic "repair" of JPEG artefacts + * Better handling of the Alt keys in some corner cases + * The Java web server has been removed as applets are no longer support by most browsers + * x0vncserver can now be configured to only allow local connections + * x0vncserver has received fixes for when only part of the display is shared + * Polling is now default in WinVNC as that works better for most + ------------------------------------------------------------------- Fri Oct 4 14:19:48 UTC 2019 - Hans-Peter Jansen diff --git a/tigervnc.spec b/tigervnc.spec index 39a7b0e..ed089f4 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,7 +1,7 @@ # # spec file for package tigervnc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %endif Name: tigervnc -Version: 1.9.0 +Version: 1.10.0 Release: 0 Provides: tightvnc = 1.3.9 Obsoletes: tightvnc < 1.3.9 @@ -105,13 +105,13 @@ BuildRequires: pkgconfig(xtrans) >= 1.2.2 Requires(post): update-alternatives Requires(postun): update-alternatives %endif -Url: http://tigervnc.org/ +URL: http://tigervnc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: An implementation of VNC #Source1: https://github.com/TigerVNC/tigervnc/archive/v%{version}.tar.gz License: GPL-2.0-only AND MIT Group: System/X11/Servers/XF86_4 -Source1: tigervnc-1.9.0-201-e71a426.tar.gz +Source1: tigervnc-%{version}.tar.gz Source4: 10-libvnc.conf Source5: vnc-server.susefirewall Source6: vnc-httpd.susefirewall @@ -245,7 +245,7 @@ This is a wrapper that looks like x11vnc, but starts x0vncserver instead. It maps common x11vnc arguments to x0vncserver arguments. %prep -%setup -T -b1 -q -n tigervnc +%setup -T -b1 -q -n tigervnc-%{version} cp -r /usr/src/xserver/* unix/xserver/ %patch1 -p1