Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2025-01-07 20:54:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libisds (Old)
 and      /work/SRC/openSUSE:Factory/.libisds.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libisds"

Tue Jan  7 20:54:48 2025 rev:14 rq:1235607 version:0.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2022-12-03 
12:48:41.282171836 +0100
+++ /work/SRC/openSUSE:Factory/.libisds.new.1881/libisds.changes        
2025-01-07 20:55:29.158041310 +0100
@@ -1,0 +2,5 @@
+Fri Nov 15 09:01:37 UTC 2024 - Marcus Meissner <meiss...@suse.com>
+
+- libisds-build-fix.patch:  fix build with gcc14
+
+-------------------------------------------------------------------

New:
----
  libisds-build-fix.patch

BETA DEBUG BEGIN:
  New:
- libisds-build-fix.patch:  fix build with gcc14
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libisds.spec ++++++
--- /var/tmp/diff_new_pack.khHu2W/_old  2025-01-07 20:55:29.594059350 +0100
+++ /var/tmp/diff_new_pack.khHu2W/_new  2025-01-07 20:55:29.598059515 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source0:        http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
 Source1:        http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
+Patch0:         libisds-build-fix.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gpg2
 BuildRequires:  libgcrypt-devel


++++++ libisds-build-fix.patch ++++++
Index: libisds-0.11.2/test/simline/service.c
===================================================================
--- libisds-0.11.2.orig/test/simline/service.c
+++ libisds-0.11.2/test/simline/service.c
@@ -5,6 +5,7 @@
 #include "services.h"
 #include "system.h"
 #include <string.h>
+#include <stdlib.h>
 #include <stdint.h>     /* For intmax_t */
 #include <inttypes.h>   /* For PRIdMAX */
 #include <ctype.h>      /* for isdigit() */

Reply via email to