Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

1
.gitignore vendored

@ -1,2 +1 @@
/num_threads-0.1.6.crate /num_threads-0.1.6.crate
/num_threads-0.1.7.crate

@ -1,6 +1,6 @@
--- num_threads-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00 --- num_threads-0.1.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ num_threads-0.1.7/Cargo.toml 2024-02-18T15:38:45.889737+00:00 +++ num_threads-0.1.6/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -37,5 +37,3 @@ @@ -32,5 +32,3 @@
[dependencies] [dependencies]

@ -1,26 +1,27 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 23
# * test sources are not included in published crates # * tests are broken due to test runner changes in Rust 1.67+:
# https://github.com/jhpratt/num_threads/issues/13
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num_threads %global crate num_threads
Name: rust-num_threads Name: rust-num_threads
Version: 0.1.7 Version: 0.1.6
Release: %autorelease Release: %autorelease
Summary: Determine the number of running threads for the current process Summary: Determine the number of running threads for the current process
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/num_threads URL: https://crates.io/crates/num_threads
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata # Automatically generated patch to strip foreign dependencies
Patch: num_threads-fix-metadata-auto.diff Patch: num_threads-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A minimal library that determines the number of running threads for the Minimal library that determines the number of running threads for the current
current process.} process.}
%description %{_description} %description %{_description}
@ -51,7 +52,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,7 +0,0 @@
[package]
summary = "Determine the number of running threads for the current process"
[tests]
run = ["none"]
comments = ["test sources are not included in published crates"]

@ -1 +1 @@
SHA512 (num_threads-0.1.7.crate) = 60eecfe49c1afca8efa320c5f4d0cd794f6adf8924193682c903307f484ca0a1ddb56102a772232aca040f29651bbe26ddc1c4939e1f030e229d179837e06bda SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6

Loading…
Cancel
Save