From 610f84947b47023ef306784a889b95ba5810f76d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Jul 10 2020 01:18:29 +0000 Subject: Bump num-rational to 0.3 --- diff --git a/rust-ytop.spec b/rust-ytop.spec index 7cdc88b..82e6b68 100644 --- a/rust-ytop.spec +++ b/rust-ytop.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: TUI system monitor written in Rust # Upstream license specification: MIT @@ -15,6 +15,7 @@ URL: https://crates.io/crates/ytop Source: %{crates_source} # Initial patched metadata # * No MacOS +# * Bump num-rational to 0.3 Patch0: ytop-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -61,6 +62,9 @@ License: MIT and BSD and (ASL 2.0 or Boost) %endif %changelog +* Thu Jul 09 2020 Josh Stone - 0.6.2-2 +- Bump num-rational to 0.3 + * Sun May 17 07:16:48 CEST 2020 Igor Raits - 0.6.2-1 - Update to 0.6.2 diff --git a/ytop-fix-metadata.diff b/ytop-fix-metadata.diff index f10033f..1e7a15f 100644 --- a/ytop-fix-metadata.diff +++ b/ytop-fix-metadata.diff @@ -1,5 +1,14 @@ --- ytop-0.6.2/Cargo.toml 2020-05-16T22:05:25+00:00 -+++ ytop-0.6.2/Cargo.toml 2020-05-17T05:16:48.752837+00:00 ++++ ytop-0.6.2/Cargo.toml 2020-07-10T01:03:03.374957+00:00 +@@ -43,7 +43,7 @@ + version = "0.4.8" + + [dependencies.num-rational] +-version = "0.2.4" ++version = "0.3" + + [dependencies.once_cell] + version = "1.3.1" @@ -71,5 +71,3 @@ version = "0.9.2" features = ["crossterm"]