Accepting request 1060477 from X11:Wayland

- Update to 0.6.0:
  Highlights:
  * The client now has control over h264 quality settings
  * Left & right scrolling is now supported
  * A custom framebuffer allocator function can now be assigned
  * The following functions have been added
    + A function for querying client side cursor support
    + A function to get the hostname of a connected client
    + A function to get the credentials of an authenticated client
    + A function for listing connected clients
    + A function for disconnecting a client
  Bug fixes:
  * A race condition when a client tries to resize the display before it has an encoder
  * Cursor buffers are now freed on close
  * Various race conditions in encoders
  * Spurious exits due to SIGPIPE
  * Occasional leaked buffers when clients disconnect
  * Clients no longer linger on exit with TLS

OBS-URL: https://build.opensuse.org/request/show/1060477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neatvnc?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-01-28 17:42:45 +00:00 committed by Git OBS Bridge
commit 79ce129cc6
4 changed files with 28 additions and 6 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jan 23 16:37:06 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.6.0:
Highlights:
* The client now has control over h264 quality settings
* Left & right scrolling is now supported
* A custom framebuffer allocator function can now be assigned
* The following functions have been added
+ A function for querying client side cursor support
+ A function to get the hostname of a connected client
+ A function to get the credentials of an authenticated client
+ A function for listing connected clients
+ A function for disconnecting a client
Bug fixes:
* A race condition when a client tries to resize the display before it has an encoder
* Cursor buffers are now freed on close
* Various race conditions in encoders
* Spurious exits due to SIGPIPE
* Occasional leaked buffers when clients disconnect
* Clients no longer linger on exit with TLS
-------------------------------------------------------------------
Mon Dec 12 11:00:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package neatvnc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define libsoname libneatvnc0
Name: neatvnc
Version: 0.5.4
Version: 0.6.0
Release: 0
Summary: A VNC server library
License: ISC
@ -29,7 +29,7 @@ Source0: %url/archive/v%{version}.tar.gz
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(aml)
BuildRequires: pkgconfig(aml) >= 0.3.0
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(libavcodec)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90f9521a6f37ee5455579a35b59333ec9d4e5a45b9b61316c2bf6342cdb8bf48
size 577635

3
v0.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20c5ff0d0a7d4dff404619d653b465df08e5e856eb7faec34ffd5624b8fa653a
size 578084