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.13.crate
/stacker-0.1.14.crate /stacker-0.1.14.crate
/stacker-0.1.15.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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate stacker %global crate stacker
Name: rust-stacker Name: rust-stacker
Version: 0.1.15 Version: 0.1.17
Release: %autorelease Release: %autorelease
Summary: Stack growth library useful when implementing deeply recursive algorithms Summary: Stack growth library useful when implementing deeply recursive algorithms
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/stacker URL: https://crates.io/crates/stacker
Source: %{crates_source} 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 Patch: stacker-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Stack growth library useful when implementing deeply recursive algorithms that A stack growth library useful when implementing deeply recursive
may accidentally blow the stack.} algorithms that may accidentally blow the stack.}
%description %{_description} %description %{_description}
@ -53,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %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.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00 +++ stacker-0.1.17/Cargo.toml 2024-09-17T20:44:38.123287+00:00
@@ -44,12 +44,3 @@ @@ -45,10 +45,3 @@
[build-dependencies.cc] [build-dependencies.cc]
version = "1.0.2" version = "1.0.2"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.3.6" -version = ">=0.52.0, <0.60.0"
-features = [ -features = [
- "memoryapi", - "Win32_System_Memory",
- "winbase", - "Win32_System_Threading",
- "fibersapi", - "Win32_Foundation",
- "processthreadsapi",
- "minwindef",
-] -]

Loading…
Cancel
Save