diff --git a/uim.changes b/uim.changes index d1f96e4..5009d33 100644 --- a/uim.changes +++ b/uim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 21 19:10:28 UTC 2023 - Marguerite Su + +- set-face-underline-p is an alias to set-face-underline + and was deprecated since emacs 24.3 + ------------------------------------------------------------------- Mon Aug 8 15:36:02 UTC 2022 - Dominique Leuenberger diff --git a/uim.spec b/uim.spec index 255cd28..817525a 100644 --- a/uim.spec +++ b/uim.spec @@ -1,7 +1,7 @@ # # spec file for package uim # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -149,6 +149,7 @@ popd # GNU Emacs: install -m 644 $RPM_SOURCE_DIR/suse-start-uim.el %{buildroot}%{_datadir}/emacs/site-lisp/ pushd %{buildroot}%{_datadir}/emacs/site-lisp/uim-el + sed -i 's/set-face-underline-p/set-face-underline/g' ./uim-var.el for i in $(find . -name "*.el") do emacs -no-site-file -q -batch -eval '(setq load-path (cons "." load-path))' -f batch-byte-compile $i