Compare commits

..

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

1
.gitignore vendored

@ -1,2 +1 @@
/half-1.8.2.crate
/half-1.8.3.crate

@ -1,14 +1,6 @@
--- 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 @@
--- 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
@ -16,7 +8,6 @@
-version = "0.6.0"
-optional = true
-default-features = false
-
-[dev-dependencies.criterion]
-version = "0.3.5"
-

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate half
Name: rust-half1
Version: 1.8.3
Version: 1.8.2
Release: %autorelease
Summary: Half-precision floating point f16 and bf16 types for Rust
@ -151,9 +151,7 @@ use the "use-intrinsics" feature of the "%{crate}" crate.
%if %{with check}
%check
# * 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
%cargo_test
%endif
%changelog

@ -1,17 +1,3 @@
[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 +1 @@
SHA512 (half-1.8.3.crate) = 9ba1341edc6aa1c2edebd77ac76cc95851d3387e189a8d5a66dfc0974e79ba8610af8463c2bcee38d4dc96f82316ed7041ca31ccda8863de5a90b4f85f3a529a
SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e

Loading…
Cancel
Save