[packages/libgda5] Rel 10

arekm arekm at pld-linux.org
Tue Aug 12 10:37:10 CEST 2025


commit c8042d8cc471de235703b563112a37abe73d6134
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Aug 12 10:37:05 2025 +0200

    Rel 10

 build.patch  | 12 ++++++++++++
 libgda5.spec |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/libgda5.spec b/libgda5.spec
index deb7e15..dea1a34 100644
--- a/libgda5.spec
+++ b/libgda5.spec
@@ -22,7 +22,7 @@ Summary:	GNU Data Access library
 Summary(pl.UTF-8):	Biblioteka GNU Data Access
 Name:		libgda5
 Version:	5.2.10
-Release:	9
+Release:	10
 License:	LGPL v2+/GPL v2+
 Group:		Libraries
 Source0:	https://download.gnome.org/sources/libgda/5.2/libgda-%{version}.tar.xz
diff --git a/build.patch b/build.patch
index a6d8a7b..de1a5d6 100644
--- a/build.patch
+++ b/build.patch
@@ -363,3 +363,15 @@
  
  	/* header */
          GtkWidget *label;
+--- libgda-5.2.10/providers/ldap/gda-ldap-util.c~	2020-11-08 21:23:20.000000000 +0100
++++ libgda-5.2.10/providers/ldap/gda-ldap-util.c	2025-08-12 10:25:57.319183587 +0200
+@@ -887,7 +887,8 @@ gda_ldap_attr_value_to_g_value (LdapConn
+ 			struct tm *ptm;
+ #ifdef HAVE_LOCALTIME_R
+ 			struct tm tmpstm;
+-			ptm = localtime_r (&(tv.tv_sec), &tmpstm);
++			time_t secs = (time_t) tv.tv_sec;
++			ptm = localtime_r (&secs, &tmpstm);
+ #elif HAVE_LOCALTIME_S
+ 			struct tm tmpstm;
+ 			if (localtime_s (&tmpstm, &(tv.tv_sec)) == 0)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgda5.git/commitdiff/c8042d8cc471de235703b563112a37abe73d6134



More information about the pld-cvs-commit mailing list