diff --git a/libisds-build-fix.patch b/libisds-build-fix.patch new file mode 100644 index 0000000..d02475e --- /dev/null +++ b/libisds-build-fix.patch @@ -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 ++#include + #include /* For intmax_t */ + #include /* For PRIdMAX */ + #include /* for isdigit() */ diff --git a/libisds.changes b/libisds.changes index 87471bb..302d07e 100644 --- a/libisds.changes +++ b/libisds.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 15 09:01:37 UTC 2024 - Marcus Meissner + +- libisds-build-fix.patch: fix build with gcc14 + ------------------------------------------------------------------- Sat Dec 3 10:53:54 UTC 2022 - Dirk Müller diff --git a/libisds.spec b/libisds.spec index c21c6ea..df427f5 100644 --- a/libisds.spec +++ b/libisds.spec @@ -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