Update to 2.0.2

epel9
Josh Stone 7 years ago
parent c443a7ff4e
commit 064fb40fb7

1
.gitignore vendored

@ -1,2 +1,3 @@
/memchr-2.0.0.crate
/memchr-2.0.1.crate
/memchr-2.0.2.crate

@ -1,11 +0,0 @@
--- memchr-2.0.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ memchr-2.0.1/Cargo.toml 2018-01-01T12:27:36.336166+01:00
@@ -32,7 +32,7 @@
optional = true
default-features = false
[dev-dependencies.quickcheck]
-version = "0.5"
+version = "0.6"
default-features = false
[features]

@ -6,16 +6,13 @@
%global crate memchr
Name: rust-%{crate}
Version: 2.0.1
Release: 6%{?dist}
Version: 2.0.2
Release: 1%{?dist}
Summary: Safe interface to memchr
License: Unlicense or MIT
URL: https://crates.io/crates/memchr
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump quickcheck to 0.6, https://github.com/BurntSushi/rust-memchr/pull/25
Patch0: memchr-2.0.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -24,7 +21,7 @@ BuildRequires: rust-packaging
BuildRequires: (crate(libc) >= 0.2.18 with crate(libc) < 0.3.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
%endif
%description
@ -62,6 +59,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,appveyor.yml,ctags.rust,session.vim}
%changelog
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 2.0.2-1
- Update to 2.0.2
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-6
- Rebuild to trigger tests

@ -1 +1 @@
SHA512 (memchr-2.0.1.crate) = 50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1
SHA512 (memchr-2.0.2.crate) = 92dfcb5a60077e0906d17c76a5eb3203cbdeb066cda40a2c8eb2acaaec366ce45bf1bc57876ca7d0794be2aee639f296ccaf5c54a7e941875f3a78f0126ae9c0

Loading…
Cancel
Save