Update to version 0.2.5; Fixes RHBZ#2117097

epel9
Fabio Valentini 2 years ago
parent 8fcd4795e1
commit 9ff59a1c6d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/libm-0.2.1.crate /libm-0.2.1.crate
/libm-0.2.2.crate /libm-0.2.2.crate
/libm-0.2.3.crate /libm-0.2.3.crate
/libm-0.2.5.crate

@ -1,9 +1,9 @@
--- libm-0.2.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- libm-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libm-0.2.3/Cargo.toml 2022-08-06T16:03:48.236361+00:00 +++ libm-0.2.5/Cargo.toml 2022-08-20T20:12:55.550260+00:00
@@ -24,6 +24,7 @@ @@ -25,6 +25,7 @@
categories = ["no-std"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libm" repository = "https://github.com/rust-lang/libm"
resolver = "1"
+exclude = ["/ci/"] +exclude = ["/ci/"]
[profile.release] [profile.release]

@ -5,7 +5,7 @@
%global crate libm %global crate libm
Name: rust-libm Name: rust-libm
Version: 0.2.3 Version: 0.2.5
Release: %autorelease Release: %autorelease
Summary: Libm in pure Rust Summary: Libm in pure Rust

@ -1 +1 @@
SHA512 (libm-0.2.3.crate) = b436775d2749fadbdb0d506d50fdf4361b522a506c1b632c69861a7ec55a757c3a66e539db67f96d290e3d927935b5394c1afe1bbb122e381353cd714ab2f340 SHA512 (libm-0.2.5.crate) = 4d56501fdc86011f1b707b349c409564c85c2484b185adf9dc5d5a8a8fcca8c0e172c95ee5dbfb428b7b13d8cfb1e23c596d3ae3bfa878f2019fabd3258c7863

Loading…
Cancel
Save