Update to 0.7.23

epel9
Josh Stone 6 years ago
parent e25a162ca9
commit 571028291c

1
.gitignore vendored

@ -1,2 +1,3 @@
/phf-0.7.21.crate
/phf-0.7.22.crate
/phf-0.7.23.crate

@ -5,8 +5,8 @@
%global crate phf
Name: rust-%{crate}
Version: 0.7.22
Release: 2%{?dist}
Version: 0.7.23
Release: 1%{?dist}
Summary: Runtime support for perfect hash function data structures
# https://github.com/sfackler/rust-phf/pull/118
@ -21,7 +21,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: crate(phf_shared) = 0.7.22
BuildRequires: crate(phf_shared) = 0.7.23
%description
%{summary}.
@ -55,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.7.23-1
- Update to 0.7.23
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (phf-0.7.22.crate) = 31e2389d9ee94560df7915de86396565b17cd492554d605f38c61724e5e64e70b2ad66f5e6bb28d8ba3755870811fa41b343a6b458743d5215c1b6a0eabf4e44
SHA512 (phf-0.7.23.crate) = 8bc773f2c8993a1b2aa3d555fa56cda736b6574b602a3eac5a48faf3d937ba99a140d9d8d98b998caba432d8346364194849947a84df52bb86eb1bead31da8d4

Loading…
Cancel
Save