From 88aa97eb5d4d270e4ca8135c7e30d0bb53bf10ca Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 20 Sep 2020 09:49:13 +0200 Subject: [PATCH] update to version 0.1.12 --- .gitignore | 1 + rust-stacker.spec | 5 ++++- sources | 2 +- stacker-fix-metadata.diff | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4caad67..2e80a36 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /stacker-0.1.8.crate /stacker-0.1.9.crate /stacker-0.1.11.crate +/stacker-0.1.12.crate diff --git a/rust-stacker.spec b/rust-stacker.spec index 4c849c0..ed64d33 100644 --- a/rust-stacker.spec +++ b/rust-stacker.spec @@ -5,7 +5,7 @@ %global crate stacker Name: rust-%{crate} -Version: 0.1.11 +Version: 0.1.12 Release: 1%{?dist} Summary: Stack growth library useful when implementing deeply recursive algorithms @@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Sep 20 2020 Fabio Valentini - 0.1.12-1 +- Update to version 0.1.12. + * Wed Aug 26 2020 Josh Stone - 0.1.11-1 - Update to 0.1.11 diff --git a/sources b/sources index 7e44ab8..066ac88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stacker-0.1.11.crate) = bfed19742965526bbeb5df6bb930ccdb4d452a03647188dbc60baf0caf99b6777338f5c60bbfc0907fcb7ed5999c6fbc6d9936d0b7fb29d5ced0b2055bcfd50f +SHA512 (stacker-0.1.12.crate) = a04f85faea76ded2801dd7fc01fbff495a259e4f7bb192025f82abfc398e785913d9fd6bc45b4223f18e4db63b4c6caf5c01a63951a0a20de0eab5a46053e8ed diff --git a/stacker-fix-metadata.diff b/stacker-fix-metadata.diff index 9c2bec8..bbed4b2 100644 --- a/stacker-fix-metadata.diff +++ b/stacker-fix-metadata.diff @@ -1,5 +1,5 @@ ---- stacker-0.1.9/Cargo.toml 2020-05-09T12:50:55+00:00 -+++ stacker-0.1.9/Cargo.toml 2020-05-11T20:15:42.106306+00:00 +--- 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 @@ -36,6 +36,3 @@ version = "0.1.7" [build-dependencies.cc]