Compare commits

..

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
/half-1.8.2.crate SOURCES/half-1.8.3.crate

@ -0,0 +1 @@
2524a713267dbda65ea89313a93be2c83efe6a89 SOURCES/half-1.8.3.crate

@ -0,0 +1,25 @@
--- half-1.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ half-1.8.3/Cargo.toml 2024-10-23T14:43:49.268166+00:00
@@ -39,7 +39,6 @@
"serde",
"bytemuck",
"num-traits",
- "zerocopy",
]
rustc-args = [
"--cfg",
@@ -68,14 +67,6 @@
optional = true
default-features = false
-[dependencies.zerocopy]
-version = "0.6.0"
-optional = true
-default-features = false
-
-[dev-dependencies.criterion]
-version = "0.3.5"
-
[dev-dependencies.quickcheck]
version = "1.0"

@ -0,0 +1,17 @@
[package]
summary = "Half-precision floating point f16 and bf16 types for Rust"
cargo-toml-patch-comments = [
"drop unused zerocopy feature (missing dependencies)",
"drop unused benchmark-only criterion dependency",
]
[tests]
skip = [
"bfloat::test::test_nan_conversion_to_larger",
"bfloat::test::test_nan_conversion_to_smaller",
"binary16::test::test_nan_conversion_to_larger",
"binary16::test::test_nan_conversion_to_smaller",
]
skip-exact = true
comments = ["skip tests that fail with Rust 1.75+ when built in release mode: https://github.com/starkat99/half-rs/issues/103"]

@ -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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate half %global crate half
Name: rust-half1 Name: rust-half1
Version: 1.8.2 Version: 1.8.3
Release: %autorelease Release: %autorelease
Summary: Half-precision floating point f16 and bf16 types for Rust 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} %if %{with check}
%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 %endif
%changelog %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

@ -1,16 +0,0 @@
--- half-1.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ half-1.8.2/Cargo.toml 2023-10-14T20:42:52.808672+00:00
@@ -46,13 +46,6 @@
optional = true
default-features = false
-[dependencies.zerocopy]
-version = "0.6.0"
-optional = true
-default-features = false
-[dev-dependencies.criterion]
-version = "0.3.5"
-
[dev-dependencies.quickcheck]
version = "1.0"

@ -1,3 +0,0 @@
[package]
summary = "Half-precision floating point f16 and bf16 types for Rust"

@ -1 +0,0 @@
SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e
Loading…
Cancel
Save