|
|
@ -1,12 +1,13 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without 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.6.1
|
|
|
|
Version: 0.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
Summary: YUV4MPEG2 (.y4m) Encoder/Decoder
|
|
|
|
Summary: YUV4MPEG2 (.y4m) Encoder/Decoder
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -37,7 +38,7 @@ which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%doc examples README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
@ -71,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 10 12:36:30 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.0-1
|
|
|
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
- Close: rhbz#1871033
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 0.6.1-1
|
|
|
|
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
|
|
|
|
|
|
|