Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2024-08-14 14:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs (Old)
 and      /work/SRC/openSUSE:Factory/.emacs.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs"

Wed Aug 14 14:14:21 2024 rev:190 rq:1193628 version:29.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs/emacs.changes      2024-07-26 
16:15:21.337356135 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new.7232/emacs.changes    2024-08-14 
14:14:47.096373539 +0200
@@ -1,0 +2,7 @@
+Sun Aug  4 20:20:37 UTC 2024 - Björn Bidar <[email protected]>
+
+- Set find-function-C-source-directory in site-start so sources
+  provided by the debugsource package can be found user intervention
+  inside Emacs 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs.spec ++++++
--- /var/tmp/diff_new_pack.UiBiW0/_old  2024-08-14 14:14:48.208420026 +0200
+++ /var/tmp/diff_new_pack.UiBiW0/_new  2024-08-14 14:14:48.212420193 +0200
@@ -686,6 +686,12 @@
 (add-to-list 'load-path "%{_emacs_archsitelispdir}")
 EOF
 
+cat <<EOF > %{buildroot}/%{_emacs_sitestartdir}/function-c-source-directory.el
+;; Set function c source directory to the path of debugsource
+;; so it can be found without user invention
+(setq find-function-C-source-directory 
"%{_usrsrc}/debug/%{name}-%{version}/src")
+EOF
+
 popd
 (cd %{buildroot}
  find usr/share/emacs/site-lisp/ -type f       \

Reply via email to