[packages/lizardfs] - relup, added gcc15.patch
mrozowik
mrozowik at pld-linux.org
Wed Oct 22 14:21:56 CEST 2025
commit 206b3c86015919710784f8f405d08d0a10f36821
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Wed Oct 22 12:21:43 2025 +0000
- relup, added gcc15.patch
gcc15.patch | 20 ++++++++++++++++++++
lizardfs.spec | 4 +++-
2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/lizardfs.spec b/lizardfs.spec
index 3d3edca..509e755 100644
--- a/lizardfs.spec
+++ b/lizardfs.spec
@@ -7,7 +7,7 @@ Summary: Open Source Distributed File System
Summary(pl.UTF-8): Rozporoszony system plików Open Source
Name: lizardfs
Version: 3.12.0
-Release: 2
+Release: 3
License: GPL v3
Group: Applications/File
Source0: https://github.com/lizardfs/lizardfs/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -21,6 +21,7 @@ Patch3: spdlog.patch
Patch4: %{name}-thrift-c++11.patch
Patch5: %{name}-libsuffix.patch
Patch6: %{name}-includes.patch
+Patch7: gcc15.patch
URL: https://github.com/lizardfs/lizardfs
BuildRequires: /usr/bin/a2x
BuildRequires: asciidoc
@@ -158,6 +159,7 @@ Serwer CGI LizardFS.
%patch -P4 -p1
%patch -P5 -p1
%patch -P6 -p1
+%patch -P7 -p1
%{__rm} -r external/crcutil-1.0
diff --git a/gcc15.patch b/gcc15.patch
new file mode 100644
index 0000000..f56655a
--- /dev/null
+++ b/gcc15.patch
@@ -0,0 +1,20 @@
+--- lizardfs-3.12.0/src/common/compact_vector.h~ 2017-12-20 09:59:37.000000000 +0000
++++ lizardfs-3.12.0/src/common/compact_vector.h 2025-10-22 12:09:46.596272476 +0000
+@@ -24,6 +24,7 @@
+ #include <cassert>
+ #include <iterator>
+ #include <limits>
++#include <cstdint>
+ #include <memory>
+ #include <stdexcept>
+ #include <type_traits>
+--- lizardfs-3.12.0/src/common/small_vector.h~ 2017-12-20 09:59:37.000000000 +0000
++++ lizardfs-3.12.0/src/common/small_vector.h 2025-10-22 12:17:32.397792243 +0000
+@@ -27,6 +27,7 @@
+ #include <memory>
+ #include <type_traits>
+ #include <vector>
++#include <cstdint>
+
+ namespace detail {
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lizardfs.git/commitdiff/206b3c86015919710784f8f405d08d0a10f36821
More information about the pld-cvs-commit
mailing list