Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libwnck for openSUSE:Factory checked 
in at 2025-05-23 14:29:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwnck (Old)
 and      /work/SRC/openSUSE:Factory/.libwnck.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwnck"

Fri May 23 14:29:05 2025 rev:97 rq:1278556 version:43.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwnck/libwnck.changes  2025-01-16 
18:31:30.423450347 +0100
+++ /work/SRC/openSUSE:Factory/.libwnck.new.2732/libwnck.changes        
2025-05-23 14:29:47.530651857 +0200
@@ -1,0 +2,6 @@
+Tue May 20 08:28:45 UTC 2025 - Alynx Zhou <alynx.z...@suse.com>
+
+- Add libwnck-fix-compiler-error.patch: Fix declaration after label
+  error reported by compiler. (glgo#GNOME/libwnck!67)
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Update to version 43.2:
+- Update to version 43.2 (bsc#1241297):

New:
----
  libwnck-fix-compiler-error.patch

BETA DEBUG BEGIN:
  New:
- Add libwnck-fix-compiler-error.patch: Fix declaration after label
  error reported by compiler. (glgo#GNOME/libwnck!67)
BETA DEBUG END:

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

Other differences:
------------------
++++++ libwnck.spec ++++++
--- /var/tmp/diff_new_pack.riXhh6/_old  2025-05-23 14:29:47.978670755 +0200
+++ /var/tmp/diff_new_pack.riXhh6/_new  2025-05-23 14:29:47.982670924 +0200
@@ -24,6 +24,8 @@
 Group:          Development/Libraries/GNOME
 URL:            https://git.gnome.org/browse/libwnck
 Source0:        %{name}-%{version}.tar.zst
+# PATCH-FIX-UPSTREAM libwnck-fix-compiler-error.patch glgo#GNOME/libwnck!67 
alynx.z...@suse.com -- Fix declaration after label error
+Patch0:         libwnck-fix-compiler-error.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
@@ -33,6 +35,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xres)
 
 %description

++++++ libwnck-fix-compiler-error.patch ++++++
diff --unified --recursive --text --new-file --color 
libwnck-43.2/libwnck/tasklist.c libwnck-43.2.new/libwnck/tasklist.c
--- libwnck-43.2/libwnck/tasklist.c     2025-01-15 02:48:27.000000000 +0800
+++ libwnck-43.2.new/libwnck/tasklist.c 2025-05-20 15:36:04.326697704 +0800
@@ -3985,6 +3985,7 @@
   GdkPixbuf *pixbuf;
   WnckHandle *handle;
   gsize mini_icon_size;
+  const char *icon_name;
 
   pixbuf = NULL;
 
@@ -4009,8 +4010,6 @@
 
     case WNCK_TASK_STARTUP_SEQUENCE:
 #ifdef HAVE_STARTUP_NOTIFICATION
-      const char *icon_name;
-
       icon_name = sn_startup_sequence_get_icon_name (task->startup_sequence);
       if (icon_name != NULL)
         {

Reply via email to