Compare commits

..

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

2
.gitignore vendored

@ -8,5 +8,3 @@
/stacker-0.1.13.crate
/stacker-0.1.14.crate
/stacker-0.1.15.crate
/stacker-0.1.17.crate
/stacker-0.1.18.crate

@ -0,0 +1,3 @@
# rust-stacker
The rust-stacker package

@ -1,25 +1,27 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate stacker
Name: rust-stacker
Version: 0.1.18
Version: 0.1.15
Release: %autorelease
Summary: Stack growth library useful when implementing deeply recursive algorithms
License: MIT OR Apache-2.0
URL: https://crates.io/crates/stacker
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
# Automatically generated patch to strip foreign dependencies
Patch: stacker-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A stack growth library useful when implementing deeply recursive
algorithms that may accidentally blow the stack.}
Stack growth library useful when implementing deeply recursive algorithms that
may accidentally blow the stack.}
%description %{_description}
@ -51,7 +53,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1,3 +0,0 @@
[package]
summary = "Stack growth library useful when implementing deeply recursive algorithms"

@ -1 +1 @@
SHA512 (stacker-0.1.18.crate) = 818389abf8340c690cca96acd3f921e8cc5095b69a9893a0bc5225353b91476db525a460ef069c83416d2e8e52112dbcb04c56e2a82daeba5d479d0e62abbe4d
SHA512 (stacker-0.1.15.crate) = 536cf41f4dea57541941dc89c61e82af3008d0d847243238d622d2e64bff595ebbe077368de87b3844ed0f06ced6cf5b03100e07534f6f5dde7219994369c988

@ -1,13 +1,15 @@
--- stacker-0.1.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.18/Cargo.toml 2025-02-10T17:22:22.526956+00:00
@@ -59,10 +59,3 @@
--- stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -44,12 +44,3 @@
[build-dependencies.cc]
version = "1.1.22"
version = "1.0.2"
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52.0, <0.60.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-features = [
- "Win32_System_Memory",
- "Win32_System_Threading",
- "Win32_Foundation",
- "memoryapi",
- "winbase",
- "fibersapi",
- "processthreadsapi",
- "minwindef",
-]

Loading…
Cancel
Save