Hello community, here is the log from the commit of package anthy for openSUSE:Factory checked in at 2020-09-29 19:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anthy (Old) and /work/SRC/openSUSE:Factory/.anthy.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anthy" Tue Sep 29 19:05:14 2020 rev:37 rq:838572 version:9100h Changes: -------- --- /work/SRC/openSUSE:Factory/anthy/anthy.changes 2020-09-27 11:49:41.552038019 +0200 +++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes 2020-09-29 19:05:27.106032538 +0200 @@ -1,0 +2,5 @@ +Tue Sep 29 13:25:37 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Do not use Xemacs on SLE products (jsc#SLE-12100) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anthy.spec ++++++ --- /var/tmp/diff_new_pack.jaCZNx/_old 2020-09-29 19:05:27.798033236 +0200 +++ /var/tmp/diff_new_pack.jaCZNx/_new 2020-09-29 19:05:27.802033240 +0200 @@ -45,7 +45,9 @@ BuildRequires: emacs-x11 BuildRequires: fdupes BuildRequires: libtool +%if 0%{?is_opensuse} BuildRequires: xemacs +%endif %description Anthy is a package for an input method editor backend for Unix-like @@ -96,6 +98,7 @@ %install %make_install install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el %{buildroot}%{_datadir}/emacs/site-lisp/ +%if 0%{?is_opensuse} # compile the XEmacs versions of the emacs-lisp files and install them: pushd src-util rm -f *.elc @@ -104,6 +107,7 @@ mkdir -p %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy install -m 644 *.el *.elc %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy popd +%endif %fdupes %{buildroot}%{_datadir} find %{buildroot} -type f -name "*.la" -delete -print # remove unneeded Makefiles for documents @@ -120,7 +124,9 @@ %{_datadir}/anthy/* %{_bindir}/* %{_datadir}/emacs/site-lisp/* +%if 0%{?is_opensuse} %{_datadir}/xemacs/* +%endif %files -n libanthy0 %{_libdir}/*.so.*
