forked from pool/StyLua
Accepting request 1118039 from devel:languages:lua
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1118039 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/StyLua?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e06bd0e2befcfebfa312930f282acdc6e2cffff7c1cabce648be4d88e7e5f7c0
|
||||
size 376335
|
3
StyLua-0.18.2.tar.gz
Normal file
3
StyLua-0.18.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a81ffaba54479ca7ddaa6ebb7611d60f8849004b5d6c50ec1b31edb2295c8e
|
||||
size 377388
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 13:14:58 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Update to version 0.18.2:
|
||||
* Fixed LuaJIT suffixes LL/ULL causing a panic when running in --verify mode
|
||||
* Fixed incorrect formatting of conditionals when collapse_simple_statement is enabled and the block begins with an empty line
|
||||
* Fixed formatting of dot function call chains with comment between dot and names
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 26 13:42:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define _bin_name stylua
|
||||
Name: StyLua
|
||||
Version: 0.18.1
|
||||
Version: 0.18.2
|
||||
Release: 0
|
||||
Summary: Opinionated Lua code formatter
|
||||
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND MIT AND MPL-2.0 AND MPL-2.0
|
||||
|
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">StyLua-0.18.1.tar.gz</param>
|
||||
<param name="srctar">StyLua*.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@@ -2,4 +2,4 @@
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
directory = "vendor"
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ecfc6367d766dab4443f307e4499352b990177713c38c32bc9ee3bb4fbac1fb
|
||||
size 15078985
|
||||
oid sha256:532a56c706e3c958b827576d84958ecac337958e8bb1b196a53a40b880a04a18
|
||||
size 15050449
|
||||
|
Reference in New Issue
Block a user