[packages/zeitgeist] add type fix; rel 6

atler atler at pld-linux.org
Thu Mar 20 02:50:44 CET 2025


commit a30ec8c39dea2e2531ff78eb8f0f2a32a08cf329
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Mar 20 01:00:50 2025 +0100

    add type fix; rel 6

 types.patch    | 11 +++++++++++
 zeitgeist.spec |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/zeitgeist.spec b/zeitgeist.spec
index 0ea9b0c..c33a622 100644
--- a/zeitgeist.spec
+++ b/zeitgeist.spec
@@ -2,13 +2,14 @@ Summary:	Framework providing Desktop activity awareness
 Summary(pl.UTF-8):	Szkielet zapewniający świadomość aktywności w środowisku graficznym
 Name:		zeitgeist
 Version:	1.0.4
-Release:	5
+Release:	6
 License:	LGPL v2.1+
 Group:		Daemons
 Source0:	https://launchpad.net/zeitgeist/1.0/%{version}/+download/%{name}-%{version}.tar.xz
 # Source0-md5:	f02e8be3dc5f18a67be3b1272108d584
 Patch0:		%{name}-lt.patch
 Patch1:		%{name}-vala.patch
+Patch2:		types.patch
 URL:		http://launchpad.net/zeitgeist
 BuildRequires:	autoconf >= 2.65
 BuildRequires:	automake >= 1:1.11
@@ -130,6 +131,7 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla Zeitgeist.
 %setup -q
 %patch -P 0 -p1
 %patch -P 1 -p1
+%patch -P 2 -p1
 
 %build
 %{__gettextize}
diff --git a/types.patch b/types.patch
new file mode 100644
index 0000000..f0c54a3
--- /dev/null
+++ b/types.patch
@@ -0,0 +1,11 @@
+--- zeitgeist-1.0.4/extensions/fts.c.orig	2022-01-12 19:41:11.000000000 +0100
++++ zeitgeist-1.0.4/extensions/fts.c	2025-03-20 00:55:20.279375025 +0100
+@@ -1049,7 +1049,7 @@
+ 		gchar* _tmp7_;
+ 		gchar* _tmp8_;
+ 		gboolean _tmp9_;
+-		_tmp2_ = g_async_result_get_source_object (res);
++		_tmp2_ = ZEITGEIST_REMOTE_SIMPLE_INDEXER(g_async_result_get_source_object (res));
+ 		_tmp3_ = (ZeitgeistRemoteSimpleIndexer*) g_async_initable_new_finish ((GAsyncInitable *) _tmp2_, res, &_inner_error0_);
+ 		g_object_unref (_tmp2_);
+ 		_tmp1_ = (ZeitgeistRemoteSimpleIndexer*) _tmp3_;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zeitgeist.git/commitdiff/a30ec8c39dea2e2531ff78eb8f0f2a32a08cf329



More information about the pld-cvs-commit mailing list