Compare commits

...

5 Commits

2
.gitignore vendored

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

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

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

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

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

Loading…
Cancel
Save