Update to 1.7.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent ea278bf28f
commit 3a779dd66b
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -4,3 +4,4 @@
/half-1.4.1.crate
/half-1.5.0.crate
/half-1.6.0.crate
/half-1.7.1.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 13
# Missing quickcheck_macros
%bcond_with check
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate half
Name: rust-%{crate}
Version: 1.6.0
Release: 2%{?dist}
Version: 1.7.1
Release: 1%{?dist}
Summary: Half-precision floating point f16 and bf16 types for Rust
# Upstream license specification: MIT/Apache-2.0
@ -66,6 +65,30 @@ which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+bytemuck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytemuck-devel %{_description}
This package contains library source intended for building other packages
which use "bytemuck" feature of "%{crate}" crate.
%files -n %{name}+bytemuck-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+num-traits-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+num-traits-devel %{_description}
This package contains library source intended for building other packages
which use "num-traits" feature of "%{crate}" crate.
%files -n %{name}+num-traits-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -133,6 +156,9 @@ which use "use-intrinsics" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jan 17 09:38:37 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.7.1-1
- Update to 1.7.1 (Fixes: RHBZ#1917105)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (half-1.6.0.crate) = 52a459a793c43d66dbc79eb517b1cb63313b009aa8ce64c0ba09c4e49d4abe51ab1085f1f28421dfb78d3f83eecce7113dd50b6bac8a58259fbda4a5529b2ec2
SHA512 (half-1.7.1.crate) = cd678b9277fd909083b67eb86c1fe92f464c92e1932246c6793dd835069aac5af6b9dc16bfbdcfbcdd75d3a641bc1f2240effd83dff6068a41b6c54d3739f73e

Loading…
Cancel
Save