4 Commits

Author SHA256 Message Date
de44a593c0 Accepting request 1269456 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/1269456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/novnc?expand=0&rev=16
2025-04-15 18:47:07 +00:00
4aadb0cd4f - Update to 1.6.0
Application:
      * Updated GUI with a more modern styling
      * Settings can now be configured via defaults.json and mandatory.json
      * Support for relative WebSocket URLs
    Library:
      * Session will resize faster, making the client feel more responsive
      * Support for back and forward mouse buttons
      * Support for H.264 encoding
      * Support for Zlib encoding
- Fix patch novnc-1.5.0-fix-interpreter.patch
    * Renamed to patch novnc-1.6.0-fix-interpreter.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=36
2025-04-15 07:36:39 +00:00
cf033d7344 Accepting request 1183016 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/1183016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/novnc?expand=0&rev=15
2024-06-25 21:06:34 +00:00
77415ef09c Accepting request 1182670 from home:mmanu84:branches:Cloud:OpenStack:Factory
Update to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/1182670
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=34
2024-06-24 12:17:40 +00:00
5 changed files with 31 additions and 6 deletions

Binary file not shown.

3
noVNC-1.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5066103959ef4e9b10f37e5a148627360dd8414e4cf8a7db92bdbd022e728aaa
size 724137

View File

@@ -13,5 +13,5 @@ Index: utils/novnc_proxy
-#!/usr/bin/env bash
+#!/bin/bash
# Copyright (C) 2018 The noVNC Authors
# Copyright (C) 2018 The noVNC authors
# Licensed under MPL 2.0 or any later version (see LICENSE.txt)

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Apr 10 18:15:48 UTC 2025 - Manu Maier <mmanu84@outlook.de>
- Update to 1.6.0
Application:
* Updated GUI with a more modern styling
* Settings can now be configured via defaults.json and mandatory.json
* Support for relative WebSocket URLs
Library:
* Session will resize faster, making the client feel more responsive
* Support for back and forward mouse buttons
* Support for H.264 encoding
* Support for Zlib encoding
- Fix patch novnc-1.5.0-fix-interpreter.patch
* Renamed to patch novnc-1.6.0-fix-interpreter.patch
-------------------------------------------------------------------
Sat Jun 22 20:08:46 UTC 2024 - Manu Maier <mmanu84@outlook.de>
- Update to 1.5.0
Library:
* Added support for the Tight gradient encoding, improving compatibility with servers like QEMU
* Added basic support for keeping lock keys in sync with the server
- Renamed to patch novnc-1.4.0-fix-interpreter.patch to novnc-1.5.0-fix-interpreter.patch
-------------------------------------------------------------------
Thu Jan 26 15:52:16 UTC 2023 - Manu Maier <mmanu84@outlook.de>

View File

@@ -17,7 +17,7 @@
Name: novnc
Version: 1.4.0
Version: 1.6.0
Release: 0
Summary: VNC client using HTML5 (Web Sockets, Canvas) with encryption support
License: LGPL-3.0-only AND MPL-2.0
@@ -25,7 +25,7 @@ Group: System/Daemons
URL: https://github.com/novnc/noVNC
Source0: noVNC-%{version}.tar.gz
Patch1: novnc-0.3-manpage.patch
Patch2: novnc-1.4.0-fix-interpreter.patch
Patch2: novnc-1.6.0-fix-interpreter.patch
Requires: python3-websockify >= 0.9.0
Requires: which
BuildArch: noarch