Hello community, here is the log from the commit of package anthy for openSUSE:Factory checked in at 2020-09-27 11:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anthy (Old) and /work/SRC/openSUSE:Factory/.anthy.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anthy" Sun Sep 27 11:49:39 2020 rev:36 rq:837196 version:9100h Changes: -------- --- /work/SRC/openSUSE:Factory/anthy/anthy.changes 2020-08-18 15:36:47.444680275 +0200 +++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes 2020-09-27 11:49:41.552038019 +0200 @@ -1,0 +2,6 @@ +Tue Sep 15 06:18:12 UTC 2020 - Cliff Zhao <[email protected]> + +- Update anthy.spec: Drop the is_opensuse macro to eliminate the + difference between SLE-15 and openSUSE-Leap (jsc#SLE-12100). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anthy.spec ++++++ --- /var/tmp/diff_new_pack.pFEfjX/_old 2020-09-27 11:49:42.304038830 +0200 +++ /var/tmp/diff_new_pack.pFEfjX/_new 2020-09-27 11:49:42.308038834 +0200 @@ -16,11 +16,6 @@ # -%if 0%{?is_opensuse} -%bcond_without emacs -%else -%bcond_with emacs -%endif Name: anthy Version: 9100h Release: 0 @@ -47,12 +42,10 @@ # PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 [email protected] Patch4: anthy-use-last-command-event.diff Patch5: bugzilla-1175274-emacs-27.1.patch +BuildRequires: emacs-x11 BuildRequires: fdupes BuildRequires: libtool -%if %{with emacs} -BuildRequires: emacs-x11 BuildRequires: xemacs -%endif %description Anthy is a package for an input method editor backend for Unix-like @@ -102,7 +95,6 @@ %install %make_install -%if %{with emacs} install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el %{buildroot}%{_datadir}/emacs/site-lisp/ # compile the XEmacs versions of the emacs-lisp files and install them: pushd src-util @@ -112,7 +104,6 @@ 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 @@ -128,10 +119,8 @@ %dir %{_datadir}/anthy/ %{_datadir}/anthy/* %{_bindir}/* -%if %{with emacs} %{_datadir}/emacs/site-lisp/* %{_datadir}/xemacs/* -%endif %files -n libanthy0 %{_libdir}/*.so.*
