[packages/apfs-fuse] - rel 2, add missing c++ header

baggins baggins at pld-linux.org
Tue Oct 14 22:58:19 CEST 2025


commit d3cff7df3bac2af5272ae0f07ccb566c9f1154d4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Oct 15 00:58:00 2025 +0200

    - rel 2, add missing c++ header

 apfs-fuse.spec | 4 +++-
 cstdint.patch  | 7 +++++++
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/apfs-fuse.spec b/apfs-fuse.spec
index 59cd95b..b8d5803 100644
--- a/apfs-fuse.spec
+++ b/apfs-fuse.spec
@@ -4,7 +4,7 @@ Name:		apfs-fuse
 Version:	0
 %define	gitref	66b86bd525e8cb90f9012543be89b1f092b75cf3
 %define	snap	20230313
-%define	rel	1
+%define	rel	2
 Release:	0.%{snap}.%{rel}
 License:	GPL v2
 Group:		Applications/System
@@ -14,6 +14,7 @@ Source0:	https://github.com/sgan81/apfs-fuse/archive/%{gitref}/%{name}-%{snap}.t
 Source1:	https://github.com/lzfse/lzfse/archive/%{lzfse_gitref}/lzfse-%{lzfse_gitref}.tar.gz
 # Source1-md5:	e5533c906e31ec2ac6a3c412342d885f
 Patch0:		%{name}-cmake.patch
+Patch1:		cstdint.patch
 URL:		https://github.com/sgan81/apfs-fuse
 BuildRequires:	bzip2-devel
 BuildRequires:	cmake >= 3.0
@@ -46,6 +47,7 @@ tylko zgłosić błąd.
 %prep
 %setup -q -n %{name}-%{gitref}
 %patch -P0 -p1
+%patch -P1 -p1
 
 tar xf %{SOURCE1} -C 3rdparty/lzfse --strip-components=1
 
diff --git a/cstdint.patch b/cstdint.patch
new file mode 100644
index 0000000..dd78e0a
--- /dev/null
+++ b/cstdint.patch
@@ -0,0 +1,7 @@
+--- apfs-fuse-66b86bd525e8cb90f9012543be89b1f092b75cf3/ApfsLib/PList.cpp~	2023-03-12 19:21:57.000000000 +0100
++++ apfs-fuse-66b86bd525e8cb90f9012543be89b1f092b75cf3/ApfsLib/PList.cpp	2025-10-15 00:55:43.019994421 +0200
+@@ -1,3 +1,4 @@
++#include <cstdint>
+ #include <string>
+ 
+ #include "PList.h"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apfs-fuse.git/commitdiff/d3cff7df3bac2af5272ae0f07ccb566c9f1154d4



More information about the pld-cvs-commit mailing list