diff --git a/.gitignore b/.gitignore index e15ae9e..4f8627d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /stacker-0.1.6.crate /stacker-0.1.7.crate /stacker-0.1.8.crate +/stacker-0.1.9.crate diff --git a/rust-stacker.spec b/rust-stacker.spec index fb5666a..8e258bd 100644 --- a/rust-stacker.spec +++ b/rust-stacker.spec @@ -5,7 +5,7 @@ %global crate stacker Name: rust-%{crate} -Version: 0.1.8 +Version: 0.1.9 Release: 1%{?dist} Summary: Stack growth library useful when implementing deeply recursive algorithms @@ -15,7 +15,6 @@ URL: https://crates.io/crates/stacker Source: %{crates_source} # Initial patched metadata # * No windows -# * Downgrade psm to 0.1.6 until they release 0.1.8 with proper LICENSE files Patch0: stacker-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -76,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Mon May 11 2020 Josh Stone - 0.1.9-1 +- Update to 0.1.9 + * Tue May 05 2020 Josh Stone - 0.1.8-1 - Update to 0.1.8 diff --git a/sources b/sources index 8391d44..912c679 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stacker-0.1.8.crate) = 2a7c51ec301c1758d9be81cad46a5306118f64289f9380b78de07f2f9b65581796e5bfa68e813b988ea0aedfca53fed5213ee900ed8217d17072514467d9e195 +SHA512 (stacker-0.1.9.crate) = 83472159edaf4744bc8080c3fba28aa3fb9aaa7eeac79ea9727646b7a2514af09d13b01954458e2ad0a194397d29f2ba58a62264bdbfbe32fe96288797c47e73 diff --git a/stacker-fix-metadata.diff b/stacker-fix-metadata.diff index cc372be..9c2bec8 100644 --- a/stacker-fix-metadata.diff +++ b/stacker-fix-metadata.diff @@ -1,11 +1,7 @@ ---- stacker-0.1.7/Cargo.toml 2020-03-29T11:56:17+00:00 -+++ stacker-0.1.7/Cargo.toml 2020-03-30T06:23:15.689085+00:00 -@@ -33,9 +33,6 @@ - version = "0.2.45" - - [dependencies.psm] --version = "0.1.7" -+version = "0.1.6" +--- 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 +@@ -36,6 +36,3 @@ + version = "0.1.7" [build-dependencies.cc] version = "1.0" -[target."cfg(windows)".dependencies.winapi]