From cde86a45f10a9892c94d57264e0c2aeb2ed3d3a4 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 21 Mar 2020 17:14:55 +0100 Subject: [PATCH] Update to 11.0.0 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-tokei.spec | 10 +++++----- sources | 2 +- tokei-fix-metadata.diff | 11 ----------- 4 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 tokei-fix-metadata.diff diff --git a/.gitignore b/.gitignore index a394bef..67ae8ab 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /tokei-10.1.0.crate /tokei-10.1.1.crate /tokei-10.1.2.crate +/tokei-11.0.0.crate diff --git a/rust-tokei.spec b/rust-tokei.spec index bf0665c..d09ccc6 100644 --- a/rust-tokei.spec +++ b/rust-tokei.spec @@ -4,17 +4,14 @@ %global crate tokei Name: rust-%{crate} -Version: 10.1.2 -Release: 3%{?dist} +Version: 11.0.0 +Release: 1%{?dist} Summary: Utility that allows you to count code, quickly # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/tokei Source: %{crates_source} -# Initial patched metadata -# * Update git2 to 0.13, https://github.com/XAMPPRocky/tokei/commit/df72338cf710a054b8977f6e5abb38bc5e792471 -Patch0: tokei-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -187,6 +184,9 @@ which use "yaml" feature of "%{crate}" crate. %endif %changelog +* Sat Mar 21 17:14:07 CET 2020 Igor Raits - 11.0.0-1 +- Update to 11.0.0 + * Thu Mar 19 11:06:08 CET 2020 Igor Raits - 10.1.2-3 - Update git2 to 0.13 diff --git a/sources b/sources index b98509e..d1d176c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokei-10.1.2.crate) = e4f1b7ed79941e2504a7b9d680c50d06b6bd486d7e603a14120ff2411334274fecf2475192d479ff19a8cde424ba2784d27cb72ff60aee06302f1ab7cba70349 +SHA512 (tokei-11.0.0.crate) = c88c22718daca4743a31c99274ff65036e34525d04348e0c8313cbb138d0288910fb8e21c5ee8612116a86300a0bfacf8e1b2ba004916613ab43dff80335daf6 diff --git a/tokei-fix-metadata.diff b/tokei-fix-metadata.diff deleted file mode 100644 index 21e39d3..0000000 --- a/tokei-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- tokei-10.1.2/Cargo.toml 2020-02-13T17:02:09+00:00 -+++ tokei-10.1.2/Cargo.toml 2020-03-19T10:06:08.298004+00:00 -@@ -83,7 +83,7 @@ - [dependencies.toml] - version = "0.5.6" - [dev-dependencies.git2] --version = "0.11.0" -+version = "0.13.0" - features = [] - default-features = false -