diff --git a/.gitignore b/.gitignore index abbdcb0..1983bee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /y4m-0.4.0.crate /y4m-0.5.0.crate /y4m-0.6.0.crate +/y4m-0.6.1.crate diff --git a/rust-y4m.spec b/rust-y4m.spec index 196b80c..55458ed 100644 --- a/rust-y4m.spec +++ b/rust-y4m.spec @@ -5,17 +5,14 @@ %global crate y4m Name: rust-%{crate} -Version: 0.6.0 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: YUV4MPEG2 (.y4m) Encoder/Decoder # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/y4m Source: %{crates_source} -# Initial patched metadata -# * Update resize to 0.4, https://github.com/image-rs/y4m/pull/26 -Patch0: y4m-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -74,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jul 29 2020 Josh Stone - 0.6.1-1 +- Update to 0.6.1 + * Wed Jul 29 2020 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 045fedb..5e692e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (y4m-0.6.0.crate) = df29f4b614eaa08e213d54bf44318d22950d990c5c80a8ab36b91b97254a54d3f16d0383a8709d038cdd20f908b3f6c179017f771e2a8a447dc3a0822ee88193 +SHA512 (y4m-0.6.1.crate) = a9b4266b7293076b39a2d2e34c0a4abb7063365ce823b64af18d3a4accd65c80559a5635e92c727f2db9c2bef297a1da3cbbb78801d89b262d8f50d05a4e5187 diff --git a/y4m-fix-metadata.diff b/y4m-fix-metadata.diff deleted file mode 100644 index 6af8046..0000000 --- a/y4m-fix-metadata.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- y4m-0.6.0/Cargo.toml 2020-05-12T12:18:30+00:00 -+++ y4m-0.6.0/Cargo.toml 2020-05-18T08:57:23.425264+00:00 -@@ -22,4 +22,4 @@ - license = "MIT" - repository = "https://github.com/image-rs/y4m.git" - [dev-dependencies.resize] --version = "0.3.0" -+version = "0.4"