Compare commits

..

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

8
.gitignore vendored

@ -1,11 +1,3 @@
/snapbox-0.4.14.crate
/snapbox-0.4.15.crate
/snapbox-0.4.16.crate
/snapbox-0.6.7.crate
/snapbox-0.6.9.crate
/snapbox-0.6.10.crate
/snapbox-0.6.16.crate
/snapbox-0.6.17.crate
/snapbox-0.6.18.crate
/snapbox-0.6.20.crate
/snapbox-0.6.21.crate

@ -1,14 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
# prevent executables from being installed
%global cargo_install_bin 0
%global crate snapbox
Name: rust-snapbox
Version: 0.6.21
Version: 0.4.16
Release: %autorelease
Summary: Snapshot testing toolbox
@ -17,8 +14,11 @@ URL: https://crates.io/crates/snapbox
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: snapbox-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * prevent test-only snap-fixture binary from being built and shipped
Patch: snapbox-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Snapshot testing toolbox.}
@ -124,18 +124,6 @@ use the "diff" feature of the "%{crate}" crate.
%files -n %{name}+diff-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dir-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dir-devel %{_description}
This package contains library source intended for building other packages which
use the "dir" feature of the "%{crate}" crate.
%files -n %{name}+dir-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+document-features-devel
Summary: %{summary}
BuildArch: noarch
@ -160,40 +148,40 @@ use the "examples" feature of the "%{crate}" crate.
%files -n %{name}+examples-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+json-devel
%package -n %{name}+harness-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+json-devel %{_description}
%description -n %{name}+harness-devel %{_description}
This package contains library source intended for building other packages which
use the "json" feature of the "%{crate}" crate.
use the "harness" feature of the "%{crate}" crate.
%files -n %{name}+json-devel
%files -n %{name}+harness-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+path-devel
%package -n %{name}+json-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+path-devel %{_description}
%description -n %{name}+json-devel %{_description}
This package contains library source intended for building other packages which
use the "path" feature of the "%{crate}" crate.
use the "json" feature of the "%{crate}" crate.
%files -n %{name}+path-devel
%files -n %{name}+json-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+regex-devel
%package -n %{name}+path-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-devel %{_description}
%description -n %{name}+path-devel %{_description}
This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate.
use the "path" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel
%files -n %{name}+path-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+structured-data-devel
@ -208,18 +196,6 @@ use the "structured-data" feature of the "%{crate}" crate.
%files -n %{name}+structured-data-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+term-svg-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+term-svg-devel %{_description}
This package contains library source intended for building other packages which
use the "term-svg" feature of the "%{crate}" crate.
%files -n %{name}+term-svg-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1,3 +0,0 @@
[package]
cargo-install-bin = false

@ -1,6 +1,6 @@
--- snapbox-0.6.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.6.21/Cargo.toml 2025-01-03T16:46:05.984831+00:00
@@ -190,7 +190,6 @@
--- snapbox-0.4.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.4.16/Cargo.toml 2024-01-13T20:35:46.245052+00:00
@@ -165,7 +165,6 @@
"dep:os_pipe",
"dep:wait-timeout",
"dep:libc",
@ -8,20 +8,11 @@
]
color = [
"dep:anstream",
@@ -230,11 +229,6 @@
[target."cfg(unix)".dependencies.libc]
@@ -204,7 +203,3 @@
version = "0.2.137"
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = ["Win32_Foundation"]
optional = true
[lints.clippy]
@@ -307,3 +301,4 @@
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
+
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52.0"
-features = ["Win32_Foundation"]
-optional = true

@ -0,0 +1,20 @@
--- snapbox-0.4.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.4.16/Cargo.toml 2024-01-13T20:35:55.114092+00:00
@@ -36,6 +36,7 @@
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/assert-rs/trycmd/"
+autobins = false
[package.metadata.docs.rs]
all-features = true
@@ -82,9 +83,6 @@
<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/{{tag_name}}...HEAD"""
search = "<!-- next-url -->"
-
-[[bin]]
-name = "snap-fixture"
[[example]]
name = "diff"

@ -1 +1 @@
SHA512 (snapbox-0.6.21.crate) = 876956af4087cfd1fe5675f02c4578a1c3d3adc2a05a49a14db63f82f27459d0aea1d5716c711cd7201fe3293f76c642777c38fd2ae091ff19ae3feb9cbceb79
SHA512 (snapbox-0.4.16.crate) = 5433e10b4f6e427997cc8c058a40e45c5f5589b5d4a132505d2e6f7893312086f43f22a4b49d75b22b94bfc79e8505a00e4e864ba1bd059bf431e0ab2d9644fb

Loading…
Cancel
Save