Go to file
Takashi Iwai 8c30292236 Accepting request 1118881 from home:iznogood:factory
NOTE: This is needed due to https://build.opensuse.org/request/show/1118388
See comment there

- Update to version 0.6.6:
  * Sync the assembly with dav1d
  * Additional improvements and cleanups
  * Overall speed-up typically 5.2%
- Change soname to 0_6, and at the same time set min version for
  cargo-c BuildRequires to > 0.9.26, as this is needed for the new
  soname to be built correctly.
- Modernize _service and spec to more current way of doing rust
  packaging.
- Use ldconfig_scriptlets macro for post(un) handling.
- Fix license tag to BSD-2-Clause AND ISC

OBS-URL: https://build.opensuse.org/request/show/1118881
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rav1e?expand=0&rev=55
2023-10-20 11:34:38 +00:00
_service Accepting request 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +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 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +00:00
cargo_config Fix service for cargo vendor creation 2021-06-02 07:18:57 +00:00
rav1e-0.6.6.obscpio Accepting request 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +00:00
rav1e-cargo-no-git-default.patch Commit missing patch 2023-01-02 16:17:35 +00:00
rav1e.changes Accepting request 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +00:00
rav1e.obsinfo Accepting request 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +00:00
rav1e.spec Accepting request 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +00:00
README.suse-maint Fix service for cargo vendor creation 2021-06-02 07:18:57 +00:00
vendor.tar.zst Accepting request 1118881 from home:iznogood:factory 2023-10-20 11:34:38 +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.