2021-07-16 09:23:12 +00:00
|
|
|
# How to update the lua-language-server package
|
|
|
|
|
|
|
|
## Prerequisites:
|
|
|
|
|
2023-01-27 13:43:00 +00:00
|
|
|
You need the `tar_scm` and `download_url` obs service installed:
|
2021-07-16 09:23:12 +00:00
|
|
|
|
2023-01-27 13:43:00 +00:00
|
|
|
zypper in obs-service-tar_scm obs-service-download_url
|
2021-07-16 09:23:12 +00:00
|
|
|
|
|
|
|
## 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.
|