diff --git a/_service b/_service index cd606c8..18a6993 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ https://github.com/lapce/lapce - @PARENT_TAG@+git@TAG_OFFSET@ + @PARENT_TAG@ git - 5b2d412fc83b4a72ec91da884cc07e127ffef8a5 - v0.2.5 + cc154ac94fbcfd3fe9bb3ac7c03d161d300b31c8 + v0.2.6 v(.*) \1 enable @@ -13,13 +13,15 @@ *.tar - xz + zstd lapce - xz + zst true - + + lapce + diff --git a/lapce-0.2.5+git87.tar.xz b/lapce-0.2.5+git87.tar.xz deleted file mode 100644 index d23cc7a..0000000 --- a/lapce-0.2.5+git87.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20bc1b2f8e7b92ed72de09eedfb022c2e5492d316baf64b924e5d1a9c21a60d3 -size 1757164 diff --git a/lapce-0.2.6.tar.zst b/lapce-0.2.6.tar.zst new file mode 100644 index 0000000..a247cde --- /dev/null +++ b/lapce-0.2.6.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69577e9f626e42be25fb294f1a6539735afbee9f8f175db46a8d55d9b4fb944 +size 1834935 diff --git a/lapce.changes b/lapce.changes index 321d8b2..0949b0b 100644 --- a/lapce.changes +++ b/lapce.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Mar 01 10:21:38 UTC 2023 - socvirnyl.estela@gmail.com + +- Update to version 0.2.6: + * bump version + * Make auto_closing_matching_pairs dependent on BufferContent (#2188) + * Extended double-click options (#2127) + * chore(deps): bump once_cell from 1.15.0 to 1.17.1 (#2173) + * fix: build WSL backend only for Windows (#2166) + * return stdout stderr + * update psp-types + * fix cannot open file when diff already opened (#2125) + * Use abs_diff (#2123) + * Added Lapce App Icon (#2128) + * fix: dont overwrite symlink (#2131) + * ci: run workflow in PR to test changes (#2132) + * chore(deps): bump git2 from 0.14.4 to 0.16.1 (#2050) + * fix: rewrite script + fix version comparison (#2117) + * Add settings to configure the scroll speed (#2120) + * make wasi initilization async (#2114) + * feat: configurable diff context lines (#2094) + * Properly instantiate the WASM blob and let it live inside the thread (#2090) + * If format-on-save is not enabled, save immediately (#2088) + * feat: diff view navbar (#2084) + * Enable plugins to act as LSP themselves (#2087) + * fix: branches filter not updating (#2080) + * feat: add Ctrl+{a,e,k} keybinds on macOS (#2074) + * fix: remove regex, parse remote as URL (#2075) + * fix: find repository if it's not in current workspace path (#2069) + * fix: set language environment in proper way (#2070) + * feat: add command and keybinds to delete line (#2071) + * Add an option to disable moving the focus area when you type (#2062) + * Don't spawn a thread for every config watcher notifications (#2034) + * fix: remove ssh timeout option on windows (#2072) + * fix: missing newline (#2073) + * fix(clippy): apply new lints (#2063) + * Actually logs LogMessage request from plugins (#2061) + * Fix select current line not working (#2046) + * Some fixes to global search with files outside of workspaces (#2048) + * Use bounded channel of 1 when responding to plugin rpc requests (#2055) + * send user HOME dir from proxy to editor (#2056) +- Use zstd compression for tarballs. + ------------------------------------------------------------------- Mon Jan 23 05:01:48 UTC 2023 - Soc Virnyl Estela diff --git a/lapce.spec b/lapce.spec index addb8d2..26840c0 100644 --- a/lapce.spec +++ b/lapce.spec @@ -17,14 +17,14 @@ Name: lapce -Version: 0.2.5+git87 +Version: 0.2.6 Release: 0 Summary: Lightning-fast and Powerful Code Editor written in Rust URL: https://github.com/lapce/lapce License: (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND MIT AND (Artistic-2.0 OR CC0-1.0) AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND ISC AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND MPL-2.0+ AND Zlib AND zlib-acknowledgement AND Apache-2.0 Group: Productivity/Text/Editors -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst Source2: cargo_config BuildRequires: c++_compiler BuildRequires: c_compiler @@ -32,7 +32,8 @@ BuildRequires: cargo-packaging BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: python3 -BuildRequires: rust >= 1.62 +BuildRequires: rust +BuildRequires: zstd BuildRequires: pkgconfig(atk) >= 2.18 BuildRequires: pkgconfig(cairo) >= 1.14 BuildRequires: pkgconfig(cairo-gobject) diff --git a/vendor.tar.xz b/vendor.tar.xz deleted file mode 100644 index 4667dc3..0000000 --- a/vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:035debba883a590121a6d54374aa0358a2fc918d68757396875e82deec84c976 -size 71824172 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..eb4db3b --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8a628305d780531e45fa9e79395af3dc90d843abca0448fec84122635c7dfe +size 98956343