Bump bitstream-io to 0.9

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 4 years ago
parent 1f64098c09
commit af8c1865a3
No known key found for this signature in database
GPG Key ID: F07E690B12A82D56

@ -0,0 +1,8 @@
--- ivf-0.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ ivf-0.1.0/Cargo.toml 2020-12-10T18:31:15.021472+00:00
@@ -19,4 +19,4 @@
homepage = "https://github.com/xiph/rav1e"
license = "BSD-2-Clause"
[dependencies.bitstream-io]
-version = "0.8"
+version = "0.9"

@ -1,4 +1,4 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Simple ivf muxer
# Upstream license specification: BSD-2-Clause
License: BSD
URL: https://crates.io/crates/ivf
Source: %{crates_source}
# Initial patched metadata
# Bump bitstream-io to 0.9 (already upstreamed)
Patch0: ivf-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -70,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 10 19:31:15 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-4
- Bump bitstream-io to 0.9
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save