Update to version 0.3.5; Fixes RHBZ#2028957

epel9
Rémi Lauzier 3 years ago
parent d190855346
commit 752983823a
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -2,3 +2,4 @@
/rend-0.3.2.crate
/rend-0.3.3.crate
/rend-0.3.4.crate
/rend-0.3.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate rend
Name: rust-%{crate}
Version: 0.3.4
Version: 0.3.5
Release: %autorelease
Summary: Endian-aware primitives for Rust
@ -15,9 +15,6 @@ URL: https://crates.io/crates/rend
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use "%{crate}" crate.
%files devel
%license LICENSE
%doc crates-io.md README.md
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+bytecheck-devel %{_description}
This package contains library source intended for building other packages
which use "bytecheck" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "bytecheck" feature of "%{crate}" crate.
%files -n %{name}+bytecheck-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -82,8 +79,8 @@ BuildArch: noarch
%description -n %{name}+validation-devel %{_description}
This package contains library source intended for building other packages
which use "validation" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "validation" feature of "%{crate}" crate.
%files -n %{name}+validation-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (rend-0.3.4.crate) = e44e1c0b64095b476af03ea60eef37017daf79ec8d4719ceac77ecfacb7c54b39bce0ac274f25c80f5e96bb637017e5e6526dfce23468a3857d3a5ae98fbeeb6
SHA512 (rend-0.3.5.crate) = d6220aa3195042288c4dcb360c500bd1a49d4a4e43fa28c273a87b7428d81719eb6596cd3159e6a1685cc8b466f841271424349a2720dfa5b39b0e38d8829065

Loading…
Cancel
Save