Compare commits

..

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

10
.gitignore vendored

@ -0,0 +1,10 @@
/rav1e-0.3.0.crate
/rav1e-0.3.1.crate
/rav1e-0.3.3.crate
/rav1e-0.3.4.crate
/rav1e-0.4.0-alpha.crate
/rav1e-0.4.0.crate
/rav1e-0.4.1.crate
/rav1e-0.5.0.crate
/rav1e-0.5.1.crate
/rav1e-0.6.6.crate

Binary file not shown.

@ -1,171 +0,0 @@
--- rav1e-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rav1e-0.7.1/Cargo.toml 2024-10-02T17:37:50.466711+00:00
@@ -30,8 +30,11 @@
default-run = "rav1e"
description = "The fastest and safest AV1 encoder"
readme = "README.md"
-license = "BSD-2-Clause"
+license = "BSD-2-Clause AND ISC"
repository = "https://github.com/xiph/rav1e/"
+
+[package.metadata.capi.library]
+version_suffix_components = 1
[package.metadata.docs.rs]
no-default-features = true
@@ -72,16 +75,6 @@
"unstable",
]
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-required-features = ["bench"]
-
-[dependencies.aom-sys]
-version = "0.3.3"
-optional = true
-
[dependencies.arg_enum_proc_macro]
version = "0.3.4"
@@ -102,10 +95,6 @@
[dependencies.bitstream-io]
version = "2"
-
-[dependencies.byteorder]
-version = "1.5.0"
-optional = true
[dependencies.cfg-if]
version = "1.0"
@@ -133,23 +122,12 @@
version = "0.8"
optional = true
-[dependencies.dav1d-sys]
-version = "0.6.0"
-optional = true
-package = "libdav1d-sys"
-
[dependencies.fern]
version = "0.6"
optional = true
-[dependencies.image]
-version = "0.24.7"
-features = ["png"]
-optional = true
-default-features = false
-
[dependencies.itertools]
-version = "0.12"
+version = "0.13"
[dependencies.ivf]
version = "0.1"
@@ -183,9 +161,6 @@
[dependencies.paste]
version = "1.0"
-[dependencies.profiling]
-version = "1"
-
[dependencies.rayon]
version = "0.1"
default-features = false
@@ -215,25 +190,9 @@
version = "0.8"
optional = true
-[dependencies.tracing]
-version = "0.1.40"
-optional = true
-
-[dependencies.tracing-chrome]
-version = "0.7.1"
-optional = true
-
-[dependencies.tracing-subscriber]
-version = "0.3.18"
-optional = true
-
[dependencies.v_frame]
version = "0.3.7"
-[dependencies.wasm-bindgen]
-version = "0.2.89"
-optional = true
-
[dependencies.y4m]
version = "0.8"
optional = true
@@ -241,9 +200,6 @@
[dev-dependencies.assert_cmd]
version = "2.0"
-[dev-dependencies.criterion]
-version = "0.5"
-
[dev-dependencies.interpolate_name]
version = "0.2.4"
@@ -264,10 +220,6 @@
[dev-dependencies.semver]
version = "1.0"
-
-[build-dependencies.built]
-version = "0.7.1"
-features = []
[build-dependencies.cc]
version = "1.0"
@@ -284,7 +236,6 @@
"nasm-rs",
"cc",
]
-bench = []
binaries = [
"ivf",
"y4m",
@@ -299,22 +250,14 @@
capi = ["scan_fmt"]
channel-api = ["crossbeam"]
check_asm = []
-decode_test = ["aom-sys"]
-decode_test_dav1d = ["dav1d-sys"]
default = [
"binaries",
"asm",
"threading",
"signal_support",
- "git_version",
]
desync_finder = ["backtrace"]
dump_ivf = ["ivf"]
-dump_lookahead_data = [
- "byteorder",
- "image",
-]
-git_version = ["built/git2"]
quick_test = []
scenechange = []
serialize = [
@@ -326,14 +269,7 @@
]
signal_support = ["signal-hook"]
threading = ["rayon/threads"]
-tracing = [
- "profiling/profile-with-tracing",
- "tracing-subscriber",
- "tracing-chrome",
- "dep:tracing",
-]
unstable = []
-wasm = ["wasm-bindgen"]
[target."cfg(unix)".dependencies.signal-hook]
version = "0.3"

@ -0,0 +1,53 @@
* Sat Aug 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-4
- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jul 10 12:15:47 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.1-2
- Add patch to fix https://github.com/xiph/rav1e/issues/2662
* Wed Apr 7 17:07:05 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.1-1
- Update to 0.4.1
- Close: rhbz#1915864
* Mon Mar 29 16:18:27 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0-1
- Update to 0.4.0
- Close: rhbz#1915864
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0~alpha-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 28 13:32:03 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.0~alpha-0.2
- Rebuild
* Wed Dec 09 15:17:53 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0~alpha-0.1
- Update to 0.4.0~alpha
* Sun Dec 06 04:37:40 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.4-3
- Rebuild with new cargo-c to fix pkgconfig includedir
- Fix: rhbz#1902211
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-2
- Temporarily skip some broken tests on aarch64.
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-1
- Update to version 0.3.4.
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.3.3-3
- Bump paste to 1.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Mon Mar 09 17:45:25 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.1-2
- Fix pkgconfig prefix path
* Thu Feb 20 21:15:47 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Tue Feb 11 01:28:07 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.0-1
- Initial package

@ -1,6 +1,6 @@
--- rav1e-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rav1e-0.7.1/Cargo.toml 2024-10-02T17:35:30.801010+00:00
@@ -335,24 +335,7 @@
--- rav1e-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rav1e-0.6.6/Cargo.toml 2023-12-05T15:31:19.481323+00:00
@@ -342,24 +342,7 @@
unstable = []
wasm = ["wasm-bindgen"]
@ -8,13 +8,13 @@
-version = "6"
-
-[target."cfg(fuzzing)".dependencies.arbitrary]
-version = "1.3"
-version = "0.4"
-
-[target."cfg(fuzzing)".dependencies.interpolate_name]
-version = "0.2.4"
-version = "0.2.2"
-
-[target."cfg(fuzzing)".dependencies.libfuzzer-sys]
-version = "0.4.7"
-version = "0.3"
-
-[target."cfg(fuzzing)".dependencies.rand]
-version = "0.8"

@ -0,0 +1,154 @@
--- rav1e-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rav1e-0.6.6/Cargo.toml 2023-12-05T15:33:39.388912+00:00
@@ -33,6 +33,9 @@
license = "BSD-2-Clause"
repository = "https://github.com/xiph/rav1e/"
+[package.metadata.capi.library]
+version_suffix_components = 1
+
[package.metadata.docs.rs]
no-default-features = true
@@ -72,11 +75,6 @@
"unstable",
]
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-
[dependencies.aom-sys]
version = "0.3.2"
optional = true
@@ -88,7 +86,7 @@
version = "0.7"
[dependencies.av-metrics]
-version = "=0.9.0"
+version = "0.9.0"
optional = true
default-features = false
@@ -111,7 +109,7 @@
version = "1.0"
[dependencies.clap]
-version = "=4.0.32"
+version = "4.0.32"
features = [
"color",
"std",
@@ -125,10 +123,6 @@
version = "4.0.3"
optional = true
-[dependencies.clap_lex]
-version = "=0.3.0"
-optional = true
-
[dependencies.console]
version = "0.15"
optional = true
@@ -191,9 +185,6 @@
default-features = false
package = "maybe-rayon"
-[dependencies.rust_hawktracer]
-version = "0.7.0"
-
[dependencies.scan_fmt]
version = "0.2.3"
optional = true
@@ -221,12 +212,8 @@
[dependencies.v_frame]
version = "0.3.3"
-[dependencies.wasm-bindgen]
-version = "0.2.63"
-optional = true
-
[dependencies.winnow]
-version = "=0.4.1"
+version = "0.4.1"
optional = true
[dependencies.y4m]
@@ -234,10 +221,7 @@
optional = true
[dev-dependencies.assert_cmd]
-version = "=2.0.8"
-
-[dev-dependencies.criterion]
-version = "0.4"
+version = "2.0.8"
[dev-dependencies.interpolate_name]
version = "0.2.2"
@@ -246,13 +230,13 @@
version = "7.1.1"
[dev-dependencies.predicates]
-version = "=2.1.5"
+version = "2.1.5"
[dev-dependencies.predicates-core]
-version = "=1.0.5"
+version = "1.0.5"
[dev-dependencies.predicates-tree]
-version = "=1.0.7"
+version = "1.0.7"
[dev-dependencies.pretty_assertions]
version = "1.3.0"
@@ -271,10 +255,6 @@
[dev-dependencies.semver]
version = "1.0"
-
-[build-dependencies.built]
-version = "0.5.2"
-features = []
[build-dependencies.cc]
version = "1.0"
@@ -294,7 +274,6 @@
"nasm-rs",
"cc",
]
-bench = []
binaries = [
"ivf",
"y4m",
@@ -316,7 +295,6 @@
"asm",
"threading",
"signal_support",
- "git_version",
]
desync_finder = ["backtrace"]
dump_ivf = ["ivf"]
@@ -324,7 +302,6 @@
"byteorder",
"image",
]
-git_version = ["built/git2"]
quick_test = []
scenechange = []
serialize = [
@@ -335,12 +312,7 @@
]
signal_support = ["signal-hook"]
threading = ["rayon/threads"]
-tracing = [
- "rust_hawktracer/profiling_enabled",
- "rust_hawktracer/pkg_config",
-]
unstable = []
-wasm = ["wasm-bindgen"]
[target."cfg(unix)".dependencies.signal-hook]
version = "0.3"

