Update to 0.7.22

epel9
Josh Stone 7 years ago
parent 96af0b4cb6
commit 5312c1796a

1
.gitignore vendored

@ -1 +1,2 @@
/phf_generator-0.7.21.crate
/phf_generator-0.7.22.crate

@ -1,10 +0,0 @@
--- phf_generator-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
+++ phf_generator-0.7.21/Cargo.toml 2018-01-24T14:42:00.193880+01:00
@@ -8,5 +8,5 @@
documentation = "https://docs.rs/phf_generator/0.7.21/phf_generator"
[dependencies]
-rand = "0.3"
-phf_shared = { version = "=0.7.21", path = "../phf_shared" }
+rand = "0.4"
+phf_shared = "=0.7.21"

@ -5,24 +5,20 @@
%global crate phf_generator
Name: rust-%{crate}
Version: 0.7.21
Release: 2%{?dist}
Version: 0.7.22
Release: 1%{?dist}
Summary: PHF generation logic
# https://github.com/sfackler/rust-phf/pull/118
License: MIT
URL: https://crates.io/crates/phf_generator
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump rand to 0.4, https://github.com/sfackler/rust-phf/pull/119
# * No paths
Patch0: phf_generator-0.7.21-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: crate(phf_shared) = 0.7.21
BuildRequires: crate(phf_shared) = 0.7.22
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
%description
@ -57,6 +53,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.7.22-1
- Update to 0.7.22
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (phf_generator-0.7.21.crate) = 853ce3bab9119225076c1347488f0aefb7cba398d5c0be572c8bc1ccad8875ec6f86a0eaa998773b6ad3788417fb2c6adf78a3b778f36dfa5236fb31ed304c3f
SHA512 (phf_generator-0.7.22.crate) = 98d4b06a9ada607f8e08c6358ef3f9ac52fb73dd136cb346228b795f98fb30edadb06dc132130951b097fe87de88b172b7532d5d1d3543362760ede18f652f06

Loading…
Cancel
Save