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

1
.gitignore vendored

@ -8,4 +8,3 @@
/libm-0.2.6.crate
/libm-0.2.7.crate
/libm-0.2.8.crate
/libm-0.2.11.crate

@ -1,19 +1,19 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate libm
Name: rust-libm
Version: 0.2.11
Version: 0.2.8
Release: %autorelease
Summary: Libm in pure Rust
License: MIT AND (MIT OR Apache-2.0)
License: MIT OR Apache-2.0
URL: https://crates.io/crates/libm
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Libm in pure Rust.}
@ -30,7 +30,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE.txt
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
@ -48,18 +49,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+force-soft-floats-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+force-soft-floats-devel %{_description}
This package contains library source intended for building other packages which
use the "force-soft-floats" feature of the "%{crate}" crate.
%files -n %{name}+force-soft-floats-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch

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

@ -1 +1 @@
SHA512 (libm-0.2.11.crate) = 86742b5d97dc976cec5bbf75f565b40c7058e74cf840cbc7baf4d84823318040ac692b5796a407bd44caac553dda3f5a087d3bf8d6099cf26305123ce106c7bb
SHA512 (libm-0.2.8.crate) = 753df71bb2c838abbac360db2e4400c2d931185ecff993da51a979870f2c3f7ac017380fadee4622102fb4b37ebcc1960b0cbd295afc9cd1cb3307524e1f39c5

Loading…
Cancel
Save