Accepting request 827590 from home:WernerFink:branches:M17N

- Add patch uim-fix-multiple_declaration.diff to avoid multiple
  declaration of GCROOTS_jmp_buf 

- Add patch bugzilla-1175274-emacs-27.1.patch
  There is no (process-kill-without-query) anymore, use
  (set-process-query-on-exit-flag) instead (boo#1175274).

OBS-URL: https://build.opensuse.org/request/show/827590
OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=57
This commit is contained in:
2020-08-21 13:45:01 +00:00
committed by Git OBS Bridge
parent 647528bbba
commit 3319c9c0a4
4 changed files with 80 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 18 12:37:11 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add patch uim-fix-multiple_declaration.diff to avoid multiple
declaration of GCROOTS_jmp_buf
-------------------------------------------------------------------
Tue Aug 18 11:19:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add patch bugzilla-1175274-emacs-27.1.patch
There is no (process-kill-without-query) anymore, use
(set-process-query-on-exit-flag) instead (boo#1175274).
-------------------------------------------------------------------
Sat Apr 13 13:31:32 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>