|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate half
|
|
|
|
|
|
|
|
|
|
Name: rust-half1
|
|
|
|
|
Version: 1.8.2
|
|
|
|
|
Version: 1.8.3
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Half-precision floating point f16 and bf16 types for Rust
|
|
|
|
|
|
|
|
|
@ -151,8 +161,25 @@ use the "use-intrinsics" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
%cargo_test
|
|
|
|
|
# * skip tests that fail with Rust 1.75+ when built in release mode:
|
|
|
|
|
# https://github.com/starkat99/half-rs/issues/103
|
|
|
|
|
%cargo_test -- -- --exact --skip bfloat::test::test_nan_conversion_to_larger --skip bfloat::test::test_nan_conversion_to_smaller --skip binary16::test::test_nan_conversion_to_larger --skip binary16::test::test_nan_conversion_to_smaller
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Wed Oct 23 2024 Fabio Valentini <decathorpe@gmail.com> - 1.8.3-1
|
|
|
|
|
- Update to version 1.8.3
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Fabio Valentini <decathorpe@gmail.com> - 1.8.2-2
|
|
|
|
|
- Skip tests that fail with Rust 1.75+ when built in release mode
|
|
|
|
|
|
|
|
|
|
* Sun Oct 15 2023 Fabio Valentini <decathorpe@gmail.com> - 1.8.2-1
|
|
|
|
|
- Initial import (half 1 compat package)
|
|
|
|
|
## END: Generated by rpmautospec
|