Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rav1e for openSUSE:Factory checked in at 2025-06-10 08:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rav1e (Old) and /work/SRC/openSUSE:Factory/.rav1e.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rav1e" Tue Jun 10 08:57:23 2025 rev:20 rq:1283046 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rav1e/rav1e.changes 2024-10-02 21:32:59.101385136 +0200 +++ /work/SRC/openSUSE:Factory/.rav1e.new.19631/rav1e.changes 2025-06-10 08:57:55.921172492 +0200 @@ -1,0 +2,64 @@ +Thu May 29 11:09:59 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 0.8.0: + * Remove duplicate assume_slice_init_mut + * Update Cargo.lock by @lu-zero + * Remove rustc_version_check from build.rs + * Remove crate quickcheck_macros + * Ignore IDE config folders + * Only enable av1-grain/serialize with rav1e/serialize + * Remove allow(clippy::undocumented_unsafe_blocks) where not necessary + * Replace cdf! macro with const fns + * Don't use host's strip command when cross-compiling + * Prepare for ivf release + * Update Cargo.lock after ivf version bump + * Fix test-specific clippy lints + * Fix NASM warning about %undef statement + * Update all non-major dependencies + * build(deps): bump shlex from 1.2.0 to 1.3.0 + * Add whitespace to compiler flags in long version string + * Replace types from once_cell with std::sync::OnceLock + * Update actions/cache action to v4 + * Update codecov/codecov-action action to v4 + * Make apply_ssim_boost a const fn + * Remove redundant imports + * Lock clap auto-updates to 4.4 until we bump rustc version + * Use a maintained clippy-check + * Further renovate changes + * Also lock assert_cmd version + * Add new NASM pragma regarding macro parameter expansion + * Add CI job to check the MSRV + * Add CI jobs for wasm32-wasi + * Replace AlignedBoxedSlice with aligned_vec::ABox + * fix(deps): update rust crate dav1d-sys to 0.7.0 + * build(deps): bump libdav1d-sys from 0.6.0 to 0.7.0+libdav1d.1.4.0 + * chore(deps): update softprops/action-gh-release action to v2 + * Expose no_scene_detection in capi + * Fix clippy lints + * Update to itertool 0.13 + * Update nasm-rs to 0.3.0 + * Disable compiler warnings for known custom cfg values + * fix(deps): update all non-major dependencies + * Cleanup custom lints + * Do not rename the prefix manually for windows + * Update dependencies which do not bump minimum rustc + * Turn get_rect_tx_log_ratio into associated function for TxSize + * Add benchmarks for motion_compensate function + * Drop binary integration test from coverage + * Update clap to v4.5 + * Fix deploy CI job + * Use the clap v3 style + * Bump msrv-compatible dependencies + * Update built to 0.7.7 + * Freshen rav1e dependencies and CI + * Preparation for rav1e 0.8.0 + * Lock file maintenance + * Update clechasseur/rs-clippy-check action to v4 + * Update codecov/codecov-action action to v5 + * bump to bitstream-io 4.1 + * Use av-scenechange for scene detection + * Update all non-major dependencies +- Update shared library name following upstreams so name change, do + this via adding a sover define and set it to 0_8. + +------------------------------------------------------------------- Old: ---- rav1e-0.7.1.obscpio New: ---- rav1e-0.8.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rav1e.spec ++++++ --- /var/tmp/diff_new_pack.u5SX3X/_old 2025-06-10 08:57:57.517238323 +0200 +++ /var/tmp/diff_new_pack.u5SX3X/_new 2025-06-10 08:57:57.517238323 +0200 @@ -1,7 +1,7 @@ # # spec file for package rav1e # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2020 Andreas Schneider <a...@cryptomilk.org>. # # All modifications and additions to the file contributed by third parties @@ -17,8 +17,10 @@ # +%define sover 0_8 + Name: rav1e -Version: 0.7.1 +Version: 0.8.0 Release: 0 Summary: Fastest and safest AV1 encoder # rav1e is published under the terms of the BSD-2-Clause license, @@ -62,11 +64,11 @@ * Variable speed settings * Near real-time encoding at high speed levels -%package -n librav1e0_7 +%package -n librav1e%{sover} Summary: AV1 encoder library Group: System/Libraries -%description -n librav1e0_7 +%description -n librav1e%{sover} rav1e is an AV1 video encoder libary. It is designed to eventually cover all use cases, though in its current form it is most suitable for cases where libaom (the reference encoder) is too slow. @@ -74,7 +76,7 @@ %package devel Summary: Development files for rav1e Group: Development/Libraries/C and C++ -Requires: librav1e0_7 = %{version} +Requires: librav1e%{sover} = %{version} %description devel The rav1e-devel package contains libraries and header files for @@ -105,12 +107,12 @@ rm -f %{buildroot}%{_libdir}/librav1e.a rm -f %{buildroot}%{_prefix}/.crates* -%ldconfig_scriptlets -n librav1e0_7 +%ldconfig_scriptlets -n librav1e%{sover} %files %{_bindir}/rav1e -%files -n librav1e0_7 +%files -n librav1e%{sover} %license LICENSE %{_libdir}/librav1e.so.* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.u5SX3X/_old 2025-06-10 08:57:57.565240303 +0200 +++ /var/tmp/diff_new_pack.u5SX3X/_new 2025-06-10 08:57:57.569240468 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/xiph/rav1e.git</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.7.1</param> + <param name="revision">v0.8.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.u5SX3X/_old 2025-06-10 08:57:57.593241457 +0200 +++ /var/tmp/diff_new_pack.u5SX3X/_new 2025-06-10 08:57:57.597241622 +0200 @@ -1,2 +1,2 @@ -librav1e0_7 +librav1e0_8 ++++++ rav1e-0.7.1.obscpio -> rav1e-0.8.0.obscpio ++++++ ++++ 7267 lines of diff (skipped) ++++++ rav1e.obsinfo ++++++ --- /var/tmp/diff_new_pack.u5SX3X/_old 2025-06-10 08:57:58.049260266 +0200 +++ /var/tmp/diff_new_pack.u5SX3X/_new 2025-06-10 08:57:58.053260431 +0200 @@ -1,5 +1,5 @@ name: rav1e -version: 0.7.1 -mtime: 1704876138 -commit: a8d05d0c43826a465b60dbadd0ab7f1327d75371 +version: 0.8.0 +mtime: 1748021621 +commit: 1fd67cd1b4a39f69303f28ed27c5d2d3833110c4 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/rav1e/vendor.tar.zst /work/SRC/openSUSE:Factory/.rav1e.new.19631/vendor.tar.zst differ: char 7, line 1