Update to 0.7.24

epel9
Josh Stone 6 years ago
parent f3126d9af7
commit 58da8e70fc

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate phf_codegen %global crate phf_codegen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.23 Version: 0.7.24
Release: 2%{?dist} Release: 1%{?dist}
Summary: Codegen library for PHF types Summary: Codegen library for PHF types
# 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(phf_generator/default) = 0.7.23 BuildRequires: (crate(phf_generator/default) >= 0.7.24 with crate(phf_generator/default) < 0.8.0)
BuildRequires: crate(phf_shared/default) = 0.7.23 BuildRequires: (crate(phf_shared/default) >= 0.7.24 with crate(phf_shared/default) < 0.8.0)
%global _description \ %global _description \
Codegen library for PHF types. Codegen library for PHF types.
@ -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_codegen-0.7.23.crate) = 64142b8403f5b966ac17dca51bcb52a89cde6d365b5475c3e9aba5e6a808efa6bc9d5eac512dcaf9648ff02af0c2c06aba22b5ea8614b7c32a9a50cb630dfe23 SHA512 (phf_codegen-0.7.24.crate) = 2f01538937b89c0bb3e4f779b4347ae0d0515e6a99a6692a57898b8c97e33a02dbf918757b95800333cbbb60748593471e40260b767f8b87cb48e2a23a90d664

Loading…
Cancel
Save