Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2026-08-20 16:14:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and      /work/SRC/openSUSE:Factory/.vinagre.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vinagre"

Thu Aug 20 16:14:10 2026 rev:111 rq:1372010 version:3.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2025-07-15 
17:07:12.906521531 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new.1258/vinagre.changes        
2026-08-20 16:14:14.756019712 +0200
@@ -1,0 +2,7 @@
+Wed Aug 19 07:28:50 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Add vinagre-spirce-gtk.patch: Fix build against spice-gtk 0.43,
+  where including spice-client.h is the only valid header to be
+  included now.
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  vinagre-spirce-gtk.patch

----------(New B)----------
  New:
- Add vinagre-spirce-gtk.patch: Fix build against spice-gtk 0.43,
  where including spice-client.h is the only valid header to be
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vinagre.spec ++++++
--- /var/tmp/diff_new_pack.IWS5ba/_old  2026-08-20 16:14:15.363041224 +0200
+++ /var/tmp/diff_new_pack.IWS5ba/_new  2026-08-20 16:14:15.365041295 +0200
@@ -34,6 +34,8 @@
 # The icon we rely on is from adwaita-icon-theme
 # PATCH-FIX-UPSTREAM vinagre-invisible-fullscreen-toolbar.patch bgo#770484 
boo#1008585 [email protected] -- Fix showing of toolbar as invisible in 
fullscreen mode; patch taken from upstream bug comment
 Patch3:         vinagre-invisible-fullscreen-toolbar.patch
+# PATCH-FIX-OPENSUSE -- Fix build againts spice-gtk 0.43
+Patch4:         vinagre-spirce-gtk.patch
 
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes

++++++ _scmsync.obsinfo ++++++
mtime: 1787124566
commit: 41cc7e9075f5431cea37b93c715b525e34a5a05438913c41d8d8ccea9128cf46
url: https://src.opensuse.org/GNOME/vinagre
revision: 41cc7e9075f5431cea37b93c715b525e34a5a05438913c41d8d8ccea9128cf46
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-08-19 09:29:26.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

++++++ vinagre-spirce-gtk.patch ++++++
Index: vinagre-3.22.0/plugins/spice/vinagre-spice-tab.c
===================================================================
--- vinagre-3.22.0.orig/plugins/spice/vinagre-spice-tab.c
+++ vinagre-3.22.0/plugins/spice/vinagre-spice-tab.c
@@ -22,9 +22,8 @@
 
 #include <config.h>
 #include <glib/gi18n.h>
-#include <spice-client-glib-2.0/spice-session.h>
-#include <spice-client-glib-2.0/spice-audio.h>
-#include <spice-client-gtk-3.0/spice-widget.h>
+#include <spice-client.h>
+#include <spice-client-gtk.h>
 #include <gdk/gdkkeysyms.h>
 
 #include <vinagre/vinagre-prefs.h>

Reply via email to