Update siphasher to 0.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 8fd7735b43
commit 0427bf2e05
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -0,0 +1,11 @@
--- phf_shared-0.7.24/Cargo.toml 1970-01-01T01:00:00+01:00
+++ phf_shared-0.7.24/Cargo.toml 2019-03-14T23:22:21.589832+01:00
@@ -23,7 +23,7 @@
path = "src/lib.rs"
test = false
[dependencies.siphasher]
-version = "0.2"
+version = "0.3"
[dependencies.unicase]
version = "1.4"

@ -7,18 +7,21 @@
Name: rust-%{crate}
Version: 0.7.24
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Support code shared by PHF libraries
# https://github.com/sfackler/rust-phf/pull/118
License: MIT
URL: https://crates.io/crates/phf_shared
Source: %{crates_source}
# Initial patched metadata
# * Update siphasher to 0.3, https://github.com/sfackler/rust-phf/pull/144
Patch0: phf_shared-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(siphasher/default) >= 0.2.0 with crate(siphasher/default) < 0.3.0)
BuildRequires: (crate(siphasher/default) >= 0.3.0 with crate(siphasher/default) < 0.4.0)
%global _description \
Support code shared by PHF libraries.
@ -89,6 +92,9 @@ which use "unicase" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-5
- Update siphasher to 0.3
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-4
- Do not pull optional dependencies

Loading…
Cancel
Save