From f3574b0552cee26f1bc4ac76c647c9b64198fb4031dd846e41a3c8a172a9b4ae Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 2 Apr 2024 08:56:00 +0000 Subject: [PATCH] Fix the temporary parking path by using %{version} (hint from Andre Barros) OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=384 --- emacs.changes | 5 +++++ emacs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.changes b/emacs.changes index 17ea7cf..89bc91d 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 2 08:54:52 UTC 2024 - Dr. Werner Fink + +- Fix the temporary parking path by using %{version} (hint from Andre Barros) + ------------------------------------------------------------------- Mon Mar 25 09:22:31 UTC 2024 - Dr. Werner Fink diff --git a/emacs.spec b/emacs.spec index f307650..d4ab431 100644 --- a/emacs.spec +++ b/emacs.spec @@ -607,7 +607,7 @@ make install DESTDIR=%{buildroot} systemdunitdir=%{_userunitdir} rm -vf %{buildroot}%{_libexecdir}/emacs/%{version}/${configuration}/*.pdmp %if %{with nativecomp} pushd native-lisp/ - ln -sf ../parking.*/usr/lib64/emacs/29.1/native-lisp/* . + ln -sf ../parking.*/usr/lib64/emacs/%{version}/native-lisp/* . popd %endif for pdmp in emacs-nox emacs-gtk emacs-x11 emacs-wayland