|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.0.0
|
|
|
|
Version: 2.0.0
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Summary: Rust text diffing and assertion library
|
|
|
|
Summary: Rust text diffing and assertion library
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -17,7 +17,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/difference
|
|
|
|
URL: https://crates.io/crates/difference
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump term to 0.5, https://github.com/johannhof/difference.rs/commit/01fb76830c72a716300b20c66866a226286e8670
|
|
|
|
# * Bump term to 0.6, https://github.com/johannhof/difference.rs/pull/42
|
|
|
|
# * Bump quickcheck to 0.9, https://github.com/johannhof/difference.rs/pull/38
|
|
|
|
# * Bump quickcheck to 0.9, https://github.com/johannhof/difference.rs/pull/38
|
|
|
|
# * Remove bin feature, it is useless
|
|
|
|
# * Remove bin feature, it is useless
|
|
|
|
Patch0: difference-fix-metadata.diff
|
|
|
|
Patch0: difference-fix-metadata.diff
|
|
|
@ -83,6 +83,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 14 03:15:34 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-12
|
|
|
|
|
|
|
|
- Bump term to 0.6
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 13 20:26:35 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-11
|
|
|
|
* Fri Sep 13 20:26:35 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-11
|
|
|
|
- Bump quickcheck to 0.9
|
|
|
|
- Bump quickcheck to 0.9
|
|
|
|
|
|
|
|
|
|
|
|