Release 0.4.0

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent 4372b59719
commit a35a3d1aec

1
.gitignore vendored

@ -1,2 +1,3 @@
/y4m-0.3.2.crate /y4m-0.3.2.crate
/y4m-0.3.3.crate /y4m-0.3.3.crate
/y4m-0.4.0.crate

@ -1,27 +1,28 @@
# Generated by rust2rpm-9-1.fc30 # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate y4m %global crate y4m
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.3 Version: 0.4.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: YUV4MPEG2 (.y4m) Encoder/Decoder Summary: YUV4MPEG2 (.y4m) Encoder/Decoder
# 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}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(resize/default) >= 0.3.0 with crate(resize/default) < 0.4.0)
%endif
%global _description \ %global _description %{expand:
YUV4MPEG2 (.y4m) Encoder/Decoder. YUV4MPEG2 (.y4m) Encoder/Decoder.}
%description %{_description} %description %{_description}
@ -55,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -67,11 +71,14 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Sep 15 20:49:04 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.0-1
- Release 0.4.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu May 30 17:31:31 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.3-1 * Thu May 30 17:31:31 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.3-1
- Release 0.3.3 - Release 0.3.3
* Wed Mar 20 09:48:46 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-2 * Wed Mar 20 09:48:46 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-2
- Run tests in infrastructure - Run tests in infrastructure

@ -1 +1 @@
SHA512 (y4m-0.3.3.crate) = 94443e26e58e522ca9088a1ce5b107f22e060d82a587c4cd1ce063bf49793c96b09569fa5d5529fe6fd9b0a0323fa29fa14d6fa023d100bcc34cb421ec25aab5 SHA512 (y4m-0.4.0.crate) = a29488e32c990825e38cd371212e5f495209cb34f30c370b05c2c8ff70fe06d2338fc88396429fbf2c63454d8cb75547111255ad3af58f54952d234fb0167e5b

Loading…
Cancel
Save