From 4804de0e6877e15dae10b837b088028787adb3a4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Jan 04 2021 14:15:39 +0000 Subject: update to version 0.48.0 --- diff --git a/.gitignore b/.gitignore index 60f17d9..4d3811a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /starship-0.41.3.crate /starship-0.42.0.crate /starship-0.47.0.crate +/starship-0.48.0.crate diff --git a/rust-starship.spec b/rust-starship.spec index 6244b4f..9073b65 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -4,8 +4,8 @@ %global crate starship Name: rust-%{crate} -Version: 0.47.0 -Release: 3%{?dist} +Version: 0.48.0 +Release: 1%{?dist} Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ # Upstream license specification: ISC @@ -13,7 +13,8 @@ License: ISC URL: https://crates.io/crates/starship Source: %{crates_source} # Initial patched metadata -# * No vendored +# * No vendored dependencies +# * No Windows deps Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -33,19 +34,21 @@ Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌 Summary: %{summary} # 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 or zlib # MPLv2.0 # Unlicense or MIT +# zlib or ASL 2.0 or MIT License: ISC and ASL 2.0 and MIT and MPLv2.0 %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE -%doc README.md +%doc README.md CONTRIBUTING.md %{_bindir}/starship %endif @@ -145,6 +148,10 @@ echo 'git-core' %endif %changelog +* Mon Jan 04 2021 Fabio Valentini - 0.48.0-1 +- Update to version 0.48.0. +- Fixes RHBZ#1912030 + * Tue Dec 29 14:21:51 CET 2020 Igor Raits - 0.47.0-3 - Rebuild against libgit2 1.1.x diff --git a/sources b/sources index 74efede..12cce3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (starship-0.47.0.crate) = 2ea9e24aa45f38cae6f7105d10bfe23755ecc729b07d1d850aafee9e130bcab74f83d4705fadb2168ff55e548286f60d817046117d73e8537b47fdb6890dfe18 +SHA512 (starship-0.48.0.crate) = 8e53ab5b65ed6dab00d17e807481fec61d8ddd5a330b8753b1676b27ab9c1e4e075a8914ec1ea72b1705bf7c4235d943531cfd2a5a48140a678a2c3507daee5c diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 490c3fa..1114a19 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,25 +1,25 @@ ---- starship-0.47.0/Cargo.toml 2020-11-15T17:24:54+00:00 -+++ starship-0.47.0/Cargo.toml 2020-12-27T10:41:59.006999+00:00 +--- starship-0.48.0/Cargo.toml 2021-01-02T20:42:20+00:00 ++++ starship-0.48.0/Cargo.toml 2021-01-04T13:17:56.659430+00:00 @@ -69,10 +69,6 @@ [dependencies.log] version = "0.4.11" features = ["std"] - -[dependencies.native-tls] --version = "0.2" +-version = "0.2.7" -optional = true [dependencies.notify-rust] version = "4.0.0" -@@ -150,12 +146,8 @@ +@@ -157,12 +153,8 @@ [features] default = ["battery", "http"] http = ["attohttpc"] -tls-vendored = ["native-tls/vendored"] [target."cfg(not(windows))".dependencies.nix] - version = "0.19.0" + version = "0.19.1" -[target."cfg(windows)".dependencies.winapi] --version = "0.3" +-version = "0.3.9" -features = ["winuser", "securitybaseapi", "processthreadsapi", "handleapi", "impl-default"] [badges.is-it-maintained-issue-resolution] repository = "starship/starship"