Bump quickcheck to 0.9

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent 0b755928d2
commit 0d793ce8ea

@ -0,0 +1,11 @@
--- memchr-2.2.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ memchr-2.2.1/Cargo.toml 2019-09-13T19:01:59.728005+00:00
@@ -33,7 +33,7 @@
optional = true
default-features = false
[dev-dependencies.quickcheck]
-version = "0.8"
+version = "0.9"
default-features = false
[features]

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 2.2.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Safe interface to memchr
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
URL: https://crates.io/crates/memchr
Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/BurntSushi/rust-memchr/pull/59
Patch0: memchr-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -95,6 +98,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Fri Sep 13 21:01:59 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.2.1-3
- Bump quickcheck to 0.9
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save