|
|
|
@ -9,14 +9,14 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Rust text diffing and assertion library
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/difference
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Bump term to 0.4, https://github.com/johannhof/difference.rs/pull/27
|
|
|
|
|
# * Bump term to 0.4, https://github.com/johannhof/difference.rs/commit/01fb76830c72a716300b20c66866a226286e8670
|
|
|
|
|
# * Bump quickcheck to 0.6, https://github.com/johannhof/difference.rs/pull/26
|
|
|
|
|
# * Remove bin feature, it is useless
|
|
|
|
|
Patch0: difference-2.0.0-fix-metadata.diff
|
|
|
|
@ -27,7 +27,7 @@ BuildRequires: rust-packaging
|
|
|
|
|
%if %{with check}
|
|
|
|
|
# [dev-dependencies]
|
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(term) >= 0.4.0 with crate(term) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(term) >= 0.5.0 with crate(term) < 0.6.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -65,6 +65,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu May 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-3
|
|
|
|
|
- Bump term to 0.5
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|