Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2023-08-21 11:42:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Mon Aug 21 11:42:54 2023 rev:176 rq:1104659 version:29.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2023-08-08 
15:54:04.844672762 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new.1766/emacs.changes    2023-08-21 
11:43:06.275404089 +0200
@@ -1,0 +2,12 @@
+Fri Aug 11 10:33:54 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Require bwrap at build time as some tools requires it if checks
+  are enabled
+
+-------------------------------------------------------------------
+Thu Aug 10 07:17:09 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Modify patch emacs-29.1.dif
+  * Avoid in ispell.el unused lexical variable `load-dict'
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.wC6Lng/_old  2023-08-21 11:43:08.995409301 +0200
+++ /var/tmp/diff_new_pack.wC6Lng/_new  2023-08-21 11:43:09.003409316 +0200
@@ -29,8 +29,12 @@
 # to be stored in emacs-<version>-pdf.tar.xz only once
 %bcond_with     tex4pdf
 %bcond_with     memmmap
+%bcond_with     checks
 
 Name:           emacs
+%if %{with checks}
+BuildRequires:  bubblewrap
+%endif
 %if %{with autoconf}
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -81,9 +85,12 @@
 BuildRequires:  texlive-collection-langpolish
 BuildRequires:  texlive-lh
 %endif
+#BuildRequires:  i3
 BuildRequires:  procps
 BuildRequires:  update-alternatives
 BuildRequires:  update-desktop-files
+#BuildRequires:  xdotool
+#BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(ImageMagick)
@@ -734,6 +741,11 @@
 done
 %endif
 
+%if %{with checks}
+%check
+make check
+%endif
+
 %pre
 test -L usr/bin/emacs && rm -f usr/bin/emacs || true
 

++++++ emacs-29.1.dif ++++++
--- /var/tmp/diff_new_pack.wC6Lng/_old  2023-08-21 11:43:09.151409599 +0200
+++ /var/tmp/diff_new_pack.wC6Lng/_new  2023-08-21 11:43:09.155409607 +0200
@@ -364,7 +364,7 @@
 +            (ispell-find-aspell-dictionaries)
 +            (let ((dicts (reverse (cons (cons "default" nil)
 +                                        (append ispell-local-dictionary-alist 
ispell-dictionary-alist))))
-+                  name load-dict)
++                  name)
 +              (dolist (dict dicts)
 +                (setq name (car dict))
 +                (cond ((not (stringp name))
@@ -386,7 +386,7 @@
 +              (ispell-find-hunspell-dictionaries)
 +              (let ((dicts (reverse (cons (cons "default" nil)
 +                                          (append 
ispell-local-dictionary-alist ispell-hunspell-dictionary-alist))))
-+                    name load-dict)
++                    name)
 +                (dolist (dict dicts)
 +                  (setq name (car dict))
 +                  (cond ((not (stringp name))

Reply via email to