Update to version 0.1.17; Fixes RHBZ#2307138

epel10 imports/epel10/rust-stacker-0.1.17-1.el10
Fabio Valentini 5 months ago
parent 4d02864a7c
commit 40c0b728f4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

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

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

@ -1 +1 @@
SHA512 (stacker-0.1.15.crate) = 536cf41f4dea57541941dc89c61e82af3008d0d847243238d622d2e64bff595ebbe077368de87b3844ed0f06ced6cf5b03100e07534f6f5dde7219994369c988
SHA512 (stacker-0.1.17.crate) = 0786c374f941267b6ed1c36cc92df2a18364f7688c0610c9030d9c0ed98f6913764d7864725791be267186d0a26a9e1ef6c9803ccc119a399e8e979c14fa5490

@ -1,15 +1,13 @@
--- 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 @@
--- stacker-0.1.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.17/Cargo.toml 2024-09-17T20:44:38.123287+00:00
@@ -45,10 +45,3 @@
[build-dependencies.cc]
version = "1.0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52.0, <0.60.0"
-features = [
- "memoryapi",
- "winbase",
- "fibersapi",
- "processthreadsapi",
- "minwindef",
- "Win32_System_Memory",
- "Win32_System_Threading",
- "Win32_Foundation",
-]

Loading…
Cancel
Save