Update to 0.7.23

epel9
Josh Stone 6 years ago
parent a47d8fbfcf
commit d86b680faa

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate phf_codegen
Name: rust-%{crate}
Version: 0.7.22
Release: 2%{?dist}
Version: 0.7.23
Release: 1%{?dist}
Summary: Codegen library for PHF types
# https://github.com/sfackler/rust-phf/pull/118
@ -18,8 +18,8 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: crate(phf_generator) = 0.7.22
BuildRequires: crate(phf_shared) = 0.7.22
BuildRequires: crate(phf_generator) = 0.7.23
BuildRequires: crate(phf_shared) = 0.7.23
%description
%{summary}.
@ -53,6 +53,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_codegen-0.7.22.crate) = 6f615947c43e70318dfab8b35e44df1daaabb158f0f28c01c07696a4e3725c9c71924404c86a905b71feea1b5470e7dc685f8ac425cc8ea1aa2d90c6f7749b87
SHA512 (phf_codegen-0.7.23.crate) = 64142b8403f5b966ac17dca51bcb52a89cde6d365b5475c3e9aba5e6a808efa6bc9d5eac512dcaf9648ff02af0c2c06aba22b5ea8614b7c32a9a50cb630dfe23

Loading…
Cancel
Save