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