Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spice-protocol for openSUSE:Factory checked in at 2025-08-06 14:31:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old) and /work/SRC/openSUSE:Factory/.spice-protocol.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spice-protocol" Wed Aug 6 14:31:46 2025 rev:32 rq:1297562 version:0.14.5 Changes: -------- --- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes 2022-10-28 19:29:45.390699384 +0200 +++ /work/SRC/openSUSE:Factory/.spice-protocol.new.1085/spice-protocol.changes 2025-08-06 14:32:36.250306525 +0200 @@ -1,0 +2,8 @@ +Tue Jul 22 15:42:45 MDT 2025 - [email protected] + +- Update to version 0.14.5 + * Add SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX + * Fix for Windows Arm64 build +- Drop spice-protocol-0.14.4.tar.xz.sig + +------------------------------------------------------------------- Old: ---- spice-protocol-0.14.4.tar.xz spice-protocol-0.14.4.tar.xz.sig New: ---- spice-protocol-0.14.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice-protocol.spec ++++++ --- /var/tmp/diff_new_pack.Q7QRqk/_old 2025-08-06 14:32:36.802329630 +0200 +++ /var/tmp/diff_new_pack.Q7QRqk/_new 2025-08-06 14:32:36.802329630 +0200 @@ -1,7 +1,7 @@ # # spec file for package spice-protocol # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: spice-protocol -Version: 0.14.4 +Version: 0.14.5 Release: 0 Summary: SPICE-protocol definitions License: BSD-3-Clause Group: Development/Languages/C and C++ URL: https://www.spice-space.org/ Source: https://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.xz -Source1: https://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.xz.sig Source2: %{name}.keyring BuildRequires: meson >= 0.41.0 BuildRequires: pkgconfig ++++++ spice-protocol-0.14.4.tar.xz -> spice-protocol-0.14.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/.gitlab-ci.yml new/spice-protocol-0.14.5/.gitlab-ci.yml --- old/spice-protocol-0.14.4/.gitlab-ci.yml 2022-02-10 10:13:13.734174000 +0100 +++ new/spice-protocol-0.14.5/.gitlab-ci.yml 2025-04-30 09:28:57.000000000 +0200 @@ -5,6 +5,7 @@ meson ninja-build gtk-doc glib2-devel gettext gettext-devel bzip2 rpmlint rpm-build mingw32-filesystem mingw64-filesystem + mingw32-gcc mingw64-gcc before_script: - dnf install -y $DEPS_COMMON diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/CHANGELOG.md new/spice-protocol-0.14.5/CHANGELOG.md --- old/spice-protocol-0.14.4/CHANGELOG.md 2022-02-10 10:13:13.735174200 +0100 +++ new/spice-protocol-0.14.5/CHANGELOG.md 2025-04-30 09:28:57.000000000 +0200 @@ -1,3 +1,8 @@ +Major changes in 0.14.5 +======================= +* Add SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX +* Fix for Windows Arm64 build + Major changes in 0.14.4 ======================= * Fix enum deprecation warning for visual studio diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/meson.build new/spice-protocol-0.14.5/meson.build --- old/spice-protocol-0.14.4/meson.build 2022-02-10 10:13:13.735174200 +0100 +++ new/spice-protocol-0.14.5/meson.build 2025-04-30 09:28:57.000000000 +0200 @@ -2,7 +2,8 @@ # project definition # project('spice-protocol', - version : '0.14.4', + 'c', + version : '0.14.5', license : 'BSD', meson_version : '>= 0.41.0') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/spice/enums.h new/spice-protocol-0.14.5/spice/enums.h --- old/spice-protocol-0.14.4/spice/enums.h 2022-02-10 10:13:13.736174000 +0100 +++ new/spice-protocol-0.14.5/spice/enums.h 2025-04-30 09:28:57.000000000 +0200 @@ -516,6 +516,7 @@ SPICE_MSG_DISPLAY_GL_SCANOUT_UNIX, SPICE_MSG_DISPLAY_GL_DRAW, SPICE_MSG_DISPLAY_QUALITY_INDICATOR, + SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX, SPICE_MSG_END_DISPLAY }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/spice/macros.h new/spice-protocol-0.14.5/spice/macros.h --- old/spice-protocol-0.14.4/spice/macros.h 2022-02-10 10:13:13.736174000 +0100 +++ new/spice-protocol-0.14.5/spice/macros.h 2025-04-30 09:28:57.000000000 +0200 @@ -298,7 +298,7 @@ #if !defined(SPICE_ENDIAN) && defined(_MSC_VER) /* Windows support only little endian arm */ # if defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) \ - || defined(_M_ARM) + || defined(_M_ARM) || defined(_M_ARM64) # define SPICE_ENDIAN SPICE_ENDIAN_LITTLE # endif #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/spice/protocol.h new/spice-protocol-0.14.5/spice/protocol.h --- old/spice-protocol-0.14.4/spice/protocol.h 2022-02-10 10:13:13.736174000 +0100 +++ new/spice-protocol-0.14.5/spice/protocol.h 2025-04-30 09:28:57.000000000 +0200 @@ -150,6 +150,7 @@ SPICE_DISPLAY_CAP_PREF_VIDEO_CODEC_TYPE, SPICE_DISPLAY_CAP_CODEC_VP9, SPICE_DISPLAY_CAP_CODEC_H265, + SPICE_DISPLAY_CAP_GL_SCANOUT2, }; enum { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spice-protocol-0.14.4/spice-protocol.spec new/spice-protocol-0.14.5/spice-protocol.spec --- old/spice-protocol-0.14.4/spice-protocol.spec 2022-02-10 10:13:13.735174200 +0100 +++ new/spice-protocol-0.14.5/spice-protocol.spec 2025-04-30 09:28:57.000000000 +0200 @@ -1,5 +1,5 @@ Name: spice-protocol -Version: 0.14.4 +Version: 0.14.5 Release: 1%{?dist} Summary: Spice protocol header files Group: Development/Libraries
