diff --git a/.gitignore b/.gitignore index 2e80a36..c799874 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /stacker-0.1.9.crate /stacker-0.1.11.crate /stacker-0.1.12.crate +/stacker-0.1.13.crate diff --git a/rust-stacker.spec b/rust-stacker.spec index ed64d33..498ea37 100644 --- a/rust-stacker.spec +++ b/rust-stacker.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate stacker Name: rust-%{crate} -Version: 0.1.12 +Version: 0.1.13 Release: 1%{?dist} Summary: Stack growth library useful when implementing deeply recursive algorithms @@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jan 15 2021 Fabio Valentini - 0.1.13-1 +- Update to version 0.1.13. +- Fixes RHBZ#1916341 + * Sun Sep 20 2020 Fabio Valentini - 0.1.12-1 - Update to version 0.1.12. diff --git a/sources b/sources index 066ac88..93fafef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stacker-0.1.12.crate) = a04f85faea76ded2801dd7fc01fbff495a259e4f7bb192025f82abfc398e785913d9fd6bc45b4223f18e4db63b4c6caf5c01a63951a0a20de0eab5a46053e8ed +SHA512 (stacker-0.1.13.crate) = 64aee7e5b66a95305c388be08e2c9adb887f1569c385ed4421247c76189d752c38c63c166cc6f8a3952f7a7c90504e7d86108f0feaf2694e79924a5e7ead6135 diff --git a/stacker-fix-metadata.diff b/stacker-fix-metadata.diff index bbed4b2..6db09cb 100644 --- a/stacker-fix-metadata.diff +++ b/stacker-fix-metadata.diff @@ -1,5 +1,5 @@ ---- stacker-0.1.12/Cargo.toml 2020-09-19T00:22:22+00:00 -+++ stacker-0.1.12/Cargo.toml 2020-09-20T07:46:44.851681+00:00 +--- 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 @@ -36,6 +36,3 @@ version = "0.1.7" [build-dependencies.cc]