Compare commits

..

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

1
.gitignore vendored

@ -1,4 +1,3 @@
/shared_child-0.3.3.crate /shared_child-0.3.3.crate
/shared_child-0.3.4.crate /shared_child-0.3.4.crate
/shared_child-1.0.0.crate /shared_child-1.0.0.crate
/shared_child-1.0.1.crate

@ -1,24 +1,21 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate shared_child %global crate shared_child
Name: rust-shared_child Name: rust-shared_child
Version: 1.0.1 Version: 1.0.0
Release: %autorelease Release: %autorelease
Summary: Library for using child processes from multiple threads Summary: Library for using child processes from multiple threads
License: MIT License: MIT
URL: https://crates.io/crates/shared_child URL: https://crates.io/crates/shared_child
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata # Automatically generated patch to strip foreign dependencies
Patch: shared_child-fix-metadata-auto.diff Patch: shared_child-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%if %{with check}
BuildRequires: /usr/bin/python
%endif
%global _description %{expand: %global _description %{expand:
A library for using child processes from multiple threads.} A library for using child processes from multiple threads.}
@ -52,7 +49,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
@ -66,7 +63,10 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * doctests try to run unversioned "python"
# * skip a test that fails with Rust 1.72 and newer:
# https://github.com/oconnor663/shared_child.rs/issues/23
%cargo_test -- --lib -- --skip test_into_inner_after_wait
%endif %endif
%changelog %changelog

@ -1,3 +0,0 @@
[requires]
test = ["/usr/bin/python"]

@ -1,12 +1,9 @@
--- shared_child-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- shared_child-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ shared_child-1.0.1/Cargo.toml 2024-08-03T13:53:03.106201+00:00 +++ shared_child-1.0.0/Cargo.toml 2023-05-17T11:08:05.223912+00:00
@@ -39,9 +39,3 @@ @@ -23,6 +23,3 @@
repository = "https://github.com/oconnor663/shared_child.rs"
[target."cfg(not(windows))".dependencies.libc] [target."cfg(not(windows))".dependencies.libc]
version = "0.2.42" version = "0.2.42"
-[target."cfg(windows)".dependencies.winapi]
-[target."cfg(windows)".dependencies.windows-sys] -version = "0.3.5"
-version = "0.59.0" -features = ["synchapi", "winbase", "winerror", "winnt"]
-features = [
- "Win32_Foundation",
- "Win32_System_Threading",
-]

@ -1 +1 @@
SHA512 (shared_child-1.0.1.crate) = 3596285e36724fefcbfcd8c877fd66e2179dbc47ad7ddf601ed793ed74df871eaccf15184f8355f3e355aa64583d6757872d9777864347d36922cc40b731c82a SHA512 (shared_child-1.0.0.crate) = d0e16cc7253271e6468659db0d7344c2d75772dd3428f686c49ce34bfea6ba8fa010b1ba83375241bf019e77c842001c6e1ab5096af54af03586e05c3f8fc476

Loading…
Cancel
Save