Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package novnc for openSUSE:Factory checked in at 2021-10-30 23:13:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/novnc (Old) and /work/SRC/openSUSE:Factory/.novnc.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "novnc" Sat Oct 30 23:13:40 2021 rev:12 rq:927994 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/novnc/novnc.changes 2020-07-30 09:59:40.111202044 +0200 +++ /work/SRC/openSUSE:Factory/.novnc.new.1890/novnc.changes 2021-10-30 23:14:37.523098376 +0200 @@ -1,0 +2,26 @@ +Fri Oct 22 14:28:42 UTC 2021 - Manu Maier <[email protected]> + +- Update to 1.3.0 + Application: + * Added French and Portuguese (Brazil) translations + * The novnc_proxy command (earlier launch.sh) is now able to interface better + towards Websockify and now has it's own man page + Library: + * RTCDataChannel is now supported as a communication channel, an alternative + to WebSockets + * Resizes of the viewport are handled in a more modern way. This allows our + library to not only react on browser window changes, but to size changes of + the screen element as well + * Fixed a bug with the Alt key on Firefox + * Fixed a disconnect that happened when using some VNC servers. The error + displayed in this case was "Error decoding rect: TypeError" + * Plain authentication passwords now support longer passwords, which can be + useful if you're using a password manager + * Support for Internet Explorer has been dropped. This made it possible to use + more modern features and clean up a large number of workarounds +- python3-websockify >= 0.9.0 is necessary + https://github.com/novnc/noVNC/issues/1276#issuecomment-521174077 +- Fix patch novnc-1.1.0-fix-interpreter.patch + * Renamed to patch novnc-1.3.0-fix-interpreter.patch + +------------------------------------------------------------------- Old: ---- noVNC-1.2.0.tar.gz novnc-1.1.0-fix-interpreter.patch New: ---- noVNC-1.3.0.tar.gz novnc-1.3.0-fix-interpreter.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ novnc.spec ++++++ --- /var/tmp/diff_new_pack.YRsChx/_old 2021-10-30 23:14:37.915098692 +0200 +++ /var/tmp/diff_new_pack.YRsChx/_new 2021-10-30 23:14:37.919098695 +0200 @@ -1,7 +1,7 @@ # # spec file for package novnc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,16 @@ Name: novnc -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: VNC client using HTML5 (Web Sockets, Canvas) with encryption support -License: MPL-2.0 AND LGPL-3.0-only +License: LGPL-3.0-only AND MPL-2.0 Group: System/Daemons URL: https://github.com/novnc/noVNC Source0: noVNC-%{version}.tar.gz Patch1: novnc-0.3-manpage.patch -Patch2: novnc-1.1.0-fix-interpreter.patch -%if 0%{?suse_version} < 1330 -Requires: python2-websockify -%else -Requires: python3-websockify -%endif +Patch2: novnc-1.3.0-fix-interpreter.patch +Requires: python3-websockify >= 0.9.0 BuildArch: noarch %description @@ -40,8 +36,7 @@ %prep %setup -q -n noVNC-%{version} -%patch1 -p1 -%patch2 +%autopatch -p1 %build @@ -61,7 +56,7 @@ cp -rp vendor %{buildroot}/%{_usr}/share/novnc mkdir -p %{buildroot}/%{_bindir} -install utils/launch.sh %{buildroot}/%{_bindir}/novnc_server +install utils/novnc_proxy %{buildroot}/%{_bindir}/novnc_server mkdir -p %{buildroot}%{_mandir}/man1/ install -m 444 docs/novnc_server.1 %{buildroot}%{_mandir}/man1/ ++++++ noVNC-1.2.0.tar.gz -> noVNC-1.3.0.tar.gz ++++++ ++++ 132506 lines of diff (skipped) ++++++ novnc-1.1.0-fix-interpreter.patch -> novnc-1.3.0-fix-interpreter.patch ++++++ --- /work/SRC/openSUSE:Factory/novnc/novnc-1.1.0-fix-interpreter.patch 2019-07-31 14:14:11.826872659 +0200 +++ /work/SRC/openSUSE:Factory/.novnc.new.1890/novnc-1.3.0-fix-interpreter.patch 2021-10-30 23:14:37.507098363 +0200 @@ -5,10 +5,10 @@ --- -Index: utils/launch.sh +Index: utils/novnc_proxy =================================================================== ---- utils/launch.sh.orig -+++ utils/launch.sh +--- a/utils/novnc_proxy ++++ b/utils/novnc_proxy @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash
