bump handlebars to 0.31

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-10 08:58:37 +01:00
parent 924096f9ba
commit fb2458e3c5
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 8 additions and 5 deletions

View File

@ -7,14 +7,14 @@
Name: rust-%{crate}
Version: 7.0.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Utility that allows you to count code, quickly
License: MIT or ASL 2.0
URL: https://crates.io/crates/tokei
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump handlebars to 0.30, https://github.com/Aaronepower/tokei/pull/179
# * Bump handlebars to 0.31, https://github.com/Aaronepower/tokei/pull/187
Patch0: tokei-7.0.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -36,7 +36,7 @@ BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0)
BuildRequires: (crate(serde_yaml) >= 0.7.0 with crate(serde_yaml) < 0.8.0)
BuildRequires: (crate(toml) >= 0.4.0 with crate(toml) < 0.5.0)
# [build-dependencies]
BuildRequires: (crate(handlebars) >= 0.30.0 with crate(handlebars) < 0.31.0)
BuildRequires: (crate(handlebars) >= 0.31.0 with crate(handlebars) < 0.32.0)
BuildRequires: (crate(ignore) >= 0.3.0 with crate(ignore) < 0.4.0)
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
BuildRequires: (crate(serde_json) >= 1.0.0 with crate(serde_json) < 2.0.0)
@ -89,6 +89,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sat Feb 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 7.0.1-3
- Bump handlebars to 0.31
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

View File

@ -1,11 +1,11 @@
--- tokei-7.0.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ tokei-7.0.1/Cargo.toml 2018-01-22T15:27:00.983881+01:00
+++ tokei-7.0.1/Cargo.toml 2018-02-10T08:58:09.052509+01:00
@@ -81,7 +81,7 @@
[dev-dependencies.tempdir]
version = "0.3"
[build-dependencies.handlebars]
-version = "0.29"
+version = "0.30"
+version = "0.31"
[build-dependencies.ignore]
version = "0.3"