generated from pool/new_package
- Update to version 3.6.7: * https://github.com/sumneko/lua-language-server/blob/3.6.7/changelog.md or packaged changelog.md - Fixed setting CFLAGS and LDFLAGS - Added %check section - Moved lua-language-server binary to /usr/libexec OBS-URL: https://build.opensuse.org/request/show/1061407 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=27
18 lines
438 B
Markdown
18 lines
438 B
Markdown
# How to update the lua-language-server package
|
|
|
|
## Prerequisites:
|
|
|
|
You need the `tar_scm` and `download_url` obs service installed:
|
|
|
|
zypper in obs-service-tar_scm obs-service-download_url
|
|
|
|
## Updating to a new version from upstream
|
|
|
|
Edit the `_service` and `spec` file and update the version variable.
|
|
|
|
Download the new source file by running:
|
|
|
|
osc service disabledrun
|
|
|
|
Update the changelog file with the upstream release notes.
|