Update to version 0.2.6; Fixes RHBZ#2141165

epel9
Fabio Valentini 2 years ago
parent 104425b2df
commit 657276f927
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate libm
Name: rust-libm
Version: 0.2.5
Version: 0.2.6
Release: %autorelease
Summary: Libm in pure Rust
@ -17,8 +17,6 @@ Source: %{crates_source}
# https://github.com/japaric/libm/pull/148
Patch: libm-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (libm-0.2.5.crate) = 4d56501fdc86011f1b707b349c409564c85c2484b185adf9dc5d5a8a8fcca8c0e172c95ee5dbfb428b7b13d8cfb1e23c596d3ae3bfa878f2019fabd3258c7863
SHA512 (libm-0.2.6.crate) = 6ba263c95f1c555e66fbc5a5f7d0f2aca4e20f6aaeca27c3baa4d17aa00b88830334736fc58d268d98e50bcab65220507b0d8e7973fcdbf14600ab3f20c34a56

Loading…
Cancel
Save