]> git.pld-linux.org Git - packages/gnome-builder.git/commitdiff
- updated to 41.3 auto/th/gnome-builder-41.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Dec 2021 21:41:02 +0000 (22:41 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Dec 2021 21:41:02 +0000 (22:41 +0100)
- added format patch (fixes format string error with 32-bit gsize)

gnome-builder-format.patch [new file with mode: 0644]
gnome-builder.spec

diff --git a/gnome-builder-format.patch b/gnome-builder-format.patch
new file mode 100644 (file)
index 0000000..cb04c71
--- /dev/null
@@ -0,0 +1,12 @@
+download_size is declared as gint64
+--- gnome-builder-41.3/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c.orig      2021-12-07 06:34:00.146611500 +0100
++++ gnome-builder-41.3/src/plugins/flatpak/daemon/ipc-flatpak-service-impl.c   2021-12-08 21:28:03.814309258 +0100
+@@ -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,
index bb8ab4f6edf7238516a84394d680a73f8b4f071d..5e1a4b7ce626decfaa308ce8f505b832af442c27 100644 (file)
@@ -8,12 +8,13 @@
 Summary:       IDE for writing GNOME-based software
 Summary(pl.UTF-8):     IDE do tworzenia oprogramowania opartego na GNOME
 Name:          gnome-builder
-Version:       41.2
+Version:       41.3
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://download.gnome.org/sources/gnome-builder/41/%{name}-%{version}.tar.xz
-# Source0-md5: 977f29be13a1c291163c1cc0eef7ffdb
+# Source0-md5: 802ba2b06939da5df11d9a34f7c499d2
+Patch0:                %{name}-format.patch
 URL:           https://wiki.gnome.org/Apps/Builder
 BuildRequires: appstream-glib
 BuildRequires: clang-devel >= 3.5
@@ -21,7 +22,7 @@ BuildRequires:        cmark-devel >= 0.29.0
 BuildRequires: desktop-file-utils
 BuildRequires: devhelp-devel >= 3.26.0
 BuildRequires: enchant2-devel >= 2
-BuildRequires: flatpak-devel >= 1.10.2
+BuildRequires: flatpak-devel >= 1.11.2
 # -std=gnu11 for C
 BuildRequires: gcc >= 6:4.7
 BuildRequires: gettext-tools >= 0.19.8
@@ -76,7 +77,7 @@ Requires:     cmark-lib >= 0.29.0
 Requires:      ctags
 Requires:      devhelp-libs >= 3.26.0
 Requires:      enchant2 >= 2
-Requires:      flatpak-libs >= 1.10.2
+Requires:      flatpak-libs >= 1.11.2
 Requires:      gjs >= 1.42.0
 Requires:      glade-libs >= 3.22.0
 Requires:      glib2 >= 1:2.69.1
@@ -167,6 +168,7 @@ Dokumentacja API bibliotek GNOME Buildera.
 
 %prep
 %setup -q
+%patch0 -p1
 
 grep -rl /usr/bin/env src/plugins src/libide | xargs sed -i -e '1{
        s,^#!.*bin/env python3,#!%{__python3},
This page took 0.054555 seconds and 4 git commands to generate.