SHA256
1
0
forked from pool/krfb

Accepting request 762628 from KDE:Applications

- Add the optional pipewire dependency.

- Update to 19.12.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/releases/19.12.1
- Changes since 19.12.0:
  * Update Appstream for new release
  * Fix uninitialized memory read when calling rfbEncryptBytes
  * Correctly populate max color values in server screen format

OBS-URL: https://build.opensuse.org/request/show/762628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2020-01-12 22:22:28 +00:00 committed by Git OBS Bridge
commit d3bf6d6cad
6 changed files with 39 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87fd065c2ac517aba086f846ce6602ac8cb4ba88e3f90d283318af3667959046
size 1278040

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puJMACgkQ29LOiT4t
HIfgYQf/TS52N/U89DCso2RTq0GUOqJKA47n7ffV9OrMy73RQvCnu32ciau6sX/v
RXN6KFuVkWZGb04OeMx7GTxygRavvfyu1z0kg+cwDgA1sHEr4k6P4QcIe1KXUYDH
sqBt/npo3EXbssxImno6oI+tew6Fu9v3CrlkHU1zWNuSt5rcPky6T1NRifbZ8xPV
wPaFMiQ4jO1f7lzwyvDdis8quxYzJqcNFCXGiM42fXDv2O7qqPbVqNCn9bD6c6nD
mItpauV4fnvHN7JTGZhBleu/eT6PJycjvVvU3B4AhnU5e2Mz70IWMornpTGO3IRH
lugTkaPEWqWWIId1BBH3GnuXF5KLHw==
=hSkR
-----END PGP SIGNATURE-----

3
krfb-19.12.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f25790480ac3a8db8a8bd847d80937a0ab763f6c5c12fa2ce704c4b24810287
size 1278880

11
krfb-19.12.1.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8XkACgkQ29LOiT4t
HIeoAwf/f9GFknOhCEdH8jU62iTiLPsP09473S1Qw6yxFNxGsi6qp5hHUxD3Txek
gNx22xsID/Nxs7TxhxjdlXwddf2ZNlwNQlTgOQZ9MKDC81FquJ8qwy80Pl/LBtFV
ARji1HLpmhYM730q5UNL6QNLvPfrszy6Vk9aZA7BgWb+nrIGMZkR+7WDknbVDqrm
Y18vZ/H23/6OWz8MEq1QZ9T+KvjcwWbK1f6luFSGGap/lBrWjCyAGwg/3KiOCDGc
7KLNn/P4AmWubpyF0a+w9lnbdPZ5MK/7i+emJ7Uj8UzwwRzWWHYHP2r+jNIOQz3h
haoVGiBD4yswql1rtLeUB2oCGeQNLg==
=kq8B
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jan 10 08:54:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add the optional pipewire dependency.
-------------------------------------------------------------------
Tue Jan 7 10:01:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.1
- Changes since 19.12.0:
* Update Appstream for new release
* Fix uninitialized memory read when calling rfbEncryptBytes
* Correctly populate max color values in server screen format
-------------------------------------------------------------------
Thu Dec 19 15:00:45 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package krfb
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: krfb
Version: 19.12.0
Version: 19.12.1
Release: 0
Summary: Screen sharing using the VNC/RFB protocol
License: GPL-2.0-or-later
@ -33,6 +33,11 @@ Source2: applications.keyring
%endif
BuildRequires: LibVNCServer-devel
BuildRequires: extra-cmake-modules
BuildRequires: pipewire-devel
BuildRequires: pkgconfig
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: xcb-util-image-devel
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
@ -46,15 +51,11 @@ BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libsystemd)
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: xcb-util-image-devel
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst)