Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 13:48:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add gcc14,patch:Fix build using stricter gcc 14.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 28 09:56:55 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appimaged
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,6 @@ License: MIT
|
||||
Group: System/Daemons
|
||||
Source0: AppImageKit-%version.tar.xz
|
||||
Source1: appimaged.service
|
||||
Patch0: gcc14,patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: cairo-devel
|
||||
@ -49,7 +48,7 @@ The package comes also with appimage.validate CLI tool to verify signature
|
||||
of AppImage files.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n AppImageKit-%version
|
||||
%setup -q -n AppImageKit-%version
|
||||
sed -i -e s,^version=.*,version=%version, build.sh
|
||||
|
||||
%build
|
||||
|
12
gcc14,patch
12
gcc14,patch
@ -1,12 +0,0 @@
|
||||
Index: AppImageKit/squashfuse/ll.c
|
||||
===================================================================
|
||||
--- AppImageKit.orig/squashfuse/ll.c
|
||||
+++ AppImageKit/squashfuse/ll.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
static const double SQFS_TIMEOUT = DBL_MAX;
|
||||
|
Loading…
Reference in New Issue
Block a user