Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helix for openSUSE:Factory checked in at 2023-03-15 18:56:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helix (Old) and /work/SRC/openSUSE:Factory/.helix.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helix" Wed Mar 15 18:56:35 2023 rev:12 rq:1072138 version:22.12 Changes: -------- --- /work/SRC/openSUSE:Factory/helix/helix.changes 2023-03-06 18:56:33.504973014 +0100 +++ /work/SRC/openSUSE:Factory/.helix.new.31432/helix.changes 2023-03-15 18:56:42.121083728 +0100 @@ -1,0 +2,5 @@ +Wed Mar 8 14:44:35 UTC 2023 - Andreas Schneider <a...@cryptomilk.org> + +- Fix upgrade path + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helix.spec ++++++ --- /var/tmp/diff_new_pack.UDl3e0/_old 2023-03-15 18:56:43.277089877 +0100 +++ /var/tmp/diff_new_pack.UDl3e0/_new 2023-03-15 18:56:43.281089899 +0100 @@ -129,6 +129,11 @@ install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name} +%pre +if [ -l "%{_helix_runtimedir}" ] ; then + rm -f "%{_helix_runtimedir}" +fi + %files %license LICENSE %doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md