Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2025-04-02 17:05:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Wed Apr  2 17:05:50 2025 rev:203 rq:1265662 version:30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2025-03-20 
19:24:39.572813155 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new.1907/emacs.changes    2025-04-02 
17:06:48.532864712 +0200
@@ -1,0 +2,10 @@
+Thu Mar 27 12:19:17 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Avoid override of delete-selection-mode in site-load.el (boo#1239926) 
+
+-------------------------------------------------------------------
+Mon Mar 24 07:35:27 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Make libXPM loaded dynamically for gtk/wayland (boo#1239926, boo#1239927)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.7BviFg/_old  2025-04-02 17:06:49.936923533 +0200
+++ /var/tmp/diff_new_pack.7BviFg/_new  2025-04-02 17:06:49.940923700 +0200
@@ -495,7 +495,6 @@
 DESKTOP="--with-x \
         --with-xim \
         --with-sound \
-        --with-xpm \
         --with-jpeg \
         --with-tiff \
         --with-gif \
@@ -508,6 +507,7 @@
         --without-gpm \
 "
     GTK="${DESKTOP} \
+        --with-xpm=ifavailable \
         --with-x-toolkit=gtk3 \
         --without-pgtk \
         --with-toolkit-scroll-bars \
@@ -523,6 +523,7 @@
 %endif
 "
     X11="${DESKTOP} \
+        --with-xpm=ifavailable \
         --with-x-toolkit=lucid \
         --with-toolkit-scroll-bars \
         --x-includes=%{_x11inc} \
@@ -566,6 +567,7 @@
         --with-kerberos5 \
         --with-file-notification=inotify \
         --with-modules \
+        --enable-gcc-warnings=warn-only \
         --enable-autodepend \
 "
 if (($(getconf LONG_BIT) < 62))

++++++ emacs-29.1.dif ++++++
--- /var/tmp/diff_new_pack.7BviFg/_old  2025-04-02 17:06:50.036927723 +0200
+++ /var/tmp/diff_new_pack.7BviFg/_new  2025-04-02 17:06:50.036927723 +0200
@@ -245,7 +245,7 @@
  (defun ange-ftp-add-cms-host (host)
 --- lisp/site-load.el
 +++ lisp/site-load.el  2025-03-03 14:13:31.015626331 +0000
-@@ -0,0 +1,45 @@
+@@ -0,0 +1,37 @@
 +;;;;
 +;;; emacs-27.1/lisp/site-load.el
 +;;; Copyright (c) 1995,96,98,99 SuSE Gmbh Nuernberg, Germany.  All rights 
reserved.
@@ -282,14 +282,6 @@
 +(setq lpr-add-switches t)
 +(garbage-collect)
 +
-+;; Overwrite `load delsel'
-+;; Choose `t' in your ~/.emacs
-+(custom-set-variables '(delete-selection-mode nil))
-+(garbage-collect)
-+
-+(setq gnus-default-nntp-server "news")
-+(garbage-collect)
-+
 +;;; site-load.el ends here
 --- lisp/speedbar.el
 +++ lisp/speedbar.el   2025-03-03 14:13:31.015626331 +0000

Reply via email to