[packages/claws-mail] - removing gcc13 patch

mrozowik mrozowik at pld-linux.org
Tue Nov 21 16:29:16 CET 2023


commit e4887de283a19767c2a7af46ac93ed5e18c24a83
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date:   Tue Nov 21 14:50:02 2023 +0000

    - removing gcc13 patch

 claws-mail.spec |  2 --
 gcc13.patch     | 37 -------------------------------------
 2 files changed, 39 deletions(-)
---
diff --git a/claws-mail.spec b/claws-mail.spec
index 7a7bbbf..aa6d2c7 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -21,7 +21,6 @@ Source0:	https://www.claws-mail.org/releases/%{name}-%{version}.tar.xz
 # Source0-md5:	bc69492bab6f42f31952cfa27598537b
 Source1:	%{name}.desktop
 Patch0:		%{name}-link.patch
-Patch1:		gcc13.patch
 URL:		https://www.claws-mail.org/
 BuildRequires:	NetworkManager-devel
 BuildRequires:	autoconf >= 2.69
@@ -429,7 +428,6 @@ webCal.
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/gcc13.patch b/gcc13.patch
deleted file mode 100644
index 10da046..0000000
--- a/gcc13.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From a9a16a253ed3865a51db5e306539d3494087dafd Mon Sep 17 00:00:00 2001
-From: Paul <paul at claws-mail.org>
-Date: Wed, 19 Apr 2023 16:42:07 +0100
-Subject: [PATCH] fix bug 4648, 'fails to build with gcc 13'
-
----
- src/plugins/litehtml_viewer/litehtml/html.h    | 1 +
- src/plugins/litehtml_viewer/litehtml/num_cvt.h | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/plugins/litehtml_viewer/litehtml/html.h b/src/plugins/litehtml_viewer/litehtml/html.h
-index 4151b1225..20457f155 100644
---- a/src/plugins/litehtml_viewer/litehtml/html.h
-+++ b/src/plugins/litehtml_viewer/litehtml/html.h
-@@ -9,6 +9,7 @@
- #include <cstring>
- #include <algorithm>
- #include <sstream>
-+#include <cstdint>
- #include "os_types.h"
- #include "types.h"
- #include "background.h"
-diff --git a/src/plugins/litehtml_viewer/litehtml/num_cvt.h b/src/plugins/litehtml_viewer/litehtml/num_cvt.h
-index 515e46d62..367dcc36a 100644
---- a/src/plugins/litehtml_viewer/litehtml/num_cvt.h
-+++ b/src/plugins/litehtml_viewer/litehtml/num_cvt.h
-@@ -2,6 +2,7 @@
- #define NUM_CVT_H
- 
- #include <string>
-+#include <cstdint>
- #include "os_types.h"
- 
- namespace litehtml
--- 
-2.25.1
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/claws-mail.git/commitdiff/e4887de283a19767c2a7af46ac93ed5e18c24a83



More information about the pld-cvs-commit mailing list