Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lapce for openSUSE:Factory checked 
in at 2023-11-22 18:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lapce (Old)
 and      /work/SRC/openSUSE:Factory/.lapce.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lapce"

Wed Nov 22 18:54:46 2023 rev:16 rq:1128020 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lapce/lapce.changes      2023-08-21 
11:45:36.827692543 +0200
+++ /work/SRC/openSUSE:Factory/.lapce.new.25432/lapce.changes   2023-11-22 
18:55:11.232850188 +0100
@@ -1,0 +2,14 @@
+Tue Nov 21 23:27:47 UTC 2023 - Joshua Smith <jsmith...@gmail.com>
+
+- Update to version 0.3.0:
+  Features/Changes
+  * Rewrite with Floem UI
+  * Reimplement completion lens
+  * Show Lapce as an option when doing "Open With..." on Linux
+  * Implement multi-line vim-motion yank and delete (3dd, 2yy, etc.)
+  * Implement search and replace
+  * Implement debug adapter protocol
+  Bug Fixes
+  * Inform language servers that Lapce supports LSP diagnostics
+
+-------------------------------------------------------------------

Old:
----
  lapce-0.2.8.tar.zst

New:
----
  _servicedata
  lapce-0.3.0.tar.zst

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

Other differences:
------------------
++++++ lapce.spec ++++++
--- /var/tmp/diff_new_pack.FbZTLO/_old  2023-11-22 18:55:13.620937830 +0100
+++ /var/tmp/diff_new_pack.FbZTLO/_new  2023-11-22 18:55:13.620937830 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           lapce
-Version:        0.2.8
+Version:        0.3.0
 Release:        0
 Summary:        Lightning-fast and Powerful Code Editor written in Rust
 URL:            https://github.com/lapce/lapce
@@ -62,7 +62,7 @@
 # We disable default feature as they include auto-update.
 # For reference:
 # 
https://github.com/lapce/lapce/blob/0ded46c988d72b563bd78b29cc11107d4e2248bc/lapce-ui/Cargo.toml#L48
-%{cargo_build} --no-default-features -p lapce-ui --features all-languages
+%{cargo_build} --no-default-features -p lapce-app --features all-languages
 
 %install
 install -Dm 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} 
%{buildroot}%{_bindir}/%{name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FbZTLO/_old  2023-11-22 18:55:13.656939152 +0100
+++ /var/tmp/diff_new_pack.FbZTLO/_new  2023-11-22 18:55:13.660939298 +0100
@@ -3,10 +3,9 @@
     <param name="url">https://github.com/lapce/lapce</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">14534f4</param>
-       <param name="match-tag">v0.2.8</param>
+    <param name="revision">c49e281</param>
+       <param name="match-tag">v0.3.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">socvirnyl.est...@gmail.com</param>
   </service>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/lapce/lapce</param>
              <param 
name="changesrevision">c49e2814225d6f934ae27586f83f6c274aee7c72</param></service></servicedata>
(No newline at EOF)

++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.FbZTLO/_old  2023-11-22 18:55:13.696940619 +0100
+++ /var/tmp/diff_new_pack.FbZTLO/_new  2023-11-22 18:55:13.700940766 +0100
@@ -1,131 +1,57 @@
 [source.crates-io]
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/6cdh/tree-sitter-scheme.git?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9";]
-git = "https://github.com/6cdh/tree-sitter-scheme.git";
-rev = "af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/Himujjal/tree-sitter-svelte?rev=52e122ae68b316d3aa960a0a422d3645ba717f42";]
-git = "https://github.com/Himujjal/tree-sitter-svelte";
-rev = "52e122ae68b316d3aa960a0a422d3645ba717f42"
-replace-with = "vendored-sources"
-
 
[source."git+https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e";]
 git = "https://github.com/MDeiml/tree-sitter-markdown.git";
 rev = "272e080bca0efd19a06a7f4252d746417224959e"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/RenjiSann/tree-sitter-xml?rev=422528a43630db6dcc1e222d1c5ee3babd559473";]
