Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-directory-thumbnailer for
openSUSE:Factory checked in at 2022-09-21 14:42:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-directory-thumbnailer (Old)
and /work/SRC/openSUSE:Factory/.gnome-directory-thumbnailer.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-directory-thumbnailer"
Wed Sep 21 14:42:06 2022 rev:16 rq:1003234 version:0.1.11
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-directory-thumbnailer/gnome-directory-thumbnailer.changes
2020-01-27 20:14:04.124399120 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-directory-thumbnailer.new.2083/gnome-directory-thumbnailer.changes
2022-09-21 14:42:57.437842293 +0200
@@ -1,0 +2,6 @@
+Mon Sep 12 17:04:00 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add temp-ftbfs.patch: Temporary workaround for recent
+ gnome-desktop api changes.
+
+-------------------------------------------------------------------
New:
----
temp-ftbfs.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-directory-thumbnailer.spec ++++++
--- /var/tmp/diff_new_pack.ubyGW9/_old 2022-09-21 14:42:57.941843691 +0200
+++ /var/tmp/diff_new_pack.ubyGW9/_new 2022-09-21 14:42:57.949843713 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-directory-thumbnailer
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -25,6 +25,8 @@
Group: Productivity/Office/Other
URL: https://wiki.gnome.org/GnomeDirectoryThumbnailer
Source0:
https://download.gnome.org/sources/gnome-directory-thumbnailer/0.1/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE temp-ftbfs.patch -- Temporary workaround for recent
gnome-desktop api changes
+Patch0: temp-ftbfs.patch
BuildRequires: intltool >= 0.40.0
BuildRequires: pkgconfig
@@ -41,7 +43,7 @@
%lang_package
%prep
-%autosetup
+%autosetup -p1
%build
%configure
++++++ temp-ftbfs.patch ++++++
diff --git a/src/main.c b/src/main.c
index 64aa7da..d06f5b0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -373,7 +373,7 @@ copy_thumbnail_from_file (GnomeDesktopThumbnailFactory
*factory, const gchar *fi
g_setenv
("GNOME_DIRECTORY_THUMBNAILER_RECURSION_LIMIT", new_recursion_limit_str, TRUE);
g_free (new_recursion_limit_str);
- pixbuf =
gnome_desktop_thumbnail_factory_generate_thumbnail (factory, file_uri,
file_mime_type);
+ pixbuf =
gnome_desktop_thumbnail_factory_generate_thumbnail (factory, file_uri,
file_mime_type, NULL, NULL);
if (pixbuf == NULL) {
/* gnome-desktop doesn't set an error
so we have to. */
g_debug ("Error generating thumbnail.");