diff --git a/appimaged.changes b/appimaged.changes index e091756..fc3fc26 100644 --- a/appimaged.changes +++ b/appimaged.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 18 13:48:22 UTC 2024 - Dominique Leuenberger + +- Add gcc14,patch:Fix build using stricter gcc 14. + ------------------------------------------------------------------- Sun Feb 28 09:56:55 UTC 2021 - Wolfgang Rosenauer diff --git a/appimaged.spec b/appimaged.spec index 1af44a0..a91c4a3 100644 --- a/appimaged.spec +++ b/appimaged.spec @@ -1,7 +1,7 @@ # # spec file for package appimaged # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ License: MIT Group: System/Daemons Source0: AppImageKit-%version.tar.xz Source1: appimaged.service +Patch0: gcc14,patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cairo-devel @@ -48,7 +49,7 @@ The package comes also with appimage.validate CLI tool to verify signature of AppImage files. %prep -%setup -q -n AppImageKit-%version +%autosetup -p1 -n AppImageKit-%version sed -i -e s,^version=.*,version=%version, build.sh %build diff --git a/gcc14,patch b/gcc14,patch new file mode 100644 index 0000000..b04e8d9 --- /dev/null +++ b/gcc14,patch @@ -0,0 +1,12 @@ +Index: AppImageKit/squashfuse/ll.c +=================================================================== +--- AppImageKit.orig/squashfuse/ll.c ++++ AppImageKit/squashfuse/ll.c +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + static const double SQFS_TIMEOUT = DBL_MAX; +