-git = "https://github.com/RenjiSann/tree-sitter-xml";
-rev = "422528a43630db6dcc1e222d1c5ee3babd559473"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/VixieTSQ/tree-sitter-glimmer?rev=7281caca2ba114e1960c5d944a37860ef0841426";]
-git = "https://github.com/VixieTSQ/tree-sitter-glimmer";
-rev = "7281caca2ba114e1960c5d944a37860ef0841426"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/VixieTSQ/tree-sitter-hcl?rev=f4aa4553344e03e149ec459549a7f686d6846626";]
-git = "https://github.com/VixieTSQ/tree-sitter-hcl";
-rev = "f4aa4553344e03e149ec459549a7f686d6846626"
+[source."git+https://github.com/alacritty/alacritty?rev=6071a7bf35cfd99be8ba70f479f188b7370cda6f";]
+git = "https://github.com/alacritty/alacritty";
+rev = "6071a7bf35cfd99be8ba70f479f188b7370cda6f"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/VixieTSQ/tree-sitter-scss?rev=3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc";]
-git = "https://github.com/VixieTSQ/tree-sitter-scss";
-rev = "3aac3391ede5098edbf4cc8a9f6d0cfdfe28e5dc"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/WhatsApp/tree-sitter-erlang?rev=a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9";]
-git = "https://github.com/WhatsApp/tree-sitter-erlang";
-rev = "a8b8b0e16c4f5552f5e85af3dec976a5d16af8b9"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/abreumatheus/tree-sitter-clojure?rev=fdc969eb04fc711e38ad74afe441d74b3b5d3091";]
-git = "https://github.com/abreumatheus/tree-sitter-clojure";
-rev = "fdc969eb04fc711e38ad74afe441d74b3b5d3091"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/dragazo/human-sort";]
+[source."git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da";]
 git = "https://github.com/dragazo/human-sort";
+rev = "1e74db1e09e8194ba88ad983723cf6f8b0c365da"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/elixir-lang/tree-sitter-elixir.git?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2";]
-git = "https://github.com/elixir-lang/tree-sitter-elixir.git";
-rev = "05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/fwcd/tree-sitter-kotlin?rev=a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569";]
-git = "https://github.com/fwcd/tree-sitter-kotlin";
-rev = "a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/ghishadow/tree-sitter-d?rev=36603135ecb37ac6494c520efff91b875815d6f7";]
-git = "https://github.com/ghishadow/tree-sitter-d";
-rev = "36603135ecb37ac6494c520efff91b875815d6f7"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/lapce/druid?branch=shell_opengl";]
-git = "https://github.com/lapce/druid";
-branch = "shell_opengl"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/lapce/font-kit";]
-git = "https://github.com/lapce/font-kit";
+[source."git+https://github.com/lapce/cosmic-text?rev=5bfa288f19970a0b482ad75d5f460ad2c4e08900";]
+git = "https://github.com/lapce/cosmic-text";
+rev = "5bfa288f19970a0b482ad75d5f460ad2c4e08900"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/lapce/fount";]
-git = "https://github.com/lapce/fount";
+[source."git+https://github.com/lapce/floem?rev=4fbe6f4489c3dcca232df2e2787b6ab7ac8f83c9";]
+git = "https://github.com/lapce/floem";
+rev = "4fbe6f4489c3dcca232df2e2787b6ab7ac8f83c9"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/lapce/parley";]
-git = "https://github.com/lapce/parley";
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/lapce/piet-wgpu?branch=shell_opengl";]
-git = "https://github.com/lapce/piet-wgpu";
-branch = "shell_opengl"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/lapce/psp-types";]
+[source."git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad";]
 git = "https://github.com/lapce/psp-types";
