Bump quickcheck to 0.9

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

@ -0,0 +1,11 @@
--- bstr-0.2.8/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bstr-0.2.8/Cargo.toml 2019-09-13T15:27:39.360746+00:00
@@ -46,7 +46,7 @@
optional = true
default-features = false
[dev-dependencies.quickcheck]
-version = "0.8.1"
+version = "0.9"
default-features = false
[dev-dependencies.ucd-parse]

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.2.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: String type that is not required to be valid UTF-8
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/bstr
Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/BurntSushi/bstr/pull/23
Patch0: bstr-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -155,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate.
%endif
%changelog
* Fri Sep 13 17:28:47 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.8-2
- Bump quickcheck to 0.9
* Sun Sep 01 17:09:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.8-1
- Update to 0.2.8

Loading…
Cancel
Save