Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uim for openSUSE:Factory checked in at 2023-10-12 23:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uim (Old) and /work/SRC/openSUSE:Factory/.uim.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uim" Thu Oct 12 23:41:54 2023 rev:56 rq:1114546 version:1.8.8 Changes: -------- --- /work/SRC/openSUSE:Factory/uim/uim.changes 2022-08-09 15:28:18.597617914 +0200 +++ /work/SRC/openSUSE:Factory/.uim.new.1807/uim.changes 2023-10-12 23:43:16.667435734 +0200 @@ -1,0 +2,6 @@ +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 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uim.spec ++++++ --- /var/tmp/diff_new_pack.cVgCHD/_old 2023-10-12 23:43:17.383461653 +0200 +++ /var/tmp/diff_new_pack.cVgCHD/_new 2023-10-12 23:43:17.383461653 +0200 @@ -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 @@ # 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