Compare commits

...

8 Commits

Author SHA1 Message Date
Fabio Valentini 904bc639a1
Update to version 0.2.11; Fixes RHBZ#2321976
3 months ago
Fedora Release Engineering 19fa80d3d9 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering f81edec375 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 3e9f0d245f
Update to version 0.2.8; Fixes RHBZ#2242457
1 year ago
Fedora Release Engineering 9e7666bd53 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 08385805ef
Update to version 0.2.7; Fixes RHBZ#2204478
2 years ago
Fedora Release Engineering 37751f0671 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini d90f871d77
Update to version 0.2.6; Fixes RHBZ#2141165
2 years ago

4
.gitignore vendored

@ -5,3 +5,7 @@
/libm-0.2.2.crate
/libm-0.2.3.crate
/libm-0.2.5.crate
/libm-0.2.6.crate
/libm-0.2.7.crate
/libm-0.2.8.crate
/libm-0.2.11.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,25 +1,19 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate libm
Name: rust-libm
Version: 0.2.5
Version: 0.2.11
Release: %autorelease
Summary: Libm in pure Rust
License: MIT OR Apache-2.0
License: MIT AND (MIT OR Apache-2.0)
URL: https://crates.io/crates/libm
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: cargo-rpm-macros >= 24
%global _description %{expand:
Libm in pure Rust.}
@ -36,8 +30,7 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/LICENSE.txt
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
@ -55,6 +48,18 @@ 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
@ -68,7 +73,7 @@ use the "unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

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

@ -0,0 +1,3 @@
[package]
summary = "Libm in pure Rust"

@ -1 +1 @@
SHA512 (libm-0.2.5.crate) = 4d56501fdc86011f1b707b349c409564c85c2484b185adf9dc5d5a8a8fcca8c0e172c95ee5dbfb428b7b13d8cfb1e23c596d3ae3bfa878f2019fabd3258c7863
SHA512 (libm-0.2.11.crate) = 86742b5d97dc976cec5bbf75f565b40c7058e74cf840cbc7baf4d84823318040ac692b5796a407bd44caac553dda3f5a087d3bf8d6099cf26305123ce106c7bb

Loading…
Cancel
Save