Ana Guerrero 2023-10-12 21:41:54 +00:00 committed by Git OBS Bridge
commit d799fc1ee5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 21 19:10:28 UTC 2023 - Marguerite Su <i@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 <dimstar@opensuse.org>

View File

@ -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