SHA256
1
0
forked from pool/ast-grep

- Update to 0.15.0:

* Breaking change: feat: reduce metavar_env string allocation e1ab015
  * Breaking change: fix: remove pattern as replacer f6e4293
  * Breaking change: feat: better metavar detection e1ab18a

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=3
This commit is contained in:
Michael Vetter 2023-12-17 01:28:28 +00:00 committed by Git OBS Bridge
parent 594ec69867
commit 8cafba3700
6 changed files with 21 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">0.14.4</param>
<param name="revision">0.15.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@ -19,4 +19,7 @@
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">ast-grep</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9b254c541d21aa9d5ae8ca68ba004ca3a2b1ce2668bf92e8aada8b723a0c5ff
size 651592

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c509e43fd8fb5a15bae14e9914074215ecc4ea40e3f7dcb902e81b68dddcb65
size 652158

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 16 11:37:22 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 0.15.0:
* Breaking change: feat: reduce metavar_env string allocation e1ab015
* Breaking change: fix: remove pattern as replacer f6e4293
* Breaking change: feat: better metavar detection e1ab18a
-------------------------------------------------------------------
Tue Dec 12 08:11:43 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ast-grep
Version: 0.14.4+0
Version: 0.15.0+0
Release: 0
Summary: A CLI tool for code structural search, lint and rewriting
License: MIT
Url: https://ast-grep.github.io/
URL: https://ast-grep.github.io/
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Source2: cargo_config
@ -40,7 +41,7 @@ install -D -m 644 %{SOURCE2} .cargo/config
%install
install -D -d -m 0755 %{buildroot}%{_bindir}
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name}
%files
%{_bindir}/%{name}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:343c2d9ca506396034fff001d4dc209ba9b82de73e56edcccce1c6d4165d1072
size 25791438
oid sha256:74244264c4b5005fdfbe90c2c313c91c4df647604a0b552abac50a23e406f459
size 25793424