Update dirs to 2.0.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 9ab3f9b8b0
commit 95e61c986c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate term %global crate term
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.2 Version: 0.5.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Terminal formatting library Summary: Terminal formatting library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,16 +15,18 @@ URL: https://crates.io/crates/term
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
# * Update dirs to 2.0.1, https://github.com/Stebalien/term/commit/a27c5079cd17104db148ddb836f1eb769a076c2a
Patch0: term-fix-metadata.diff Patch0: term-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(byteorder/default) >= 1.2.1 with crate(byteorder/default) < 2.0.0)
BuildRequires: (crate(dirs/default) >= 1.0.2 with crate(dirs/default) < 2.0.0)
%global _description \ %global _description %{expand:
A terminal formatting library. Terminal formatting library.}
%description %{_description} %description %{_description}
@ -58,6 +60,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -70,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jun 19 12:55:07 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-2
- Update dirs to 2.0.1
* Thu Mar 28 23:33:27 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1 * Thu Mar 28 23:33:27 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1
- Update to 0.5.2 - Update to 0.5.2

@ -1,6 +1,11 @@
--- term-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- term-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ term-0.5.2/Cargo.toml 2019-03-28T22:33:27.623495+00:00 +++ term-0.5.2/Cargo.toml 2019-06-19T10:55:07.342553+00:00
@@ -30,9 +30,6 @@ @@ -26,13 +26,10 @@
version = "1.2.1"
[dependencies.dirs]
-version = "1.0.2"
+version = "2.0.1"
[features] [features]
default = [] default = []

Loading…
Cancel
Save