Hello community,

here is the log from the commit of package psgml for openSUSE:Factory checked 
in at 2020-08-18 15:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psgml (Old)
 and      /work/SRC/openSUSE:Factory/.psgml.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psgml"

Tue Aug 18 15:36:48 2020 rev:25 rq:827586 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/psgml/psgml.changes      2019-11-26 
17:02:13.636051055 +0100
+++ /work/SRC/openSUSE:Factory/.psgml.new.3399/psgml.changes    2020-08-18 
15:36:49.804681253 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 11:19:51 UTC 2020 - Dr. Werner Fink <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------

New:
----
  bugzilla-1175274-emacs-27.1.patch

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

Other differences:
------------------
++++++ psgml.spec ++++++
--- /var/tmp/diff_new_pack.FVE62u/_old  2020-08-18 15:36:50.800681665 +0200
+++ /var/tmp/diff_new_pack.FVE62u/_new  2020-08-18 15:36:50.804681667 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package psgml
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,7 @@
 Patch7:         xxml-indentation.diff
 Patch8:         flavour.patch
 Patch9:         psgml-texinfo-6.7.patch
+Patch10:        bugzilla-1175274-emacs-27.1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 URL:            http://sourceforge.net/projects/psgml/
@@ -102,6 +103,7 @@
 cp -p %{S:9} .
 %patch -p 1 -P 6
 %patch8
+%patch10 -p0
 
 %build
 ./configure --prefix=%{_prefix} --infodir=%{_infodir}

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

---
 psgml-edit.el |    2 +-
 psgml-jade.el |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- psgml-edit.el
+++ psgml-edit.el       2020-08-18 11:37:26.469311227 +0000
@@ -1974,7 +1974,7 @@ characters in the current coding system.
                           (process (start-process 
                                     (format "%s background" handler)
                                     nil handler file)))
-                     (process-kill-without-query process))))
+                     (set-process-query-on-exit-flag process nil))))
              (error "Don't know how to handle notation '%s'." notation)))
           (text (progn
        
--- psgml-jade.el
+++ psgml-jade.el       2020-08-18 11:37:36.901126421 +0000
@@ -347,7 +347,7 @@ by EXTENSION, if non-nil."
     (erase-buffer)
   (let ((process (start-process (concat name " background")
                                nil "/bin/sh" "-c" command)))
-    (process-kill-without-query process))))
+    (set-process-query-on-exit-flag process nil))))
   
 (defun sgml-run-command (name command file error-regexp)
   "Hook for `sgml-command-list'."


Reply via email to