Update to version 0.2.2; Fixes RHBZ#2051103

epel9
Fabio Valentini 3 years ago
parent 5fbf9b536b
commit dc06a48c1a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/libm-0.1.3.crate /libm-0.1.3.crate
/libm-0.1.4.crate /libm-0.1.4.crate
/libm-0.2.1.crate /libm-0.2.1.crate
/libm-0.2.2.crate

@ -1,10 +1,10 @@
--- libm-0.2.1/Cargo.toml 1970-01-01T00:00:00+00:00 --- libm-0.2.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libm-0.2.1/Cargo.toml 2019-11-28T14:17:50.762271+00:00 +++ libm-0.2.2/Cargo.toml 2022-02-07T22:51:18.738558+00:00
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
categories = ["no-std"] 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"
+exclude = ["/ci/*"] +exclude = ["/ci/*"]
[profile.release]
lto = "fat"
[dev-dependencies.no-panic] [dev-dependencies.no-panic]
version = "0.1.8"
[build-dependencies.rand]

@ -1,12 +1,11 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 20
# no-panic fails: https://github.com/rust-lang/libm/issues/234 %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libm %global crate libm
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.1 Version: 0.2.2
Release: %autorelease Release: %autorelease
Summary: Libm in pure Rust Summary: Libm in pure Rust
@ -19,9 +18,6 @@ Source: %{crates_source}
Patch0: libm-fix-metadata.diff Patch0: libm-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -37,7 +33,7 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
@ -51,7 +47,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -63,7 +59,7 @@ BuildArch: noarch
%description -n %{name}+unstable-devel %{_description} %description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the unstable" feature of the "%{crate}" crate. use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel %files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (libm-0.2.1.crate) = a037ce773e4c4b0a9c20a23a9c04a34bc468753a1ccafb42199ae1793adc100148b77b08533c4bcc0f269d7de421c0657b6ea62f132ae808cc3b998f55e713a9 SHA512 (libm-0.2.2.crate) = 5aed180dec326ed9ee2fb90dfd94127ee5f75804f7ce7fa0ed5c7e1f0533215690553551da44c055f9ad47170ca32971467fb378f7328a3c22930832388eed75

Loading…
Cancel
Save