From 90adbb8467bf040822d0f24839ea2bbd23449d3607cfef339810e5f719785df9 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 7 Jun 2023 15:32:30 +0000 Subject: [PATCH 1/5] - Update to version 0.2.8: * Feature: Add basic Vim marks feature (#2403) * docs: add install instructions for nixpkgs (#2401) * Revert "fix: proxy version comparison" (#2395) * fix: proxy version comparison (#2206) * fix: canonicalize path (#2367) * fix: limit lower bound of blink interval (#2391) * feat: make metainfo comptime (#2374) * fix: set TERM for flatpak * Add instructions for installing on Gentoo (#1672) * Fixed copy remote file url (#2077) * Enable XML syntax highlighting for csproj files (#2297) * ci: copy cargo config from release workflow (#2338) * Add placeholder text to filter input in settings (#2337) * ci: fix WiX install + use Cargo sparse protocol (#2334) * docs: fix changelog (#2332) * feat: filter settings (#2289) * command: implemented RevealActiveFileInFileTree (#2282) * Fix several issue with bracket highlights (#2248) * fix: search result folding incorrectly (#2272) * Add option to open files at specific line/column (#1964) * fix: store lapce data next to lapce for portable install (#1888) * fix: typo in tab.rs (#2253) - Update vendored dependencies to address bnc#1212005 OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=71 --- _service | 4 ++-- cargo_config | 2 +- lapce-0.2.7.tar.zst | 3 --- lapce-0.2.8.tar.zst | 3 +++ lapce.changes | 29 +++++++++++++++++++++++++++++ lapce.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 lapce-0.2.7.tar.zst create mode 100644 lapce-0.2.8.tar.zst diff --git a/_service b/_service index 88d787c..fe90075 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/lapce/lapce @PARENT_TAG@ git - ce1becf - v0.2.7 + 14534f4 + v0.2.8 v(.*) \1 enable diff --git a/cargo_config b/cargo_config index 8fc04ca..9254007 100644 --- a/cargo_config +++ b/cargo_config @@ -219,4 +219,4 @@ rev = "5aef38d655f76a6b0d172340eed3766c93b3124c" replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" diff --git a/lapce-0.2.7.tar.zst b/lapce-0.2.7.tar.zst deleted file mode 100644 index 682fcf5..0000000 --- a/lapce-0.2.7.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f2b8af5113347d153e6f7a54315a5dd837d0c03bcc9f42a26d8d02eed9a48e1 -size 1835320 diff --git a/lapce-0.2.8.tar.zst b/lapce-0.2.8.tar.zst new file mode 100644 index 0000000..bd1c6f7 --- /dev/null +++ b/lapce-0.2.8.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28935122ad2bd87fb53e4a34be57fd25160e8613d60623ea904a1a791dc159e5 +size 1839926 diff --git a/lapce.changes b/lapce.changes index 88fb9e1..7e3e96e 100644 --- a/lapce.changes +++ b/lapce.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jun 07 14:46:16 UTC 2023 - socvirnyl.estela@gmail.com + +- Update to version 0.2.8: + * Feature: Add basic Vim marks feature (#2403) + * docs: add install instructions for nixpkgs (#2401) + * Revert "fix: proxy version comparison" (#2395) + * fix: proxy version comparison (#2206) + * fix: canonicalize path (#2367) + * fix: limit lower bound of blink interval (#2391) + * feat: make metainfo comptime (#2374) + * fix: set TERM for flatpak + * Add instructions for installing on Gentoo (#1672) + * Fixed copy remote file url (#2077) + * Enable XML syntax highlighting for csproj files (#2297) + * ci: copy cargo config from release workflow (#2338) + * Add placeholder text to filter input in settings (#2337) + * ci: fix WiX install + use Cargo sparse protocol (#2334) + * docs: fix changelog (#2332) + * feat: filter settings (#2289) + * command: implemented RevealActiveFileInFileTree (#2282) + * Fix several issue with bracket highlights (#2248) + * fix: search result folding incorrectly (#2272) + * Add option to open files at specific line/column (#1964) + * fix: store lapce data next to lapce for portable install (#1888) + * fix: typo in tab.rs (#2253) + +- Update vendored dependencies to address bnc#1212005 + ------------------------------------------------------------------- Fri Apr 14 14:00:47 UTC 2023 - Soc Virnyl Estela diff --git a/lapce.spec b/lapce.spec index 70a6f58..28d362e 100644 --- a/lapce.spec +++ b/lapce.spec @@ -17,7 +17,7 @@ Name: lapce -Version: 0.2.7 +Version: 0.2.8 Release: 0 Summary: Lightning-fast and Powerful Code Editor written in Rust URL: https://github.com/lapce/lapce diff --git a/vendor.tar.zst b/vendor.tar.zst index 0aa348b..b2f2777 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:555feacf9475a7d7b20ed62084b3bf801c695771e11e56ed12002d117309ed10 -size 117171943 +oid sha256:4ea76f34cd9f4b5c74bb944375bb99aca3475aa5b3e765369369d53cc35f098e +size 1533962240 From 20df1407bb3dd1116f0f975c98cd31c3f505b0b2fda0fb480cfba6f3d679ba90 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 7 Jun 2023 21:59:01 +0000 Subject: [PATCH 2/5] - Fix update of vendored dependencies using cargotoml param in service file. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=72 --- _service | 6 ++++++ cargo_config | 2 +- lapce-0.2.8.tar.zst | 4 ++-- lapce.changes | 6 ++++++ vendor.tar.zst | 4 ++-- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/_service b/_service index fe90075..8bcf234 100644 --- a/_service +++ b/_service @@ -20,6 +20,12 @@ lapce zst true + Cargo.toml + lapce-core/Cargo.toml + lapce-data/Cargo.toml + lapce-proxy/Cargo.toml + lapce-rpc/Cargo.toml + lapce-ui/Cargo.toml lapce diff --git a/cargo_config b/cargo_config index 9254007..8fc04ca 100644 --- a/cargo_config +++ b/cargo_config @@ -219,4 +219,4 @@ rev = "5aef38d655f76a6b0d172340eed3766c93b3124c" replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" +directory = "vendor" \ No newline at end of file diff --git a/lapce-0.2.8.tar.zst b/lapce-0.2.8.tar.zst index bd1c6f7..cb435a2 100644 --- a/lapce-0.2.8.tar.zst +++ b/lapce-0.2.8.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28935122ad2bd87fb53e4a34be57fd25160e8613d60623ea904a1a791dc159e5 -size 1839926 +oid sha256:561d24f77b7d83b455c758c3a02b001a5833f7399ab66486cd88e7d007fc6123 +size 1841275 diff --git a/lapce.changes b/lapce.changes index 7e3e96e..c779135 100644 --- a/lapce.changes +++ b/lapce.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 7 21:57:31 UTC 2023 - Soc Virnyl Estela + +- Fix update of vendored dependencies using cargotoml param in service + file. + ------------------------------------------------------------------- Wed Jun 07 14:46:16 UTC 2023 - socvirnyl.estela@gmail.com diff --git a/vendor.tar.zst b/vendor.tar.zst index b2f2777..9e6489b 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ea76f34cd9f4b5c74bb944375bb99aca3475aa5b3e765369369d53cc35f098e -size 1533962240 +oid sha256:bb11d85c03250d0e0d1357c34e903913ed01f622af4eba05d77aa6a1c1a97da6 +size 117110350 From e09aaf1ed59b5e4efb6e783880ad7d3bfeed03b793128d4239e1656cce66849a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 8 Jun 2023 00:27:30 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=73 --- _service | 5 ----- vendor.tar.zst | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/_service b/_service index 8bcf234..6247a7f 100644 --- a/_service +++ b/_service @@ -21,11 +21,6 @@ zst true Cargo.toml - lapce-core/Cargo.toml - lapce-data/Cargo.toml - lapce-proxy/Cargo.toml - lapce-rpc/Cargo.toml - lapce-ui/Cargo.toml lapce diff --git a/vendor.tar.zst b/vendor.tar.zst index 9e6489b..148c247 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb11d85c03250d0e0d1357c34e903913ed01f622af4eba05d77aa6a1c1a97da6 -size 117110350 +oid sha256:780da6812e513859c30804030a132a796c06bb27c3976240922742e344d183a7 +size 117111340 From e1e50eef1c946fbeda7ccad98d3bc23987d06f6b57e667f48b3cf4f40b6bfcb7 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 8 Jun 2023 23:34:54 +0000 Subject: [PATCH 4/5] - Test to include and sync lapce-proxy deps OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=74 --- _service | 1 + lapce-0.2.8.tar.zst | 4 ++-- lapce.changes | 5 +++++ vendor.tar.zst | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_service b/_service index 6247a7f..aa0aa8a 100644 --- a/_service +++ b/_service @@ -21,6 +21,7 @@ zst true Cargo.toml + lapce-proxy/Cargo.toml lapce diff --git a/lapce-0.2.8.tar.zst b/lapce-0.2.8.tar.zst index cb435a2..a949626 100644 --- a/lapce-0.2.8.tar.zst +++ b/lapce-0.2.8.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:561d24f77b7d83b455c758c3a02b001a5833f7399ab66486cd88e7d007fc6123 -size 1841275 +oid sha256:c39bfd36f2bbe161fe376f89506f38d5a1b887370fcb1f57a125dda5bff5bf35 +size 1839934 diff --git a/lapce.changes b/lapce.changes index c779135..7c03cc5 100644 --- a/lapce.changes +++ b/lapce.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 8 23:28:19 UTC 2023 - Soc Virnyl Estela + +- Test to include and sync lapce-proxy deps + ------------------------------------------------------------------- Wed Jun 7 21:57:31 UTC 2023 - Soc Virnyl Estela diff --git a/vendor.tar.zst b/vendor.tar.zst index 148c247..fab8529 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:780da6812e513859c30804030a132a796c06bb27c3976240922742e344d183a7 -size 117111340 +oid sha256:c002d44ab1b28ff2633e06f6e317f2aa07f4bc1557d6e7895ab8eb1591007f2d +size 117119108 From 8eb020d7cd11a6476581206be433a8bae5788d8101c3a3c57b0dd2202e34ac50 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 9 Jun 2023 00:01:12 +0000 Subject: [PATCH 5/5] - Revert back to non-updated dependencies. Some issues with crate versions. OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=75 --- _service | 2 +- lapce.changes | 9 ++------- vendor.tar.zst | 4 ++-- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/_service b/_service index aa0aa8a..fe6b164 100644 --- a/_service +++ b/_service @@ -19,7 +19,7 @@ lapce zst - true + false Cargo.toml lapce-proxy/Cargo.toml diff --git a/lapce.changes b/lapce.changes index 7c03cc5..e35423c 100644 --- a/lapce.changes +++ b/lapce.changes @@ -1,13 +1,8 @@ ------------------------------------------------------------------- Thu Jun 8 23:28:19 UTC 2023 - Soc Virnyl Estela -- Test to include and sync lapce-proxy deps - -------------------------------------------------------------------- -Wed Jun 7 21:57:31 UTC 2023 - Soc Virnyl Estela - -- Fix update of vendored dependencies using cargotoml param in service - file. +- Revert back to non-updated dependencies. Some issues with crate + versions. ------------------------------------------------------------------- Wed Jun 07 14:46:16 UTC 2023 - socvirnyl.estela@gmail.com diff --git a/vendor.tar.zst b/vendor.tar.zst index fab8529..88cd33c 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c002d44ab1b28ff2633e06f6e317f2aa07f4bc1557d6e7895ab8eb1591007f2d -size 117119108 +oid sha256:29c65ed26125f6f4cc3ae0d610008dbe0b73bb28880e79dfc0391ea817f7f212 +size 87294637