[packages/zathura] - using -std=c23 requires gcc 14
qboosh
qboosh at pld-linux.org
Sat Mar 28 10:29:33 CET 2026
commit d8d6c958e7ac86813a2a7189b193c6b15bfce006
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 28 10:29:50 2026 +0100
- using -std=c23 requires gcc 14
zathura.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zathura.spec b/zathura.spec
index 5593abb..5877dcf 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -18,8 +18,8 @@ Source0: https://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz
Source1: config.txt
URL: http://pwmt.org/projects/zathura
BuildRequires: cairo-devel
-# C23
-BuildRequires: gcc >= 6:9
+# C23 as -std=c23
+BuildRequires: gcc >= 6:14
BuildRequires: gettext-tools
BuildRequires: girara-devel >= 2026.02.03
BuildRequires: glib2-devel >= 1:2.76
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zathura.git/commitdiff/d8d6c958e7ac86813a2a7189b193c6b15bfce006
More information about the pld-cvs-commit
mailing list