Update to 0.6.1

epel9
Josh Stone 5 years ago
parent 53f00854dd
commit d187316b77

1
.gitignore vendored

@ -3,3 +3,4 @@
/y4m-0.4.0.crate /y4m-0.4.0.crate
/y4m-0.5.0.crate /y4m-0.5.0.crate
/y4m-0.6.0.crate /y4m-0.6.0.crate
/y4m-0.6.1.crate

@ -5,17 +5,14 @@
%global crate y4m %global crate y4m
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.0 Version: 0.6.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: YUV4MPEG2 (.y4m) Encoder/Decoder Summary: YUV4MPEG2 (.y4m) Encoder/Decoder
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/y4m URL: https://crates.io/crates/y4m
Source: %{crates_source} 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} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -74,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 0.6.1-1
- Update to 0.6.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (y4m-0.6.0.crate) = df29f4b614eaa08e213d54bf44318d22950d990c5c80a8ab36b91b97254a54d3f16d0383a8709d038cdd20f908b3f6c179017f771e2a8a447dc3a0822ee88193 SHA512 (y4m-0.6.1.crate) = a9b4266b7293076b39a2d2e34c0a4abb7063365ce823b64af18d3a4accd65c80559a5635e92c727f2db9c2bef297a1da3cbbb78801d89b262d8f50d05a4e5187

@ -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"
Loading…
Cancel
Save