Update to 0.7.23

epel9
Josh Stone 6 years ago
parent 6b49ec2269
commit ef27c04a0a

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate phf_shared
Name: rust-%{crate}
Version: 0.7.22
Release: 2%{?dist}
Version: 0.7.23
Release: 1%{?dist}
Summary: Support code shared by PHF libraries
# https://github.com/sfackler/rust-phf/pull/118
@ -14,9 +14,9 @@ License: MIT
URL: https://crates.io/crates/phf_shared
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Remove unihash dependency, https://github.com/sfackler/rust-phf/pull/117
# * Remove unicase dependency, https://github.com/sfackler/rust-phf/pull/117
Patch0: phf_shared-0.7.22-fix-metadata.diff
# Really remove unihash
# Really remove unicase
Patch1: 0001-Remove-unicase-support.patch
ExclusiveArch: %{rust_arches}
@ -59,6 +59,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_shared-0.7.22.crate) = 23448f5aed6c5556cca75f085b09ea26534f7fb6cdd8902fb9274569e1bea4ae28f1eefc94477393fa9572ab8e93bbef7e8d876c62b9d28398f6ab4ad3c9bf9f
SHA512 (phf_shared-0.7.23.crate) = ae5036273bf2c724fe7661db59b3b537073b9291d1e20e0e8dc055fb144ea9d19fa769887cc7c6576c52eac47b7cd7075ffe7dbaaa83fccedaf4576223736a25

Loading…
Cancel
Save