diff --git a/.gitignore b/.gitignore index c799874..19b2b96 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /stacker-0.1.11.crate /stacker-0.1.12.crate /stacker-0.1.13.crate +/stacker-0.1.14.crate diff --git a/rust-stacker.spec b/rust-stacker.spec index 212797a..1efee74 100644 --- a/rust-stacker.spec +++ b/rust-stacker.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} %global crate stacker Name: rust-%{crate} -Version: 0.1.13 -Release: 2%{?dist} +Version: 0.1.14 +Release: 1%{?dist} Summary: Stack growth library useful when implementing deeply recursive algorithms # Upstream license specification: MIT/Apache-2.0 @@ -14,7 +14,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/stacker Source: %{crates_source} # Initial patched metadata -# * No windows +# * drop windows-specific dependencies Patch0: stacker-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun May 23 2021 Fabio Valentini - 0.1.14-1 +- Update to version 0.1.14. +- Fixes RHBZ#1963571 + * Wed Jan 27 2021 Fedora Release Engineering - 0.1.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 93fafef..5971ba4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stacker-0.1.13.crate) = 64aee7e5b66a95305c388be08e2c9adb887f1569c385ed4421247c76189d752c38c63c166cc6f8a3952f7a7c90504e7d86108f0feaf2694e79924a5e7ead6135 +SHA512 (stacker-0.1.14.crate) = 70364d0fe8e1fe0b0b796b72df0e1280922f808de47ee039dc9112660f7fbc4b784ef96b2f4d8a359fce6026d20d4745b2fd11196e860e0030465d0ed455f024 diff --git a/stacker-fix-metadata.diff b/stacker-fix-metadata.diff index 6db09cb..881d977 100644 --- a/stacker-fix-metadata.diff +++ b/stacker-fix-metadata.diff @@ -1,9 +1,9 @@ ---- stacker-0.1.13/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ stacker-0.1.13/Cargo.toml 2021-01-15T18:39:20.675965+00:00 +--- stacker-0.1.14/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ stacker-0.1.14/Cargo.toml 2021-05-23T12:25:28.531450+00:00 @@ -36,6 +36,3 @@ version = "0.1.7" [build-dependencies.cc] - version = "1.0" + version = "1.0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.6" -features = ["memoryapi", "winbase", "fibersapi", "processthreadsapi", "minwindef"]