- Update to version 0.0.54:
* No significant code changes * update deps OBS-URL: https://build.opensuse.org/package/show/editors/efm-langserver?expand=0&rev=5
This commit is contained in:
commit
0eafbb9788
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
efm-langserver-0.0.49.tar.gz
Normal file
3
efm-langserver-0.0.49.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db9ff85f5eba5439f771488434bb9f4fe93e724094189cac3a536539e7ec1e3e
|
||||||
|
size 49233
|
3
efm-langserver-0.0.53.tar.gz
Normal file
3
efm-langserver-0.0.53.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e315b6c563a994d8f5b3d2d8e5be629628b1f6dc7e4a82d9ea1a5deb8c81be6
|
||||||
|
size 49827
|
3
efm-langserver-0.0.54.tar.gz
Normal file
3
efm-langserver-0.0.54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4149b2922899ce313a89f60851f6678369253ed542dd65bdc8dd22f3cf1629bb
|
||||||
|
size 49601
|
21
efm-langserver.changes
Normal file
21
efm-langserver.changes
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 07:40:28 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.0.54:
|
||||||
|
* No significant code changes
|
||||||
|
* update deps
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 25 01:58:12 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Update to version 0.0.53:
|
||||||
|
* update deps
|
||||||
|
* add add lint-after-open
|
||||||
|
* fix-escape-brackets
|
||||||
|
* fix: unescaped brackets in path
|
||||||
|
* docs: add config for VSCode
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 25 01:40:29 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Initial spec for efm-langserver 0.0.49
|
55
efm-langserver.spec
Normal file
55
efm-langserver.spec
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
#
|
||||||
|
# spec file for package efm-langserver
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: efm-langserver
|
||||||
|
Version: 0.0.54
|
||||||
|
Release: 0
|
||||||
|
Summary: General purpose language server
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/mattn/efm-langserver
|
||||||
|
Source0: https://github.com/mattn/efm-langserver/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
Source1: vendor.tar.zst
|
||||||
|
BuildRequires: c_compiler
|
||||||
|
BuildRequires: zstd
|
||||||
|
BuildRequires: golang(API) >= 1.20
|
||||||
|
|
||||||
|
%description
|
||||||
|
General purpose Language Server that can use specified error message format generated from specified command e.g.
|
||||||
|
using linters and other tooling that supports the LSP specification.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -qa1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%ifarch ppc64
|
||||||
|
BUILDMOD=""
|
||||||
|
%else
|
||||||
|
BUILDMOD="-buildmode=pie"
|
||||||
|
%endif
|
||||||
|
export RPM_OPT_FLAGS="%{optflags}"
|
||||||
|
go build -v -x -mod=vendor $BUILDMOD -a -ldflags "-s -X main.version=%{version} -X main.revision=%{version}" -o %{name}
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
%license LICENSE
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
|
%changelog
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e190c785844574d18d70cd13b2f75ab59e9a90629aaa4d01b256b63ffc3d931c
|
||||||
|
size 76686
|
Loading…
x
Reference in New Issue
Block a user