Accepting request 717254 from home:mmanu84:branches:Cloud:OpenStack:Factory

Update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/717254
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2019-07-25 16:59:42 +00:00 committed by Git OBS Bridge
parent 93d3bc8c8e
commit 6754d56949
5 changed files with 32 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58aced9ec76c9d9685b771ed94472b7cedafa2810584e85afaedbcb0b02b8aae
size 1551574

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c63418b624a221a28cac7b9a7efecc092b695fc1b7dd88255b074ab32bc72a7
size 1034997

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Jul 20 20:26:55 UTC 2019 - Manu Maier <mmanu84@outlook.de>
- Fix patch novnc-1.0.0-fix-interpreter.patch
* Renamed to patch novnc-1.1.0-fix-interpreter.patch
- Update to 1.1.0:
Application:
* New translations for Russian, Korean, Czech and Chinese (traditional) languages
* Fixed an issue where you didn't get scrollbars in your browser on Windows if
you had a touch screen.
* Added the Super/Windows key to the toolbar.
* Added an option to show a dot when there otherwise wouldn't be a visible
cursor.
* View drag is no longer available when in scaling mode.
Library:
* A large number of coding style changes has been made to make the code easier
to read and better to work with.
* Many keyboard issues has been fixed.
* Local cursor is now available on all platforms.
* Fixed a number of crashes related to clipboard.
* Fixed issues that occurred if data from the server was being received slowly.
* A problem has been fixed where the display module would incorrectly handle
high DPI systems causing scrollbars to show when they shouldn't.
-------------------------------------------------------------------
Wed Jan 2 15:21:40 UTC 2019 - Dirk Mueller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: novnc
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: VNC client using HTML5 (Web Sockets, Canvas) with encryption support
License: MPL-2.0 AND LGPL-3.0-only
@ -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.0.0-fix-interpreter.patch
Patch2: novnc-1.1.0-fix-interpreter.patch
%if 0%{?suse_version} < 1330
Requires: python2-websockify
%else