6fb59d5ceb
- Update to version 0.6.2+0: * Prepare for release * Fix new clippy lints for Rust 1.66 * Drop BUILT_TIME_UTC * Shorten progress text * Bump built to 0.5.2 * Make git2 optional * Simplify the version string * Specify default threads behavior * Fix the capi deps - Removed dependency on libgit2 * Added rav1e-cargo-no-git-default.patch OBS-URL: https://build.opensuse.org/request/show/1046283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rav1e?expand=0&rev=16 |
||
---|---|---|
_service | ||
_servicedata | ||
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
cargo_config | ||
rav1e-0.6.2+0.tar.xz | ||
rav1e-cargo-no-git-default.patch | ||
rav1e.changes | ||
rav1e.obsinfo | ||
rav1e.spec | ||
README.suse-maint | ||
vendor.tar.xz |
# 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.