From 0ae4df9da657408c97e90385d0d8fc1c96ab2929 Mon Sep 17 00:00:00 2001 From: "yangxiaoxuan@uniontech.com" Date: Wed, 1 Mar 2023 14:07:14 +0800 Subject: [PATCH] spec: rebuild for ImageMagick Signed-off-by: yangxiaoxuan@uniontech.com --- emacs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index c16d070..0f4a7b4 100644 --- a/emacs.spec +++ b/emacs.spec @@ -1,10 +1,11 @@ +%define anolis_release .0.1 %undefine _hardened_build # This file is encoded in UTF-8. -*- coding: utf-8 -*- Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 24.3 -Release: 23%{?dist} +Release: 23%{anolis_release}%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -520,6 +521,9 @@ update-desktop-database &> /dev/null || : %dir %{_datadir}/emacs/site-lisp/site-start.d %changelog +* Wed Mar 01 2023 yangxiaoxuan - 1:24.3-23.0.1 +- spec: rebuild for ImageMagick + * Fri Nov 01 2019 Tomas Pelka - 1:24.3-23 - Resolves: #1765208 rebuild against new IM -- Gitee