Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini bd5ff323a6
Update to version 0.2.8; Fixes RHBZ#2242457
1 year ago
Fabio Valentini bf2797a3db
Update to version 0.2.7; Fixes RHBZ#2204478
2 years ago
Fabio Valentini 657276f927
Update to version 0.2.6; Fixes RHBZ#2141165
2 years ago
Fabio Valentini 104425b2df
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 928e75db14
Rebuild
3 years ago

3
.gitignore vendored

@ -5,3 +5,6 @@
/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 /libm-0.2.5.crate
/libm-0.2.6.crate
/libm-0.2.7.crate
/libm-0.2.8.crate

@ -1,3 +0,0 @@
# rust-libm
The rust-libm package

@ -1,10 +0,0 @@
--- 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 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libm"
resolver = "1"
+exclude = ["/ci/"]
[profile.release]
lto = "fat"

@ -1,23 +1,17 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libm %global crate libm
Name: rust-libm Name: rust-libm
Version: 0.2.5 Version: 0.2.8
Release: %autorelease Release: %autorelease
Summary: Libm in pure Rust Summary: Libm in pure Rust
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/libm URL: https://crates.io/crates/libm
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * exclude files that are only useful for upstream CI:
# https://github.com/japaric/libm/pull/148
Patch: libm-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
@ -68,7 +62,7 @@ use the "unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,4 +0,0 @@
[DEFAULT]
unwanted-features =
musl-reference-tests
rand

@ -0,0 +1,5 @@
[package]
summary = "Libm in pure Rust"
[features]
hide = ["musl-reference-tests", "rand"]

@ -1 +1 @@
SHA512 (libm-0.2.5.crate) = 4d56501fdc86011f1b707b349c409564c85c2484b185adf9dc5d5a8a8fcca8c0e172c95ee5dbfb428b7b13d8cfb1e23c596d3ae3bfa878f2019fabd3258c7863 SHA512 (libm-0.2.8.crate) = 753df71bb2c838abbac360db2e4400c2d931185ecff993da51a979870f2c3f7ac017380fadee4622102fb4b37ebcc1960b0cbd295afc9cd1cb3307524e1f39c5

Loading…
Cancel
Save