Compare commits

..

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

2
.gitignore vendored

@ -9,5 +9,3 @@
/os_pipe-1.1.3.crate
/os_pipe-1.1.4.crate
/os_pipe-1.1.5.crate
/os_pipe-1.2.0.crate
/os_pipe-1.2.1.crate

@ -1,13 +1,14 @@
--- os_pipe-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.2.1/Cargo.toml 2024-08-03T13:52:20.162013+00:00
@@ -54,10 +54,3 @@
--- os_pipe-1.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.5/Cargo.toml 2023-12-31T16:32:25.209713+00:00
@@ -35,11 +35,3 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-version = "0.52.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Pipes",
- "Win32_Security",
- "Win32_System_Threading",
-]

@ -0,0 +1,10 @@
--- os_pipe-1.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.5/Cargo.toml 2023-12-31T16:32:29.819737+00:00
@@ -25,6 +25,7 @@
]
license = "MIT"
repository = "https://github.com/oconnor663/os_pipe.rs"
+autobins = false
[package.metadata.docs.rs]
features = ["io_safety"]

@ -1,14 +1,12 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 25
# * tests require building the example binaries
%bcond_with check
%global debug_package %{nil}
# prevent executables from being installed
%global cargo_install_bin 0
%global crate os_pipe
Name: rust-os_pipe
Version: 1.2.1
Version: 1.1.5
Release: %autorelease
Summary: Cross-platform library for opening OS pipes
@ -17,11 +15,11 @@ URL: https://crates.io/crates/os_pipe
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: os_pipe-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop unwanted example binaries
Patch: os_pipe-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
%if %{with check}
BuildRequires: /usr/bin/python
%endif
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A cross-platform library for opening OS pipes.}

@ -1,6 +1,4 @@
[package]
cargo-install-bin = false
[requires]
test = ["/usr/bin/python"]
[tests]
run = ["none"]
comments = ["tests require building the example binaries"]

@ -1 +1 @@
SHA512 (os_pipe-1.2.1.crate) = 3a184359185495e8a931d3e875c5ebdc822e6fc76ecb9fb4264409f68d8a145406001339bdc00585f3ed7d9ecc74fc89f662fa8e08f4ed764a258302a198d4ff
SHA512 (os_pipe-1.1.5.crate) = d862484e9a0594f31e45531fac9a892fe247c1003a9c365a28083c0b5132719fe6fcd7ed996716a4baddf1f8ec4857d62d05663d3fd7ecee5802005c55368048

Loading…
Cancel
Save