Hello community, here is the log from the commit of package anthy for openSUSE:Factory checked in at 2013-11-08 07:03:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anthy (Old) and /work/SRC/openSUSE:Factory/.anthy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anthy" Changes: -------- --- /work/SRC/openSUSE:Factory/anthy/anthy.changes 2013-07-12 20:41:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2013-11-08 07:03:13.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 6 15:32:43 CET 2013 - [email protected] + +- Fix breakage on GNU Emacs on openSUSE 13.1 (bnc#849211) +- Added patch: anthy-use-last-command-event.diff + +------------------------------------------------------------------- New: ---- anthy-use-last-command-event.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anthy.spec ++++++ --- /var/tmp/diff_new_pack.QjJwOs/_old 2013-11-08 07:03:14.000000000 +0100 +++ /var/tmp/diff_new_pack.QjJwOs/_new 2013-11-08 07:03:14.000000000 +0100 @@ -45,6 +45,8 @@ Source2: baselibs.conf Patch2: anthy-last-command-char-xemacs.patch Patch3: bugzilla-224463-comparison-with-string-literal.patch +# PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 [email protected] +Patch4: anthy-use-last-command-event.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Kana-Kanji Conversion Engine License: GPL-2.0+ and LGPL-2.1+ @@ -88,6 +90,9 @@ %setup -q %patch2 -p 1 %patch3 -p 1 +%if 0%{?suse_version} > 1230 +%patch4 -p 1 +%endif %build autoreconf --force --install ++++++ anthy-use-last-command-event.diff ++++++ --- src-util/anthy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src-util/anthy.el +++ b/src-util/anthy.el @@ -892,7 +892,7 @@ ((equal event (character-to-event 'backspace)) 8) (t (char-to-int (event-to-character event))))) - last-command-char)) + last-command-event)) ;; ;; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
