Hello community, here is the log from the commit of package xemacs for openSUSE:Factory checked in at 2020-08-18 12:01:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xemacs (Old) and /work/SRC/openSUSE:Factory/.xemacs.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xemacs" Tue Aug 18 12:01:36 2020 rev:92 rq:827492 version:21.5.34 Changes: -------- --- /work/SRC/openSUSE:Factory/xemacs/xemacs.changes 2020-04-15 19:54:38.949603162 +0200 +++ /work/SRC/openSUSE:Factory/.xemacs.new.3399/xemacs.changes 2020-08-18 12:03:10.907424606 +0200 @@ -1,0 +2,10 @@ +Mon Aug 17 06:40:55 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Require par at build time + +------------------------------------------------------------------- +Thu Aug 13 07:55:54 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Add patch xemacs-libX11-boo1175028.patch as a try to fix also boo#1175028 + +------------------------------------------------------------------- New: ---- xemacs-libX11-boo1175028.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xemacs.spec ++++++ --- /var/tmp/diff_new_pack.X5RxGG/_old 2020-08-18 12:03:12.423424813 +0200 +++ /var/tmp/diff_new_pack.X5RxGG/_new 2020-08-18 12:03:12.427424814 +0200 @@ -37,6 +37,7 @@ BuildRequires: makeinfo BuildRequires: ncurses-devel BuildRequires: openldap2-devel +BuildRequires: par BuildRequires: texinfo BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) @@ -110,6 +111,7 @@ Patch60: xemacs-21.5.34-sbrk.patch # PATCH-FIX-SUSE fix make build race Patch61: xemacs-21.5.34-boo1115177.patch +Patch62: xemacs-libX11-boo1175028.patch Requires(pre): permissions Requires: ctags Requires: efont-unicode @@ -204,6 +206,7 @@ %patch59 -p1 %patch60 -p0 %patch61 -p0 +%patch62 -p0 %patch0 -p1 find lisp/ etc/ -name '*.elc' | xargs -r rm -f find . -name CVS -type d | xargs rm -rf ++++++ xemacs-libX11-boo1175028.patch ++++++ --- src/input-method-xlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- src/input-method-xlib.c +++ src/input-method-xlib.c 2020-08-13 07:54:18.827193037 +0000 @@ -300,7 +300,7 @@ XIM_init_frame (struct frame *f) xim = DEVICE_X_XIM (d); - if (!xim) + if (!xim || ! DEVICE_X_XIM_STYLES(d)) { return; }
