Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2024-02-13 22:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-builder.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-builder"

Tue Feb 13 22:44:24 2024 rev:67 rq:1146384 version:45.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes      
2023-09-20 13:24:36.964814463 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new.1815/gnome-builder.changes    
2024-02-13 22:44:58.349873803 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 12:08:53 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Add 43a7c586.patch: remove autoptr cleanup. This is not needed
+  now with recent GTK changes.
+
+-------------------------------------------------------------------

New:
----
  43a7c586.patch

BETA DEBUG BEGIN:
  New:
- Add 43a7c586.patch: remove autoptr cleanup. This is not needed
  now with recent GTK changes.
BETA DEBUG END:

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

Other differences:
------------------
++++++ gnome-builder.spec ++++++
--- /var/tmp/diff_new_pack.LF4TYA/_old  2024-02-13 22:44:59.057899282 +0100
+++ /var/tmp/diff_new_pack.LF4TYA/_new  2024-02-13 22:44:59.061899426 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-builder
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 
 # PATCH-FIX-OPENSUSE Dirty-quick-hackfix-typelibs.patch -- Nuke away bogus 
typelibs dependencies
 Patch0:         Dirty-quick-hackfix-typelibs.patch
+# PATCH-FIX-UPSTREAM 43a7c586.patch -- remove autoptr cleanup; done by GTK4
+Patch1:         
https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/43a7c586.patch
 
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils

++++++ 43a7c586.patch ++++++
>From 43a7c586b7291b5cf82febdaa80b4fe4efea8f54 Mon Sep 17 00:00:00 2001
From: Christian Hergert <[email protected]>
Date: Mon, 15 Jan 2024 11:54:38 -0800
Subject: [PATCH] libide/tweaks: remove autoptr cleanup

This is not needed now with recent GTK changes merged this morning.
---
 src/libide/tweaks/ide-tweaks-window.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/libide/tweaks/ide-tweaks-window.c 
b/src/libide/tweaks/ide-tweaks-window.c
index f2553a396e..dcb55bb351 100644
--- a/src/libide/tweaks/ide-tweaks-window.c
+++ b/src/libide/tweaks/ide-tweaks-window.c
@@ -32,8 +32,6 @@
 #include "ide-tweaks-panel-list-private.h"
 #include "ide-tweaks-window.h"
 
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (GtkStackPage, g_object_unref)
-
 struct _IdeTweaksWindow
 {
   AdwWindow               parent_instance;
-- 
GitLab

Reply via email to