Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package appimaged for openSUSE:Factory 
checked in at 2024-11-18 20:02:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appimaged (Old)
 and      /work/SRC/openSUSE:Factory/.appimaged.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appimaged"

Mon Nov 18 20:02:48 2024 rev:3 rq:1224898 version:10

Changes:
--------
--- /work/SRC/openSUSE:Factory/appimaged/appimaged.changes      2021-11-09 
23:55:07.091968148 +0100
+++ /work/SRC/openSUSE:Factory/.appimaged.new.2017/appimaged.changes    
2024-11-18 20:03:40.895333672 +0100
@@ -1,0 +2,5 @@
+Mon Nov 18 13:48:22 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Add gcc14,patch:Fix build using stricter gcc 14.
+
+-------------------------------------------------------------------

New:
----
  gcc14,patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ appimaged.spec ++++++
--- /var/tmp/diff_new_pack.pR8l8U/_old  2024-11-18 20:03:41.383354083 +0100
+++ /var/tmp/diff_new_pack.pR8l8U/_new  2024-11-18 20:03:41.387354250 +0100
@@ -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 @@
 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 @@
 of AppImage files.
 
 %prep
-%setup -q -n AppImageKit-%version
+%autosetup -p1 -n AppImageKit-%version
 sed -i -e s,^version=.*,version=%version, build.sh
 
 %build

++++++ gcc14,patch ++++++
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;
 

Reply via email to