From 98023edad6386f29b3be172a8a7353cbf31db7fe6452cd8291c6135d9ec5f54e Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 30 Sep 2023 14:10:32 +0000 Subject: [PATCH] Accepting request 1114545 from home:MargueriteSu:branches:M17N - set-face-underline-p is an alias to set-face-underline and was deprecated since emacs 24.3 OBS-URL: https://build.opensuse.org/request/show/1114545 OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=69 --- uim.changes | 6 ++++++ uim.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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