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

Package is "helix"

Tue May 23 14:54:34 2023 rev:16 rq:1088494 version:23.05

Changes:
--------
--- /work/SRC/openSUSE:Factory/helix/helix.changes      2023-05-16 
14:28:07.947984222 +0200
+++ /work/SRC/openSUSE:Factory/.helix.new.1533/helix.changes    2023-05-23 
14:55:12.286717917 +0200
@@ -1,0 +2,50 @@
+Mon May 22 08:50:51 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Add back env var `HELIX_DISABLE_AUTO_GRAMMAR_BUILD`.
+- Add manual compilation of grammars in relation to the env var 
`HELIX_DISABLE_AUTO_GRAMMAR_BUILD`
+
+-------------------------------------------------------------------
+Mon May 22 08:32:43 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 23.05:
+  * Features:
+    - Add a config option to exclude declaration from LSP references request
+    - Enable injecting languages based on their file extension and shebang
+    - Sort the buffer picker by most recent access
+    - Perform syntax highlighting in the picker asynchronously
+  * Commands:
+    - :update is now aliased as :u
+    - Add extend_to_first_nonwhitespace which acts the same as 
goto_first_nonwhitespace but always extends
+    - Add :clear-register for clearing the given register or all registers
+    - Add :write-buffer-close and :write-buffer-close!
+  * Fixes:
+    - Normalize LSP workspace paths
+    - Robustly handle invalid LSP ranges
+    - Fix line number display for LSP goto pickers
+    - Fix toggling of soft-wrap.enable option (#6656, 58e457a, #6742)
+    - Handle workspace/configuration requests from stopped language servers
+    - Fix possible crash from opening the jumplist picker
+    - Fix theme preview returning to current theme on line and word deletions
+    - Re-run crate build scripts on changes to revision and grammar 
repositories
+    - Fix crash on opening from suspended state
+    - Fix unwrap bug in DAP
+    - Always build tree-sitter parsers with C++14 and C11 (#6792, #6834, #6845)
+    - Exit with a non-zero statuscode when tree-sitter parser builds fail
+    - Flip symbol range in LSP goto commands
+    - Fix runtime toggling of the mouse option
+    - Fix panic in inlay hint computation when view anchor is out of bounds
+    - Significantly improve performance of git discovery on slow file systems
+    - Downgrade gix log level to info
+    - Conserve BOM and properly support saving UTF16 files
+    - Correctly handle completion re-request
+    - Fix offset encoding in LSP didChange notifications
+    - Change gix logging level to info
+    - Improve error message when writes fail because parent directories do not 
exist
+    - Replace DAP variables popup instead of pushing more popups
+    - Disable tree-sitter for files after parsing for 500ms
+    - Fix crash when deleting with multiple cursors
+    - Fix selection sliding when deleting forwards in append mode
+    - Fix completion on paths containing spaces
+* CHANGELOG information is too large. For more info, go to 
https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2305-2023-05-18
+
+-------------------------------------------------------------------

Old:
----
  helix-23.03.tar.xz

New:
----
  helix-23.05.tar.xz

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

Other differences:
------------------
++++++ helix.spec ++++++
--- /var/tmp/diff_new_pack.ioau6A/_old  2023-05-23 14:55:14.566731407 +0200
+++ /var/tmp/diff_new_pack.ioau6A/_new  2023-05-23 14:55:14.570731431 +0200
@@ -23,7 +23,7 @@
 %global _helix_runtimedir %{_libdir}/%{name}/runtime
 
 Name:           helix
-Version:        23.03
+Version:        23.05
 Release:        0
 Summary:        A post-modern modal text editor written in Rust
 License:        (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR 
BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT or 
Unlicense) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC 
AND MIT AND MPL-2.0 AND Zlib AND MPL-2.0
@@ -93,7 +93,10 @@
 sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.*
 
 %build
+export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
+export TARGET="%_arch"
 %{cargo_build}
+cargo run --release -- --grammar build
 
 # Shell completions
 sed -i "s|hx|helix|g" contrib/completion/hx.*
@@ -106,7 +109,7 @@
 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"
+ln -sfv "%{_libdir}/%{name}/hx" "%{buildroot}%{_bindir}/helix"
 
 cp -av "runtime/queries" %{buildroot}%{_helix_runtimedir}
 cp -av "runtime/themes" %{buildroot}%{_helix_runtimedir}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ioau6A/_old  2023-05-23 14:55:14.630731786 +0200
+++ /var/tmp/diff_new_pack.ioau6A/_new  2023-05-23 14:55:14.638731833 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="disabled" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">helix-23.03.tar.xz</param>
+     <param name="srctar">helix-23.05.tar.xz</param>
      <param name="compression">xz</param>
      <param name="update">true</param>
   </service>

++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.ioau6A/_old  2023-05-23 14:55:14.658731951 +0200
+++ /var/tmp/diff_new_pack.ioau6A/_new  2023-05-23 14:55:14.662731975 +0200
@@ -1,11 +1,6 @@
 [source.crates-io]
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14";]
-git = "https://github.com/tree-sitter/tree-sitter";
-rev = "c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14"
-replace-with = "vendored-sources"
-
 [source.vendored-sources]
 directory = "vendor"
 (No newline at EOF)

++++++ helix-23.03.tar.xz -> helix-23.05.tar.xz ++++++
/work/SRC/openSUSE:Factory/helix/helix-23.03.tar.xz 
/work/SRC/openSUSE:Factory/.helix.new.1533/helix-23.05.tar.xz differ: char 25, 
line 1

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/helix/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.helix.new.1533/vendor.tar.xz differ: char 26, line 1

Reply via email to