diff --git a/rust-starship.spec b/rust-starship.spec index 6870d54..40ea7b9 100644 --- a/rust-starship.spec +++ b/rust-starship.spec @@ -15,6 +15,7 @@ Source: %{crates_source} # Initial patched metadata # * Use default features (OpenSSL) for reqwest, essentially revert of https://github.com/starship/starship/commit/d1b725a47cda1047546fb3998ff8f8a61ed4a48b # * Update sysinfo to 0.11, https://github.com/starship/starship/commit/9292ec63d489966312d24c67b011668fe4efec4b +# * Update os_info to 2, https://github.com/starship/starship/commit/0e8b1c659dfcd8ceb1c753c3c6b396ae2f7f7ddf Patch0: starship-fix-metadata.diff ExclusiveArch: %{rust_arches} diff --git a/starship-fix-metadata.diff b/starship-fix-metadata.diff index 90d6ea6..6fe79a3 100644 --- a/starship-fix-metadata.diff +++ b/starship-fix-metadata.diff @@ -1,5 +1,14 @@ --- starship-0.35.1/Cargo.toml 2020-02-06T15:32:23+00:00 -+++ starship-0.35.1/Cargo.toml 2020-02-11T12:28:47.228687+00:00 ++++ starship-0.35.1/Cargo.toml 2020-02-11T12:56:29.642709+00:00 +@@ -71,7 +71,7 @@ + version = "1.3.3" + + [dependencies.os_info] +-version = "1.3.3" ++version = "2" + + [dependencies.path-slash] + version = "0.1.1" @@ -84,8 +84,7 @@ [dependencies.reqwest]