Update to 0.7.24

epel9
Josh Stone 6 years ago
parent ed53d31ac3
commit fc282431b5

1
.gitignore vendored

@ -1,3 +1,4 @@
/phf_generator-0.7.21.crate /phf_generator-0.7.21.crate
/phf_generator-0.7.22.crate /phf_generator-0.7.22.crate
/phf_generator-0.7.23.crate /phf_generator-0.7.23.crate
/phf_generator-0.7.24.crate

@ -5,8 +5,8 @@
%global crate phf_generator %global crate phf_generator
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.23 Version: 0.7.24
Release: 2%{?dist} Release: 1%{?dist}
Summary: PHF generation logic Summary: PHF generation logic
# https://github.com/sfackler/rust-phf/pull/118 # https://github.com/sfackler/rust-phf/pull/118
@ -17,8 +17,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0) BuildRequires: (crate(phf_shared/default) >= 0.7.24 with crate(phf_shared/default) < 0.8.0)
BuildRequires: crate(phf_shared/default) = 0.7.23 BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%global _description \ %global _description \
PHF generation logic. PHF generation logic.
@ -65,6 +65,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.7.24-1
- Update to 0.7.24
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.7.23-2 * Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.7.23-2
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (phf_generator-0.7.23.crate) = 0837d40f937f11c2902112f754003fa7465ba710ad86d397b3c33cf949d0b50ce3693030d40a5e1b7bbb21445983cdc63f2f8be615a7d4bdc33ee4d970341671 SHA512 (phf_generator-0.7.24.crate) = 793d8d46fd2848f165099324ba36d6ee074a54e1c20236afa5c5429894bafd23740d1cb41f00b87e4d21fea1f78be7151ace7590e2e7cbc906d565e5eb7225f7

Loading…
Cancel
Save