diff --git a/dist b/dist index f0303ad6bc67047392cc47112b4135cc82a0e690..89c1faffc18349bb12eee2371e9dc43bf419b95c 100644 --- a/dist +++ b/dist @@ -1 +1 @@ -an9_2 +an9 diff --git a/emacs.spec b/emacs.spec index ef99a7607b5dfcc265cf811ff39a20e0003117d2..d53debc59c89a6cca514b5aeadbd0fbc3712c019 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,12 +1,12 @@ -%define anolis_release .0.3 %global _hardened_build 1 +%define anolis_release .0.1 # This file is encoded in UTF-8. -*- coding: utf-8 -*- Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 27.2 -Release: 8%{anolis_release}%{?dist}.1 +Release: 9%{anolis_release}%{?dist} License: GPLv3+ and CC0-1.0 URL: http://www.gnu.org/software/emacs/ Source0: https://ftp.gnu.org/gnu/emacs/emacs-%{version}.tar.xz @@ -35,7 +35,6 @@ Patch7: emacs-htmlfontify-command-injection-vulnerability.patch Patch8: emacs-ruby-mode-local-command-injection-vulnerability.patch Patch9: emacs-ob-latex-command-injection-vulnerability.patch BuildRequires: gcc - BuildRequires: atk-devel BuildRequires: cairo-devel BuildRequires: freetype-devel @@ -511,21 +510,15 @@ rm %{buildroot}%{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document23.svg %doc doc/NEWS BUGS README %changelog -* Tue Jul 18 2023 Jingyun Hua - 1:27.2-8.0.3.1 -- update config.sub and config.guess for loongarch64 - -* Sat Jul 1 2023 Weisson - 1:27.2-8.0.2.1 -- Remove loongarch64 arch - -* Fri Jun 16 2023 Xiaoping Liu - 1:27.2-8.0.1.1 +* Wed Dec 06 2023 Xiaoping Liu - 1:27.2-9.0.1 - Add doc sub package -- Support loongarch64 platform +- update config.sub and config.guess for loongarch64 (Jingyun Hua) -* Tue Apr 4 2023 Jacek Migacz - 1:27.2-8.1 -- Fix etags local command injection vulnerability (#2184369) -- Fix htmlfontify.el command injection vulnerability (#2184368) -- Fix ruby-mode.el local command injection vulnerability (#2184367) -- Fix ob-latex.el command injection vulnerability (#2184377) +* Sun Apr 2 2023 Jacek Migacz - 1:27.2-9 +- Fix etags local command injection vulnerability (#2175190) +- Fix htmlfontify.el command injection vulnerability (#2175179) +- Fix ruby-mode.el local command injection vulnerability (#2175142) +- Fix ob-latex.el command injection vulnerability (#2180590) * Tue Jan 10 2023 Jacek Migacz - 1:27.2-8 - Use a 64KB page size for pdump (#1979804)