Accepting request 1093397 from editors
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1093397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapce?expand=0&rev=14
This commit is contained in:
commit
1e6a8d2418
8
_service
8
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">ce1becf</param>
|
||||
<param name="match-tag">v0.2.7</param>
|
||||
<param name="revision">14534f4</param>
|
||||
<param name="match-tag">v0.2.8</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -19,7 +19,9 @@
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">lapce</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="update">false</param>
|
||||
<param name="cargotoml">Cargo.toml</param>
|
||||
<param name="cargotoml">lapce-proxy/Cargo.toml</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">lapce</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f2b8af5113347d153e6f7a54315a5dd837d0c03bcc9f42a26d8d02eed9a48e1
|
||||
size 1835320
|
3
lapce-0.2.8.tar.zst
Normal file
3
lapce-0.2.8.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c39bfd36f2bbe161fe376f89506f38d5a1b887370fcb1f57a125dda5bff5bf35
|
||||
size 1839934
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 8 23:28:19 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Revert back to non-updated dependencies. Some issues with crate
|
||||
versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:555feacf9475a7d7b20ed62084b3bf801c695771e11e56ed12002d117309ed10
|
||||
size 117171943
|
||||
oid sha256:29c65ed26125f6f4cc3ae0d610008dbe0b73bb28880e79dfc0391ea817f7f212
|
||||
size 87294637
|
||||
|
Loading…
x
Reference in New Issue
Block a user