Go to file
2022-01-09 21:50:01 +00:00
_service Try to fix build and submit 2021-12-16 14:57:15 +00:00
_servicedata Try to fix build and submit 2021-12-16 14:57:15 +00:00
.gitattributes Accepting request 752709 from home:gladiac 2019-12-03 07:25:47 +00:00
.gitignore Accepting request 752709 from home:gladiac 2019-12-03 07:25:47 +00:00
baselibs.conf Accepting request 821859 from home:dimstar:Factory 2020-07-20 14:53:29 +00:00
cargo_config Fix service for cargo vendor creation 2021-06-02 07:18:57 +00:00
rav1e-0.5.1+0.tar.xz Accepting request 944570 from home:firstyear:branches:multimedia:libs 2022-01-07 16:00:53 +00:00
rav1e.changes Accepting request 944570 from home:firstyear:branches:multimedia:libs 2022-01-07 16:00:53 +00:00
rav1e.obsinfo Accepting request 944570 from home:firstyear:branches:multimedia:libs 2022-01-07 16:00:53 +00:00
rav1e.spec Accepting request 944570 from home:firstyear:branches:multimedia:libs 2022-01-07 16:00:53 +00:00
README.suse-maint Fix service for cargo vendor creation 2021-06-02 07:18:57 +00:00
vendor.tar.xz Accepting request 944570 from home:firstyear:branches:multimedia:libs 2022-01-07 16:00:53 +00:00

# How to update the rav1e package

## Prerequisites:
You need the download_files and cargo_vendor obs services installed:
  zypper in obs-service-download_files obs-service-cargo_vendor

## Updating to a new version from upstream

Edit the spec file and update the version variable.

Download the new source file by running:
  osc service ra download_files

Uncompress the rav1e-%{version}.tar.gz file:
  tar xf rav1e-*.tar.gz

This will create a rav1e-%{version} directory

Edit the _service file and set the srcdir param
to the extracted directory.

Run the cargo_vendor service with:
  osc service disabledrun

Update the changelog file with the upstream release notes.