diff --git a/rust-rav1e.spec b/rust-rav1e.spec index e75296d..a6dd91c 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -17,7 +17,7 @@ Name: rust-%{crate} Version: 0.3.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fastest and safest AV1 encoder # Upstream license specification: BSD-2-Clause @@ -520,6 +520,10 @@ rm -v %{buildroot}%{_libdir}/librav1e.a %endif %changelog +* Sun Dec 06 04:37:40 CET 2020 Robert-André Mauchin - 0.3.4-3 +- Rebuild with new cargo-c to fix pkgconfig includedir +- Fix: rhbz#1902211 + * Tue Oct 20 2020 Fabio Valentini - 0.3.4-2 - Temporarily skip some broken tests on aarch64.