From 1e2b38bfbb5e36b5cf85354476eed6ae42d39ac4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 10 Feb 2025 18:24:15 +0100 Subject: [PATCH] Update to version 0.1.18; Fixes RHBZ#2344632 --- .gitignore | 1 + rust-stacker.spec | 6 +++--- sources | 2 +- stacker-fix-metadata-auto.diff | 8 ++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index edac2b7..9d519ac 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /stacker-0.1.14.crate /stacker-0.1.15.crate /stacker-0.1.17.crate +/stacker-0.1.18.crate diff --git a/rust-stacker.spec b/rust-stacker.spec index e6a2a42..23fbcbe 100644 --- a/rust-stacker.spec +++ b/rust-stacker.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate stacker Name: rust-stacker -Version: 0.1.17 +Version: 0.1.18 Release: %autorelease Summary: Stack growth library useful when implementing deeply recursive algorithms diff --git a/sources b/sources index 28238c9..be1285b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stacker-0.1.17.crate) = 0786c374f941267b6ed1c36cc92df2a18364f7688c0610c9030d9c0ed98f6913764d7864725791be267186d0a26a9e1ef6c9803ccc119a399e8e979c14fa5490 +SHA512 (stacker-0.1.18.crate) = 818389abf8340c690cca96acd3f921e8cc5095b69a9893a0bc5225353b91476db525a460ef069c83416d2e8e52112dbcb04c56e2a82daeba5d479d0e62abbe4d diff --git a/stacker-fix-metadata-auto.diff b/stacker-fix-metadata-auto.diff index f28cd22..aecb6d2 100644 --- a/stacker-fix-metadata-auto.diff +++ b/stacker-fix-metadata-auto.diff @@ -1,8 +1,8 @@ ---- 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 @@ +--- 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 @@ [build-dependencies.cc] - version = "1.0.2" + version = "1.1.22" -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52.0, <0.60.0"