+rev = "f7fea28f59e7b2d6faa1034a21679ad49b3524ad"
 replace-with = "vendored-sources"
 
 [source."git+https://github.com/lapce/structdesc";]
 git = "https://github.com/lapce/structdesc";
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/lapce/swash";]
-git = "https://github.com/lapce/swash";
+[source."git+https://github.com/lapce/vger-rs?rev=9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad";]
+git = "https://github.com/lapce/vger-rs";
+rev = "9b994a61bdf84d1d6a2bb3c3830ba3fd3661edad"
 replace-with = "vendored-sources"
 
 [source."git+https://github.com/lapce/wasi-experimental-http";]
 git = "https://github.com/lapce/wasi-experimental-http";
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/latex-lsp/tree-sitter-latex?rev=b3b2cf27f33e71438ebe46934900b1153901c6f2";]
-git = "https://github.com/latex-lsp/tree-sitter-latex";
-rev = "b3b2cf27f33e71438ebe46934900b1153901c6f2"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/maxxnino/tree-sitter-zig?rev=8d3224c3bd0890fe08358886ebf54fca2ed448a6";]
-git = "https://github.com/maxxnino/tree-sitter-zig";
-rev = "8d3224c3bd0890fe08358886ebf54fca2ed448a6"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/oknozor/tree-sitter-sql?rev=15dad0f3cae8a094a7dac17d712ea8fb25228011";]
-git = "https://github.com/oknozor/tree-sitter-sql";
-rev = "15dad0f3cae8a094a7dac17d712ea8fb25228011"
+[source."git+https://github.com/lapce/winit?rev=96d8a1f7d8ab7969d836f940d0b18d3540979e6c";]
+git = "https://github.com/lapce/winit";
+rev = "96d8a1f7d8ab7969d836f940d0b18d3540979e6c"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/panekj/tree-sitter-dockerfile?rev=c49d819e07685c90456270f1cc654d9cba640f53";]
-git = "https://github.com/panekj/tree-sitter-dockerfile";
-rev = "c49d819e07685c90456270f1cc654d9cba640f53"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/panekj/tree-sitter-nix?rev=59fc47150ab437e8bb356c7ab21e9531e87f7cc8";]
-git = "https://github.com/panekj/tree-sitter-nix";
-rev = "59fc47150ab437e8bb356c7ab21e9531e87f7cc8"
+[source."git+https://github.com/linebender/peniko?rev=cafdac9a211a0fb2fec5656bd663d1ac770bcc81";]
+git = "https://github.com/linebender/peniko";
+rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81"
 replace-with = "vendored-sources"
 
 
[source."git+https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1";]
@@ -133,29 +59,9 @@
 rev = "80c8d76847f03e772c5c524cf29bafb56858a8d1"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/syntacti/tree-sitter-css?rev=397aa132b9982fcdd2d473ed69343762a557f10a";]
-git = "https://github.com/syntacti/tree-sitter-css";
-rev = "397aa132b9982fcdd2d473ed69343762a557f10a"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/syntacti/tree-sitter-dart?rev=78cad4503571d72666f78d5ba8ed6c1417653063";]
-git = "https://github.com/syntacti/tree-sitter-dart";
-rev = "78cad4503571d72666f78d5ba8ed6c1417653063"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/syntacti/tree-sitter-lua?rev=a29f646c14ed800aaeef1ca58a9bacc6d92922e8";]
-git = "https://github.com/syntacti/tree-sitter-lua";
-rev = "a29f646c14ed800aaeef1ca58a9bacc6d92922e8"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/szebniok/tree-sitter-wgsl?rev=272e89ef2aeac74178edb9db4a83c1ffef80a463";]
-git = "https://github.com/szebniok/tree-sitter-wgsl";
-rev = "272e89ef2aeac74178edb9db4a83c1ffef80a463"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/theHamsta/tree-sitter-glsl?rev=74329feb2605deccd32b1c644af507daa6fb82f1";]
-git = "https://github.com/theHamsta/tree-sitter-glsl";
-rev = "74329feb2605deccd32b1c644af507daa6fb82f1"
+[source."git+https://github.com/tokio-rs/tracing?rev=c14525e1610db88986f849d46bd3e9795878b012";]
+git = "https://github.com/tokio-rs/tracing";
+rev = "c14525e1610db88986f849d46bd3e9795878b012"
 replace-with = "vendored-sources"
 
 
