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:
commit
babc8d5dfb
12
libisds-build-fix.patch
Normal file
12
libisds-build-fix.patch
Normal 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() */
|
@ -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>
|
Sat Dec 3 10:53:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libisds
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Source0: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
|
||||||
Source1: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz.asc
|
Source1: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
|
Patch0: libisds-build-fix.patch
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gpg2
|
BuildRequires: gpg2
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user