From af8c1865a3dd23fa4b11ed034f9af8a80b4ba987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Thu, 10 Dec 2020 19:33:34 +0100 Subject: [PATCH] Bump bitstream-io to 0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- ivf-fix-metadata.diff | 8 ++++++++ rust-ivf.spec | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 ivf-fix-metadata.diff diff --git a/ivf-fix-metadata.diff b/ivf-fix-metadata.diff new file mode 100644 index 0000000..97977f9 --- /dev/null +++ b/ivf-fix-metadata.diff @@ -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" diff --git a/rust-ivf.spec b/rust-ivf.spec index 8288b98..c74c631 100644 --- a/rust-ivf.spec +++ b/rust-ivf.spec @@ -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 - 0.1.0-4 +- Bump bitstream-io to 0.9 + * Wed Jul 29 2020 Fedora Release Engineering - 0.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild