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-05-16 14:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/helix (Old)
 and      /work/SRC/openSUSE:Factory/.helix.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "helix"

Tue May 16 14:16:46 2023 rev:15 rq:1087343 version:23.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/helix/helix.changes      2023-04-23 
22:51:38.224126325 +0200
+++ /work/SRC/openSUSE:Factory/.helix.new.1533/helix.changes    2023-05-16 
14:28:07.947984222 +0200
@@ -1,0 +2,5 @@
+Tue May 16 04:58:29 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Addresses #bsc1211012. Issue with HELIX_RUNTIME
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ helix.spec ++++++
--- /var/tmp/diff_new_pack.4TXp3T/_old  2023-05-16 14:28:11.188002749 +0200
+++ /var/tmp/diff_new_pack.4TXp3T/_new  2023-05-16 14:28:11.200002818 +0200
@@ -103,9 +103,11 @@
 
 %install
 install -d -m 0755 %{buildroot}%{_bindir}
-install -m 0755 target/release/hx %{buildroot}%{_bindir}/%{name}
-
 install -d -m 0755 %{buildroot}%{_helix_runtimedir}
+
+install -m 0755 target/release/hx %{buildroot}%{_libdir}/%{name}/hx
+ln -sfv --relative "%{_libdir}/%{name}/hx" "%{buildroot}%{_bindir}/helix"
+
 cp -av "runtime/queries" %{buildroot}%{_helix_runtimedir}
 cp -av "runtime/themes" %{buildroot}%{_helix_runtimedir}
 find "%{_builddir}/%{name}-%{version}/runtime/grammars" -type f -name '*.so' 
-exec \
@@ -142,6 +144,9 @@
 %dir %{_helix_runtimedir}
 %{_helix_runtimedir}/tutor
 
+# Executable
+%{_libdir}/%{name}/hx
+
 %files runtime
 # Runtimes and runtime files
 # Grammars

Reply via email to