Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wayvnc for openSUSE:Factory checked in at 2023-01-28 18:42:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wayvnc (Old) and /work/SRC/openSUSE:Factory/.wayvnc.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wayvnc" Sat Jan 28 18:42:46 2023 rev:6 rq:1061540 version:0.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/wayvnc/wayvnc.changes 2022-11-08 10:55:19.049821054 +0100 +++ /work/SRC/openSUSE:Factory/.wayvnc.new.32243/wayvnc.changes 2023-01-28 18:45:02.334510653 +0100 @@ -1,0 +2,34 @@ +Fri Jan 27 12:20:55 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Prefixe include of wayland-client.h with directory name + +------------------------------------------------------------------- +Fri Jan 27 10:20:20 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 0.6.2: + * This fixes control commands that don't take any parameters + +------------------------------------------------------------------- +Tue Jan 24 05:11:55 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 0.6.1: + * Fix compatibility issues with FreeBSD and a few other systems + +------------------------------------------------------------------- +Mon Jan 23 16:49:02 UTC 2023 - Michael Vetter <mvet...@suse.com> + +- Update to 0.6.0: + New wayvncctl: + * The captured output can be changed on the fly + * Connected clients can be listed and managed + * Various events can be monitored + Highlights: + * Control interface, mentioned above. + * Screen capturing is paused when no client is connected + * Screen capturing is paused for outputs that are powered off + * Horizontal scrolling + * Each client now gets its own set of virtual inputs. This helps + with state tracking. + * Symbol to key code mapping now works better with xwayland + +------------------------------------------------------------------- Old: ---- v0.5.0.tar.gz New: ---- v0.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wayvnc.spec ++++++ --- /var/tmp/diff_new_pack.Swj5yc/_old 2023-01-28 18:45:03.302516174 +0100 +++ /var/tmp/diff_new_pack.Swj5yc/_new 2023-01-28 18:45:03.350516448 +0100 @@ -1,7 +1,7 @@ # # spec file for package wayvnc # -# 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 @@ -17,28 +17,42 @@ Name: wayvnc -Version: 0.5.0 +Version: 0.6.2 Release: 0 Summary: A VNC server for wlroots based Wayland compositors License: ISC Group: System/GUI/Other URL: https://github.com/any1/wayvnc Source0: https://github.com/any1/wayvnc/archive/v%{version}.tar.gz -BuildRequires: Mesa-libEGL-devel -BuildRequires: Mesa-libGLESv2-devel -BuildRequires: gegl-devel -BuildRequires: libdrm-devel -BuildRequires: libglvnd-devel -BuildRequires: libgnutls-devel -BuildRequires: libpixman-1-0-devel -BuildRequires: libuv-devel -BuildRequires: libxkbcommon-devel BuildRequires: meson -BuildRequires: neatvnc-devel >= 0.4.0 +BuildRequires: neatvnc-devel >= 0.6.0 BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: scdoc BuildRequires: wayland-devel +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gegl-0.4) +BuildRequires: pkgconfig(gegl-sc-0.4) +BuildRequires: pkgconfig(glesv2) +BuildRequires: pkgconfig(glx) +BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(jansson) +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(libdrm_amdgpu) +BuildRequires: pkgconfig(libdrm_intel) +BuildRequires: pkgconfig(libdrm_nouveau) +BuildRequires: pkgconfig(libdrm_radeon) +BuildRequires: pkgconfig(libglvnd) +BuildRequires: pkgconfig(libuv) +BuildRequires: pkgconfig(opengl) +BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-cursor) +BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pkgconfig(wayland-egl-backend) +BuildRequires: pkgconfig(wayland-scanner) +BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(xkbcommon) %description This is a VNC server for wlroots based Wayland compositors. @@ -47,6 +61,7 @@ %prep %setup -q +find . -type f \( -name '*.c' -o -name '*.h' \) -exec sed -i "s|wayland-client.h|wayland/wayland-client.h|g" {} + %build %meson @@ -60,6 +75,8 @@ %license COPYING %doc README.md %{_bindir}/wayvnc +%{_bindir}/wayvncctl %{_mandir}/man1/wayvnc.1%{?ext_man} +%{_mandir}/man1/wayvncctl.1%{?ext_man} %changelog ++++++ v0.5.0.tar.gz -> v0.6.2.tar.gz ++++++ ++++ 6738 lines of diff (skipped)