Update to 0.2.5 Close: rhbz#1991571

epel9
Robert-André Mauchin 3 years ago
parent d2221fb0e4
commit 3aba232ac3

1
.gitignore vendored

@ -1,3 +1,4 @@
/v_frame-0.1.0.crate
/v_frame-0.2.0.crate
/v_frame-0.2.1.crate
/v_frame-0.2.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate v_frame
Name: rust-%{crate}
Version: 0.2.1
Version: 0.2.5
Release: %autorelease
Summary: Video Frame data structures, part of rav1e
@ -75,6 +75,18 @@ which use "serialize" feature of "%{crate}" crate.
%files -n %{name}+serialize-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tracing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tracing-devel %{_description}
This package contains library source intended for building other packages
which use "tracing" feature of "%{crate}" crate.
%files -n %{name}+tracing-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+wasm-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (v_frame-0.2.1.crate) = 1fbb1f0771f94381f5710532e1482795aa2f0693501adbdf42127b17986f16017d24e249829aede5f3ce81eea55d5ede5f532e3c8440e16f08a65ea89abcfc4f
SHA512 (v_frame-0.2.5.crate) = cd883b644700dfc58cdb78a8932e8c981306120a5a9b3e6c616b5712213df09263ef354fd4d4227b6305977e099fca8b98dc599a8b483b2f74b3f8688011f54c

Loading…
Cancel
Save