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 2021-12-13 20:45:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-builder (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-builder.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-builder"

Mon Dec 13 20:45:17 2021 rev:57 rq:940307 version:41.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes      
2021-11-22 23:05:10.125733780 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new.2520/gnome-builder.changes    
2021-12-13 20:51:36.128681203 +0100
@@ -1,0 +2,24 @@
+Tue Dec  7 08:34:21 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 41.3:
+  + Improvements to Flatpak runtime resolution on new system
+    installations.
+  + Improvements to overview map syling.
+  + The Glade designer will no longer try to open UI files it knows
+    are GTK 4 based to avoid confusion. This requires GTK 4
+    templates to be using appropriate <requires lib="gtk"
+    version="4.0"/> elements.
+  + The GTK 4 template has been updated.
+  + Application id's are more restrictive in the project wizard.
+  + Build pipelines are no properly unloaded when destroyed.
+  + Auxillary font loading was fixed on Nix.
+  + The editor can now insert matching single quotes (').
+  + Work arounds for breakage in IBus with regards to stealing the
+    search accelerator (ctrl+.).
+  + Improvements to the CMake plugin.
+  + Ensure diagnostics are properly formatted.
+  + Improve diagnostic styling.
+- Add 59be97f21e592a7b8e94128c368a87ca16cb2881.patch: Fix build for
+  i586.
+
+-------------------------------------------------------------------

Old:
----
  gnome-builder-41.2.tar.xz

New:
----
  59be97f21e592a7b8e94128c368a87ca16cb2881.patch
  gnome-builder-41.3.tar.xz

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

Other differences:
------------------
++++++ gnome-builder.spec ++++++
--- /var/tmp/diff_new_pack.HXJwxG/_old  2021-12-13 20:51:36.692681563 +0100
+++ /var/tmp/diff_new_pack.HXJwxG/_new  2021-12-13 20:51:36.700681568 +0100
@@ -23,7 +23,7 @@
 %define basever 41
 
 Name:           gnome-builder
-Version:        41.2
+Version:        41.3
 Release:        0
 Summary:        A toolsmith for GNOME-based applications
 License:        CC-BY-SA-3.0 AND GPL-2.0-or-later AND GPL-3.0-or-later AND 
LGPL-3.0-or-later AND LGPL-2.1-or-later
@@ -31,6 +31,8 @@
 URL:            https://wiki.gnome.org/Apps/Builder
 Source0:        
https://download.gnome.org/sources/gnome-builder/41/%{name}-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM 59be97f21e592a7b8e94128c368a87ca16cb2881.patch -- Fix 
build for i586
+Patch0:         
https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/59be97f21e592a7b8e94128c368a87ca16cb2881.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ 59be97f21e592a7b8e94128c368a87ca16cb2881.patch ++++++
>From 59be97f21e592a7b8e94128c368a87ca16cb2881 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <mcatanz...@redhat.com>
Date: Fri, 19 Nov 2021 08:27:28 -0600
Subject: [PATCH] flatpak: attempt to fix build on i686

There may be more problems, but this should fix the first build failure.
---
 src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c 
b/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c
index 232b2f611..3dea094e6 100644
--- a/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c
+++ b/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c
@@ -597,7 +597,7 @@ is_known_worker (GTask        *task,
     }
 
 finish:
-  g_debug ("RuntimeIsKnown => (%d, %"G_GSIZE_FORMAT")", found, download_size);
+  g_debug ("RuntimeIsKnown => (%d, %"G_GINT64_FORMAT")", found, download_size);
   ipc_flatpak_service_complete_runtime_is_known (g_task_get_source_object 
(task),
                                                  g_steal_pointer 
(&state->invocation),
                                                  found,
-- 
GitLab


++++++ gnome-builder-41.2.tar.xz -> gnome-builder-41.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-41.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-builder.new.2520/gnome-builder-41.3.tar.xz 
differ: char 26, line 1

Reply via email to