SHA256
1
0
forked from pool/xemacs

Accepting request 827492 from M17N

- Require par at build time 

- Add patch xemacs-libX11-boo1175028.patch as a try to fix also boo#1175028

OBS-URL: https://build.opensuse.org/request/show/827492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xemacs?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2020-08-18 10:01:36 +00:00 committed by Git OBS Bridge
commit d89cfa4181
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
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;
}

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 17 06:40:55 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Require par at build time
-------------------------------------------------------------------
Thu Aug 13 07:55:54 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add patch xemacs-libX11-boo1175028.patch as a try to fix also boo#1175028
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 7 14:21:09 UTC 2020 - Dr. Werner Fink <werner@suse.de> Tue Apr 7 14:21:09 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -37,6 +37,7 @@ BuildRequires: libtiff-devel
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
BuildRequires: par
BuildRequires: texinfo BuildRequires: texinfo
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
@ -110,6 +111,7 @@ Patch59: xemacs-21.5.34-alsaplay.patch
Patch60: xemacs-21.5.34-sbrk.patch Patch60: xemacs-21.5.34-sbrk.patch
# PATCH-FIX-SUSE fix make build race # PATCH-FIX-SUSE fix make build race
Patch61: xemacs-21.5.34-boo1115177.patch Patch61: xemacs-21.5.34-boo1115177.patch
Patch62: xemacs-libX11-boo1175028.patch
Requires(pre): permissions Requires(pre): permissions
Requires: ctags Requires: ctags
Requires: efont-unicode Requires: efont-unicode
@ -204,6 +206,7 @@ echo Use xfs, that is XFontSet support for internationalized menubar.
%patch59 -p1 %patch59 -p1
%patch60 -p0 %patch60 -p0
%patch61 -p0 %patch61 -p0
%patch62 -p0
%patch0 -p1 %patch0 -p1
find lisp/ etc/ -name '*.elc' | xargs -r rm -f find lisp/ etc/ -name '*.elc' | xargs -r rm -f
find . -name CVS -type d | xargs rm -rf find . -name CVS -type d | xargs rm -rf