Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2020-09-30 19:55:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/anthy (Old)
 and      /work/SRC/openSUSE:Factory/.anthy.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "anthy"

Wed Sep 30 19:55:15 2020 rev:38 rq:838742 version:9100h

Changes:
--------
--- /work/SRC/openSUSE:Factory/anthy/anthy.changes      2020-09-29 
19:05:27.106032538 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes    2020-09-30 
19:55:21.900836933 +0200
@@ -1,0 +2,5 @@
+Wed Sep 30 10:31:45 UTC 2020 - Dr. Werner Fink <wer...@suse.de>
+
+- Use build condition to enable or disable Xemacs support (jsc#SLE-12100) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ anthy.spec ++++++
--- /var/tmp/diff_new_pack.ZZuSSs/_old  2020-09-30 19:55:23.124838028 +0200
+++ /var/tmp/diff_new_pack.ZZuSSs/_new  2020-09-30 19:55:23.124838028 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_with     xemacs
+
 Name:           anthy
 Version:        9100h
 Release:        0
@@ -45,7 +47,7 @@
 BuildRequires:  emacs-x11
 BuildRequires:  fdupes
 BuildRequires:  libtool
-%if 0%{?is_opensuse}
+%if %{with xemacs}
 BuildRequires:  xemacs
 %endif
 
@@ -98,7 +100,7 @@
 %install
 %make_install
 install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el 
%{buildroot}%{_datadir}/emacs/site-lisp/
-%if 0%{?is_opensuse}
+%if %{with xemacs}
 # compile the XEmacs versions of the emacs-lisp files and install them:
 pushd src-util
     rm -f *.elc
@@ -124,7 +126,7 @@
 %{_datadir}/anthy/*
 %{_bindir}/*
 %{_datadir}/emacs/site-lisp/*
-%if 0%{?is_opensuse}
+%if %{with xemacs}
 %{_datadir}/xemacs/*
 %endif
 


Reply via email to