[source."git+https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74";]
@@ -163,61 +69,11 @@
 rev = "4488aa41406547e478636a4fcfd24f5bbc3f2f74"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/tree-sitter/tree-sitter-c-sharp?rev=5b60f99545fea00a33bbfae5be956f684c4c69e2";]
-git = "https://github.com/tree-sitter/tree-sitter-c-sharp";
-rev = "5b60f99545fea00a33bbfae5be956f684c4c69e2"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/tree-sitter/tree-sitter-haskell?rev=e30bdfd53eb28c73f26a68b77d436fd2140af167";]
-git = "https://github.com/tree-sitter/tree-sitter-haskell";
-rev = "e30bdfd53eb28c73f26a68b77d436fd2140af167"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/tree-sitter/tree-sitter-java.git?rev=09d650def6cdf7f479f4b78f595e9ef5b58ce31e";]
-git = "https://github.com/tree-sitter/tree-sitter-java.git";
-rev = "09d650def6cdf7f479f4b78f595e9ef5b58ce31e"
-replace-with = "vendored-sources"
-
 
[source."git+https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0";]
 git = "https://github.com/tree-sitter/tree-sitter-json.git";
 rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0"
 replace-with = "vendored-sources"
 
-[source."git+https://github.com/tree-sitter/tree-sitter-ocaml?rev=cc26b1ef111100f26a137bcbcd39fd4e35be9a59";]
-git = "https://github.com/tree-sitter/tree-sitter-ocaml";
-rev = "cc26b1ef111100f26a137bcbcd39fd4e35be9a59"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/tree-sitter/tree-sitter-php.git?rev=ab2e72179ceb8bb0b249c8ac9162a148e911b3dc";]
-git = "https://github.com/tree-sitter/tree-sitter-php.git";
-rev = "ab2e72179ceb8bb0b249c8ac9162a148e911b3dc"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/tree-sitter/tree-sitter-ql?rev=bd087020f0d8c183080ca615d38de0ec827aeeaf";]
-git = "https://github.com/tree-sitter/tree-sitter-ql";
-rev = "bd087020f0d8c183080ca615d38de0ec827aeeaf"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/tree-sitter/tree-sitter-ruby.git?rev=656abef0645caea793e33c1c773570722463e1d8";]
-git = "https://github.com/tree-sitter/tree-sitter-ruby.git";
-rev = "656abef0645caea793e33c1c773570722463e1d8"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/vantreeseba/tree-sitter-haxe?rev=52e3d2b9c3955aca886bccc38b496ef99b603a09";]
-git = "https://github.com/vantreeseba/tree-sitter-haxe";
-rev = "52e3d2b9c3955aca886bccc38b496ef99b603a09"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/varlad/tree-sitter-julia.git?rev=2ad4c9b79e0f213b61dbb3820754bfc6306e595a";]
-git = "https://github.com/varlad/tree-sitter-julia.git";
-rev = "2ad4c9b79e0f213b61dbb3820754bfc6306e595a"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/yusdacra/tree-sitter-protobuf?rev=5aef38d655f76a6b0d172340eed3766c93b3124c";]
-git = "https://github.com/yusdacra/tree-sitter-protobuf";
-rev = "5aef38d655f76a6b0d172340eed3766c93b3124c"
-replace-with = "vendored-sources"
-
 [source.vendored-sources]
 directory = "vendor"
 (No newline at EOF)

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.FbZTLO/_old and 
/var/tmp/diff_new_pack.FbZTLO/_new differ

Reply via email to