Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xemacs-packages for openSUSE:Factory
checked in at 2025-01-28 15:00:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xemacs-packages (Old)
and /work/SRC/openSUSE:Factory/.xemacs-packages.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xemacs-packages"
Tue Jan 28 15:00:04 2025 rev:48 rq:1240809 version:20130822
Changes:
--------
--- /work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages.changes
2024-07-09 20:06:17.705736618 +0200
+++
/work/SRC/openSUSE:Factory/.xemacs-packages.new.2316/xemacs-packages.changes
2025-01-28 15:00:53.150292760 +0100
@@ -1,0 +2,14 @@
+Tue Jan 28 12:10:33 UTC 2025 - Dr. Werner Fink <[email protected]>
+
+- Rename packages-cvs-sumo-2002-09-19-comint.patch to
+ packages-cvs-sumo-2002-09-19-comint.nopatch
+
+-------------------------------------------------------------------
+Tue Jan 14 13:16:51 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Fix escaping of commented out patch: with RPM 4.20, %patch
+ becomes a standard, expandable macro, that can span more than one
+ line. Commenting out with #%patch can thus lead to invalid
+ results.
+
+-------------------------------------------------------------------
Old:
----
packages-cvs-sumo-2002-09-19-comint.patch
New:
----
packages-cvs-sumo-2002-09-19-comint.nopatch
BETA DEBUG BEGIN:
Old:
- Rename packages-cvs-sumo-2002-09-19-comint.patch to
packages-cvs-sumo-2002-09-19-comint.nopatch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xemacs-packages.spec ++++++
--- /var/tmp/diff_new_pack.kg7j7i/_old 2025-01-28 15:00:53.850321701 +0100
+++ /var/tmp/diff_new_pack.kg7j7i/_new 2025-01-28 15:00:53.854321865 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xemacs-packages
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -82,7 +82,7 @@
Patch6: packages-cvs-xemacs-sumo-2005-12-08-diff-mode.patch
Patch7: gnus-utf-8.patch
Patch11: packages-cvs-xemacs-sumo-2002-03-29-ps-print.patch
-Patch15: packages-cvs-sumo-2002-09-19-comint.patch
+Source15: packages-cvs-sumo-2002-09-19-comint.nopatch
Patch17: packages-cvs-sumo-2004-02-02-awk.patch
Patch18: dinbrief.patch
Patch19: disable-skk.patch
@@ -163,7 +163,7 @@
%patch -P 6 -p1 -b .diff-mode
%patch -P 7 -p1 -b .gnus-utf-8
%patch -P 11 -p1 -b .psprint
-#%patch -P 15 -p1 -b .comint
+#%%patch -P 15 -p1 -b .comint
%patch -P 17 -p1 -b .awk
%patch -P 18 -p1 -b .dinbrief
%patch -P 19 -p1 -b .disable-skk
++++++ packages-cvs-sumo-2002-09-19-comint.nopatch ++++++
--- packages/xemacs-packages/lisp/xemacs-base/comint.el 2002-08-30
18:56:48.000000000 +0200
+++ packages/xemacs-packages/lisp/xemacs-base/comint.el 2003-01-30
13:09:27.000000000 +0100
@@ -143,6 +143,12 @@
;; comint-completion-autolist boolean completion behavior
;; comint-completion-recexact boolean ...
+;; to use terminal type 'dumb' instead of 'emacs', system-uses-terminfo
+;; must not be nil:
+(defvar system-uses-terminfo t
+ "Non-nil means the system uses terminfo rather than termcap.
+This variable can be used by terminal emulator packages.")
+
(defvar comint-prompt-regexp "^"
"Regexp to recognise prompts in the inferior process.
Defaults to \"^\", the null string at BOL.