diff --git a/krfb-19.12.0.tar.xz b/krfb-19.12.0.tar.xz deleted file mode 100644 index c6c860f..0000000 --- a/krfb-19.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87fd065c2ac517aba086f846ce6602ac8cb4ba88e3f90d283318af3667959046 -size 1278040 diff --git a/krfb-19.12.0.tar.xz.sig b/krfb-19.12.0.tar.xz.sig deleted file mode 100644 index deea63f..0000000 --- a/krfb-19.12.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/krfb-19.12.1.tar.xz b/krfb-19.12.1.tar.xz new file mode 100644 index 0000000..756fc30 --- /dev/null +++ b/krfb-19.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f25790480ac3a8db8a8bd847d80937a0ab763f6c5c12fa2ce704c4b24810287 +size 1278880 diff --git a/krfb-19.12.1.tar.xz.sig b/krfb-19.12.1.tar.xz.sig new file mode 100644 index 0000000..a10b496 --- /dev/null +++ b/krfb-19.12.1.tar.xz.sig @@ -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----- diff --git a/krfb.changes b/krfb.changes index a669303..fa9e503 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 10 08:54:29 UTC 2020 - Christophe Giboudeaux + +- Add the optional pipewire dependency. + +------------------------------------------------------------------- +Tue Jan 7 10:01:03 UTC 2020 - Christophe Giboudeaux + +- 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 diff --git a/krfb.spec b/krfb.spec index a0c17d4..6ca9a48 100644 --- a/krfb.spec +++ b/krfb.spec @@ -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)