@ -1,14 +1,4 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 4;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
# Apache-2.0 OR MIT
@ -24,7 +14,7 @@
%global crate rav1e
Name: rust-rav1e
Version: 0.7.1
Version: 0.6.6
Release: %autorelease
Summary: Fastest and safest AV1 encoder
@ -33,25 +23,23 @@ Summary: Fastest and safest AV1 encoder
License: BSD-2-Clause AND ISC
URL: https://crates.io/crates/rav1e
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
# Automatically generated patch to strip foreign dependencies
Patch: rav1e-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * update license expression in crate metadata
# * bump itertools dependency from 0.12 to 0.13
# * drop references to benchmarks
# * drop unused feature for dumping lookahead data and its dependencies
# * drop unused features for profiling and tracing and their dependencies
# * relax stricter-than-SemVer version requirements
# * drop unused, no-op rust_hawktracer dependency and tracing feature
# * drop unused and outdated optional clap_lex dependency
# * drop WASM-specific wasm-bindgen dependency and wasm feature
# * drop unused, benchmark-only criterion dev-dependency
# * drop unused aom-sys / libdav1d-sys dependencies (decode tests are not run)
# * compatibility fixes for cargo-c v0.9.26 and newer:
# https://github.com/lu-zero/cargo-c/pull/346
# https://github.com/lu-zero/cargo-c/pull/352
Patch: rav1e-fix-metadata.diff
Patch: 0001-remove-references-to-removed-built-and-profiling-cra.patch
Patch: 0001-remove-references-to-removed-built-and-rust_hawktrac.patch
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: cargo-c
BuildRequires: rust-packaging >= 23
%global _description %{expand:
The fastest and safest AV1 encoder.}
@ -66,8 +54,8 @@ License: %{binary_license}
%files -n %{crate}
%license LICENSE
%license PATENTS
%license LICENSE.dependencies
%license PATENTS
%doc README.md
%{_bindir}/rav1e
%{_bindir}/rav1e-ch
@ -125,6 +113,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+aom-sys-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+aom-sys-devel %{_description}
This package contains library source intended for building other packages which
use the "aom-sys" feature of the "%{crate}" crate.
%files -n %{name}+aom-sys-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+asm-devel
Summary: %{summary}
BuildArch: noarch
@ -173,6 +173,18 @@ use the "binaries" feature of the "%{crate}" crate.
%files -n %{name}+binaries-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+byteorder-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+byteorder-devel %{_description}
This package contains library source intended for building other packages which
use the "byteorder" feature of the "%{crate}" crate.
%files -n %{name}+byteorder-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+capi-devel
Summary: %{summary}
BuildArch: noarch
@ -269,6 +281,42 @@ use the "crossbeam" feature of the "%{crate}" crate.
%files -n %{name}+crossbeam-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dav1d-sys-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dav1d-sys-devel %{_description}
This package contains library source intended for building other packages which
use the "dav1d-sys" feature of the "%{crate}" crate.
%files -n %{name}+dav1d-sys-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+decode_test-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+decode_test-devel %{_description}
This package contains library source intended for building other packages which
use the "decode_test" feature of the "%{crate}" crate.
%files -n %{name}+decode_test-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+decode_test_dav1d-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+decode_test_dav1d-devel %{_description}
This package contains library source intended for building other packages which
use the "decode_test_dav1d" feature of the "%{crate}" crate.
%files -n %{name}+decode_test_dav1d-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+desync_finder-devel
Summary: %{summary}
BuildArch: noarch
@ -293,6 +341,18 @@ use the "dump_ivf" feature of the "%{crate}" crate.
%files -n %{name}+dump_ivf-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dump_lookahead_data-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dump_lookahead_data-devel %{_description}
This package contains library source intended for building other packages which
use the "dump_lookahead_data" feature of the "%{crate}" crate.
%files -n %{name}+dump_lookahead_data-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fern-devel
Summary: %{summary}
BuildArch: noarch
@ -305,6 +365,18 @@ use the "fern" feature of the "%{crate}" crate.
%files -n %{name}+fern-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+image-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+image-devel %{_description}
This package contains library source intended for building other packages which
use the "image" feature of the "%{crate}" crate.
%files -n %{name}+image-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ivf-devel
Summary: %{summary}
BuildArch: noarch
@ -473,6 +545,18 @@ use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+winnow-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+winnow-devel %{_description}
This package contains library source intended for building other packages which
use the "winnow" feature of the "%{crate}" crate.
%files -n %{name}+winnow-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+y4m-devel
Summary: %{summary}
BuildArch: noarch
@ -486,158 +570,29 @@ use the "y4m" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
# cargo-c requires all optional dependencies to be available
%cargo_generate_buildrequires -a
echo "cargo-c"
%build
%cargo_build -f channel-api,unstable
%cargo_cbuild -f channel-api,unstable
%{cargo_license_summary -f channel-api,unstable}
%{cargo_license -f channel-api,unstable} > LICENSE.dependencies
%cargo_build -f binaries,channel-api,unstable
%cargo_cbuild -f binaries,channel-api,unstable
%cargo_license_summary -f binaries,channel-api,unstable
%{cargo_license -f binaries,channel-api,unstable} > LICENSE.dependencies
%install
%cargo_install -f channel-api,unstable
%cargo_cinstall -f channel-api,unstable
%cargo_install -f binaries,channel-api,unstable
%cargo_cinstall -f binaries,channel-api,unstable
rm -v %{buildroot}%{_libdir}/librav1e.a
%if %{with check}
%check
%cargo_test -f channel-api,unstable
%cargo_test -f binaries,channel-api,unstable
%endif
%changelog
* Thu Dec 19 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 0.7.1-4
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Wed Oct 02 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-4
- Drop unused dump_lookahead_data feature and its dependencies
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu May 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-2
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces
* Sat Feb 03 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-1
- update to version 0.7.1; Fixes RHBZ#2256283
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Dec 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.6-4
- Compatibility fixes for cargo-c v0.9.26 and newer
* Sat Sep 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.6-3
- Migrate to new cargo_cbuild and cargo_cinstall macros
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.6-1
- Update to version 0.6.6; Fixes RHBZ#2149770
* Fri Feb 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.1-9
- Ensure default Rust compiler flags apply to the shared library build
* Fri Feb 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.1-8
- Disambiguate code which is ambiguous with Rust 1.67+
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jan 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.1-6
- Backport upstream patch to fix UB / crash in test code
* Mon Aug 08 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.1-5
- Remove unused dependencies; split off source-only Rust devel package
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jun 25 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.1-3
- Fix devel package name
* Thu Jun 23 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.1-2
- Bump dav1d-sys dep
* Sun Jun 19 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.1-1
- Update to 0.5.1 Close: rhbz#2032033
* Tue Feb 22 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-6
- Hack the workaround of the workaround
* Tue Feb 22 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-5
- Work around codegen issues when compiling doctests with LLVM 13
* Mon Feb 21 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-4
- Bump system-deps from 3.1.2 to 6
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.0-3
- Rebuild with package notes
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sun Nov 21 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.0-1
- Update to 0.5.0 Close: rhbz#1991588
* Sat Aug 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-4
- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jul 10 12:15:47 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.1-2
- Add patch to fix https://github.com/xiph/rav1e/issues/2662
* Wed Apr 7 17:07:05 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.1-1
- Update to 0.4.1
- Close: rhbz#1915864
* Mon Mar 29 16:18:27 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0-1
- Update to 0.4.0
- Close: rhbz#1915864
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0~alpha-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 28 13:32:03 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.0~alpha-0.2
- Rebuild
* Wed Dec 09 15:17:53 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0~alpha-0.1
- Update to 0.4.0~alpha
* Sun Dec 06 04:37:40 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.4-3
- Rebuild with new cargo-c to fix pkgconfig includedir
- Fix: rhbz#1902211
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-2
- Temporarily skip some broken tests on aarch64.
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-1
- Update to version 0.3.4.
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.3.3-3
- Bump paste to 1.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Mon Mar 09 17:45:25 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.1-2
- Fix pkgconfig prefix path
* Thu Feb 20 21:15:47 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Tue Feb 11 01:28:07 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.0-1
- Initial package
## END: Generated by rpmautospec
%autochangelog

@ -0,0 +1 @@
SHA512 (rav1e-0.6.6.crate) = e2c8502da92cb954c587049e544bd136514a5b9f26acaf3430d6e727da4c050de2cabb6a6e0d017ba79194ec45d9078aa7846746e823837373b4ed391db6e70a
Loading…
Cancel
Save