Accepting request 1235607 from network

- libisds-build-fix.patch:  fix build with gcc14

OBS-URL: https://build.opensuse.org/request/show/1235607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libisds?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2025-01-07 19:54:48 +00:00 committed by Git OBS Bridge
commit babc8d5dfb
3 changed files with 19 additions and 1 deletions

12
libisds-build-fix.patch Normal file
View File

@ -0,0 +1,12 @@
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() */

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 15 09:01:37 UTC 2024 - Marcus Meissner <meissner@suse.com>
- libisds-build-fix.patch: fix build with gcc14
-------------------------------------------------------------------
Sat Dec 3 10:53:54 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -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 @@ URL: http://xpisar.wz.cz/libisds/
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