Update to version 1.16.0; Fixes RHBZ#2218589

epel10
Fabio Valentini 2 years ago
parent bc782b9d65
commit 9ad52370ff
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/num_cpus-1.13.1.crate
/num_cpus-1.14.0.crate
/num_cpus-1.15.0.crate
/num_cpus-1.16.0.crate

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

@ -1,11 +1,8 @@
--- num_cpus-1.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ num_cpus-1.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -25,8 +25,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/seanmonstar/num_cpus"
-[target."cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))".dependencies.hermit-abi]
-version = "0.2.6"
-
--- num_cpus-1.16.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ num_cpus-1.16.0/Cargo.toml 2023-07-05T19:42:07.934520+00:00
@@ -28,5 +28,3 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.26"
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.3.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate num_cpus
Name: rust-num_cpus
Version: 1.15.0
Version: 1.16.0
Release: %autorelease
Summary: Get the number of CPUs on a machine

@ -1 +1 @@
SHA512 (num_cpus-1.15.0.crate) = fd4772868def9460a6ee17ef6fc00b0bc74115eec891bb3fdb07ba5b5fe4057a2ac69eb31ba8beddbd3189c7be4545888e5724879f3a89132fbc9b32aa7bb10f
SHA512 (num_cpus-1.16.0.crate) = a75863afc4a563e63c64d06471c7921615355d98011ea9497b1f1a7dac2bdfc876509136018e8062ac38575ccf476a196d1fd9231e09e90017333bbf2df4615d

Loading…
Cancel
Save