[packages/dee] use explicit types to fix build with gcc 15

atler atler at pld-linux.org
Wed Jan 14 13:29:23 CET 2026


commit 02c19aa6f496e5da04c3bc8704ce7aa69aa013fa
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jan 14 13:28:17 2026 +0100

    use explicit types to fix build with gcc 15

 dee.spec    |  2 ++
 types.patch | 11 +++++++++++
 2 files changed, 13 insertions(+)
---
diff --git a/dee.spec b/dee.spec
index e5514f6..c2098a9 100644
--- a/dee.spec
+++ b/dee.spec
@@ -15,6 +15,7 @@ Source0:	http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.ta
 Patch0:		no-Werror.patch
 Patch1:		vapi-skip-properties.patch
 Patch2:		dee-1.2.7-fix-duplicates-vala-0.5X.patch
+Patch3:		types.patch
 URL:		https://launchpad.net/dee
 BuildRequires:	autoconf >= 2.65
 BuildRequires:	automake >= 1:1.9
@@ -118,6 +119,7 @@ API libdee dla języka Vala.
 %patch -P0 -p1
 %patch -P1 -p1
 %patch -P2 -p1
+%patch -P3 -p1
 
 %build
 %{__aclocal}
diff --git a/types.patch b/types.patch
new file mode 100644
index 0000000..dfbf942
--- /dev/null
+++ b/types.patch
@@ -0,0 +1,11 @@
+--- dee-1.2.7/tools/dee-tool.c.orig	2013-02-04 17:03:05.000000000 +0100
++++ dee-1.2.7/tools/dee-tool.c	2026-01-14 13:15:16.604633873 +0100
+@@ -204,7 +204,7 @@
+ 
+ static gboolean timed_out = FALSE;
+ static gboolean
+-_timeout_cb ()
++_timeout_cb (void* data)
+ {
+   timed_out = TRUE;
+   return FALSE;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dee.git/commitdiff/02c19aa6f496e5da04c3bc8704ce7aa69aa013fa



More information about the pld-cvs-commit mailing list