diff --git a/.gitignore b/.gitignore index 77be3b1..1987c88 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /starship-0.38.1.crate /starship-0.40.1.crate /starship-0.41.0.crate +/starship-0.41.1.crate diff --git a/rust-starship.spec b/rust-starship.spec index 4c67c9a..d3f4073 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,7 +4,7 @@ %global crate starship Name: rust-%{crate} -Version: 0.41.0 +Version: 0.41.1 Release: 1%{?dist} Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ @@ -31,14 +31,13 @@ Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌 %if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} -# Install all deps (without check), grab their licenses and make it simple +# * (MIT or ASL 2.0) and BSD # * ASL 2.0 # * ASL 2.0 or Boost # * ASL 2.0 or MIT # * ISC # * MIT # * MIT or ASL 2.0 -# * (MIT or ASL 2.0) and BSD # * MPLv2.0 # * Unlicense or MIT License: ISC and ASL 2.0 and MIT and BSD and MPLv2.0 @@ -149,6 +148,9 @@ echo 'git-core' %endif %changelog +* Thu May 14 19:31:23 CEST 2020 Igor Raits - 0.41.1-1 +- Update to 0.41.1 + * Tue May 05 2020 Josh Stone - 0.41.0-1 - Update to 0.41.0 diff --git a/sources b/sources index a8add63..cac3112 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.41.0.crate) = 3ee5bccf50bd1550ed5ea29dab659627ea94b29103cf26be6fee5d5d6755e5e72dd7ad078db71564ffa98e8c436897a2fb0b768906f9b33c7fb84cf4bad31cc2 +SHA512 (starship-0.41.1.crate) = bccd67ec175cbcb51cc99dba113fdb21233087b36ac94c6ee79836d2c0be8b5cebc31e746bfa843e56e5dc808e4753806be350d19e756a884371b840f9a05143 diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index bcead6d..1d77134 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,5 +1,5 @@ ---- starship-0.40.1/Cargo.toml 2020-04-11T20:12:00+00:00 -+++ starship-0.40.1/Cargo.toml 2020-04-15T06:44:33.196576+00:00 +--- starship-0.41.1/Cargo.toml 2020-05-14T16:53:48+00:00 ++++ starship-0.41.1/Cargo.toml 2020-05-14T17:31:23.731656+00:00 @@ -140,7 +140,6 @@ [features] default = ["battery", "http"]