Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vncmanager for openSUSE:Factory checked in at 2023-04-02 19:18:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vncmanager (Old) and /work/SRC/openSUSE:Factory/.vncmanager.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vncmanager" Sun Apr 2 19:18:44 2023 rev:14 rq:1076736 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/vncmanager/vncmanager.changes 2022-02-09 22:04:14.685617938 +0100 +++ /work/SRC/openSUSE:Factory/.vncmanager.new.9019/vncmanager.changes 2023-04-02 19:18:45.720941059 +0200 @@ -1,0 +2,7 @@ +Sat Apr 1 19:42:54 UTC 2023 - Bjørn Lie <[email protected]> + +- u_Fix-missing-include.patch + * Fix missing #include <cstdint> exposed by gcc 13. +- Rebase n_disable_mit_shm.patch with quilt. + +------------------------------------------------------------------- New: ---- u_Fix-missing-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vncmanager.spec ++++++ --- /var/tmp/diff_new_pack.7KFv6B/_old 2023-04-02 19:18:46.308944011 +0200 +++ /var/tmp/diff_new_pack.7KFv6B/_new 2023-04-02 19:18:46.312944031 +0200 @@ -1,7 +1,7 @@ # # spec file for package vncmanager # -# 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 @@ -60,6 +60,7 @@ Patch9: u_Fix-TightCompressionControl-definition-for-big-endian.patch Patch10: n_UsrEtc.patch Patch11: u_Fix-Tight-Encoding-not-processing-pixel-format-prope.patch +Patch12: u_Fix-missing-include.patch %description Session manager for VNC. It listens on VNC port and spawns Xvnc processes for incoming clients. @@ -90,6 +91,7 @@ %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON ++++++ n_disable_mit_shm.patch ++++++ --- /var/tmp/diff_new_pack.7KFv6B/_old 2023-04-02 19:18:46.340944172 +0200 +++ /var/tmp/diff_new_pack.7KFv6B/_new 2023-04-02 19:18:46.344944192 +0200 @@ -1,8 +1,8 @@ -Index: vncmanager-1.0.1/vncmanager.conf +Index: vncmanager-1.0.2/vncmanager.conf =================================================================== ---- vncmanager-1.0.1.orig/vncmanager.conf -+++ vncmanager-1.0.1/vncmanager.conf -@@ -89,4 +89,4 @@ port = 5901 +--- vncmanager-1.0.2.orig/vncmanager.conf ++++ vncmanager-1.0.2/vncmanager.conf +@@ -94,4 +94,4 @@ port = 5901 # Take care to not overwrite arguments set by vncmanager. # # Default: ++++++ u_Fix-missing-include.patch ++++++ Index: vncmanager-1.0.2/Stream.cpp =================================================================== --- vncmanager-1.0.2.orig/Stream.cpp +++ vncmanager-1.0.2/Stream.cpp @@ -25,7 +25,7 @@ */ #include "Stream.h" - +#include <cstdint> void Stream::forward_directly(Stream &output, std::size_t len) {
