Go to file
JL K bc821bf912 Accepting request 1093690 from home:jlkDE
Do not install terminfo anymore, make the terminfo package a suggested dependency instead.

OBS-URL: https://build.opensuse.org/request/show/1093690
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=69
2023-06-19 08:35:50 +00:00
_constraints Accepting request 1041273 from home:uncomfyhalomacro:branches:X11:terminals 2022-12-14 10:03:29 +00:00
_service Accepting request 1093690 from home:jlkDE 2023-06-19 08:35:50 +00:00
.gitattributes Accepting request 760004 from home:luke_nukem:branches:X11:terminals 2020-01-06 05:19:53 +00:00
.gitignore Accepting request 588337 from home:avindra 2018-03-23 09:32:36 +00:00
alacritty-0.12.1.tar.xz Accepting request 1089570 from home:jlkDE 2023-05-29 12:40:03 +00:00
alacritty.changes Accepting request 1093690 from home:jlkDE 2023-06-19 08:35:50 +00:00
alacritty.spec Accepting request 1093690 from home:jlkDE 2023-06-19 08:35:50 +00:00
cargo_config Accepting request 921931 from home:firstyear:branches:X11:terminals 2021-10-02 12:36:03 +00:00
README.suse-maint Accepting request 1093543 from home:luc14n0:branches:X11:terminals 2023-06-17 11:55:53 +00:00
vendor.tar.xz Accepting request 1089570 from home:jlkDE 2023-05-29 12:40:03 +00:00

To update this package to a new upstream release, run:

$ current_version=$(ls alacritty-*.tar.xz)
$ osc service disabledrun

This should be enough do make a tarball out of the GitHub source tree AND
vendor all the needed Rust crates. If the cargo-audit source service detect
some bad enough vulnerability and give you the red light go visit
https://github.com/openSUSE/obs-service-cargo_audit to further instructions,
and/or contact the Alacritty maintainers.

Otherwise you should be good to go:

$ rm ${current_version}; osc addremove

# If you have the power to build locally:
$ osc build

$ new_version=$(ls alacritty-*.tar.xz)
$ osc ci -m "Update to ${new_version} release"
$ osc sr -m "Update to ${new_version} release"