From b402da0d940d152cc114f814af70a098c6d9cd50 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Jul 10 2020 01:18:29 +0000 Subject: Bump num-rational to 0.3 --- diff --git a/gstreamer-fix-metadata.diff b/gstreamer-fix-metadata.diff new file mode 100644 index 0000000..8bb0e92 --- /dev/null +++ b/gstreamer-fix-metadata.diff @@ -0,0 +1,11 @@ +--- gstreamer-0.15.7/Cargo.toml 2020-06-08T10:11:39+00:00 ++++ gstreamer-0.15.7/Cargo.toml 2020-07-10T00:17:56.302993+00:00 +@@ -63,7 +63,7 @@ + version = "0.2" + + [dependencies.num-rational] +-version = "0.2" ++version = "0.3" + features = [] + default-features = false + diff --git a/rust-gstreamer.spec b/rust-gstreamer.spec index bbb63b1..c271ce2 100644 --- a/rust-gstreamer.spec +++ b/rust-gstreamer.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.15.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rust bindings for GStreamer # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/gstreamer Source: %{crates_source} +# Initial patched metadata +# * Bump num-rational to 0.3, https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/525 +Patch0: gstreamer-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -215,6 +218,9 @@ which use "v1_16" feature of "%{crate}" crate. %endif %changelog +* Thu Jul 09 2020 Josh Stone - 0.15.7-2 +- Bump num-rational to 0.3 + * Wed Jun 10 2020 Josh Stone - 0.15.7-1 - Update to 0.15.7