From 84510b54d032f7e7c887c4d87374081766b2a1e4 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 19 Mar 2020 11:07:37 +0100 Subject: [PATCH] Update git2 to 0.13 Signed-off-by: Igor Raits --- rust-tokei.spec | 15 +++++++++++++-- tokei-fix-metadata.diff | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/rust-tokei.spec b/rust-tokei.spec index 3ac428b..bf0665c 100644 --- a/rust-tokei.spec +++ b/rust-tokei.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 10.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility that allows you to count code, quickly # Upstream license specification: MIT/Apache-2.0 @@ -13,7 +13,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/tokei Source: %{crates_source} # Initial patched metadata -# * Bump git2 to 0.12, https://github.com/XAMPPRocky/tokei/pull/454 +# * Update git2 to 0.13, https://github.com/XAMPPRocky/tokei/commit/df72338cf710a054b8977f6e5abb38bc5e792471 Patch0: tokei-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -31,6 +31,14 @@ Utility that allows you to count code, quickly.} %if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} +# Install all deps (without check), grab their licenses and make it simple +# * ASL 2.0 or Boost +# * ASL 2.0 or MIT +# * MIT +# * MIT or ASL 2.0 +# * (MIT or ASL 2.0) and BSD +# * Unlicense or MIT +License: MIT and BSD and (ASL 2.0 or Boost) %description -n %{crate} %{_description} @@ -179,6 +187,9 @@ which use "yaml" feature of "%{crate}" crate. %endif %changelog +* Thu Mar 19 11:06:08 CET 2020 Igor Raits - 10.1.2-3 +- Update git2 to 0.13 + * Tue Mar 03 2020 Josh Stone - 10.1.2-2 - Bump git2 to 0.12 diff --git a/tokei-fix-metadata.diff b/tokei-fix-metadata.diff index fb1079e..21e39d3 100644 --- a/tokei-fix-metadata.diff +++ b/tokei-fix-metadata.diff @@ -1,11 +1,11 @@ --- tokei-10.1.2/Cargo.toml 2020-02-13T17:02:09+00:00 -+++ tokei-10.1.2/Cargo.toml 2020-03-03T22:41:15.081392+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.12.0" ++version = "0.13.0" features = [] default-features = false