From c03787706cb3d653350f9c96fb591ac055e91f31 Mon Sep 17 00:00:00 2001 From: sa-buc Date: Wed, 18 Jun 2025 18:10:23 +0800 Subject: [PATCH] wbekit 48 are incompatible with emacs and remove it --- emacs.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/emacs.spec b/emacs.spec index 807e3ab..0406bbe 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %global _hardened_build 1 # This file is encoded in UTF-8. -*- coding: utf-8 -*- @@ -65,7 +65,6 @@ BuildRequires: jansson-devel BuildRequires: systemd-devel BuildRequires: libgccjit-devel BuildRequires: gtk3-devel -BuildRequires: webkit2gtk3-devel BuildRequires: gnupg2 BuildRequires: Xaw3d-devel BuildRequires: make @@ -247,7 +246,7 @@ LDFLAGS=-Wl,-z,relro; export LDFLAGS; %configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \ --with-tiff --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \ - --with-xwidgets --with-modules --with-harfbuzz --with-cairo --with-json \ + --with-modules --with-harfbuzz --with-cairo --with-json \ --with-native-compilation %{setarch} %make_build bootstrap NATIVE_FULL_AOT=1 %{setarch} %make_build @@ -518,6 +517,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %{_includedir}/emacs-module.h %changelog +* Thu Jun 19 2025 zjl02254423 - 1:29.4-5 +- remove webkit + * Thu May 15 2025 Cheng Yang - 1:29.4-4 - Fix CVE-2024-53920 -- Gitee