Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2023-08-22 08:56:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/anthy (Old)
 and      /work/SRC/openSUSE:Factory/.anthy.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "anthy"

Tue Aug 22 08:56:20 2023 rev:41 rq:1105046 version:9100h

Changes:
--------
--- /work/SRC/openSUSE:Factory/anthy/anthy.changes      2021-06-07 
22:45:16.424664799 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.1766/anthy.changes    2023-08-22 
08:56:24.966589550 +0200
@@ -1,0 +2,7 @@
+Mon Aug 21 10:05:18 UTC 2023 - Marguerite Su <i...@marguerite.su>
+
+- add anthy-set-face-underline-p.patch
+  * set-face-underline-p is an alias for set-face-underline
+    and was dreprecated since emacs 24.3 
+
+-------------------------------------------------------------------

New:
----
  anthy-set-face-underline-p.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ anthy.spec ++++++
--- /var/tmp/diff_new_pack.bIkKgp/_old  2023-08-22 08:56:26.342592164 +0200
+++ /var/tmp/diff_new_pack.bIkKgp/_new  2023-08-22 08:56:26.350592180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# Copyright (c) 2021 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
@@ -44,6 +44,7 @@
 # PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 ti...@suse.de
 Patch4:         anthy-use-last-command-event.diff
 Patch5:         bugzilla-1175274-emacs-27.1.patch
+Patch6:         anthy-set-face-underline-p.patch
 BuildRequires:  emacs-x11
 BuildRequires:  fdupes
 BuildRequires:  libtool

++++++ anthy-set-face-underline-p.patch ++++++
Index: anthy-9100h/src-util/anthy.el
===================================================================
--- anthy-9100h.orig/src-util/anthy.el
+++ anthy-9100h/src-util/anthy.el
@@ -71,7 +71,7 @@
 (defvar anthy-highlight-face nil)
 (defvar anthy-underline-face nil)
 (copy-face 'highlight 'anthy-highlight-face)
-(set-face-underline-p 'anthy-highlight-face t)
+(set-face-underline 'anthy-highlight-face t)
 (copy-face 'underline 'anthy-underline-face)
 
 ;;

Reply via email to