Update to 0.7.22

epel9
Josh Stone 7 years ago
parent a71e156ba2
commit d58e64d636

1
.gitignore vendored

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

@ -1,11 +0,0 @@
--- phf-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
+++ phf-0.7.21/Cargo.toml 2018-01-24T16:26:39.081358+01:00
@@ -14,7 +14,6 @@
[features]
core = ["phf_shared/core"]
-unicase = ["phf_shared/unicase"]
[dependencies]
-phf_shared = { version = "=0.7.21", path = "../phf_shared" }
+phf_shared = "=0.7.21"

@ -0,0 +1,7 @@
--- phf-0.7.22/Cargo.toml 1969-12-31T16:00:00-08:00
+++ phf-0.7.22/Cargo.toml 2018-05-02T14:24:36.895713-07:00
@@ -28,4 +28,3 @@
[features]
core = ["phf_shared/core"]
-unicase = ["phf_shared/unicase"]

@ -5,8 +5,8 @@
%global crate phf %global crate phf
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.21 Version: 0.7.22
Release: 2%{?dist} Release: 1%{?dist}
Summary: Runtime support for perfect hash function data structures Summary: Runtime support for perfect hash function data structures
# https://github.com/sfackler/rust-phf/pull/118 # https://github.com/sfackler/rust-phf/pull/118
@ -14,15 +14,14 @@ License: MIT
URL: https://crates.io/crates/phf URL: https://crates.io/crates/phf
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * No paths # * Remove unicase feature, https://github.com/sfackler/rust-phf/pull/117
# * Remove unicase feautre, https://github.com/sfackler/rust-phf/pull/117 Patch0: phf-0.7.22-fix-metadata.diff
Patch0: phf-0.7.21-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: crate(phf_shared) = 0.7.21 BuildRequires: crate(phf_shared) = 0.7.22
%description %description
%{summary}. %{summary}.
@ -56,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %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 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (phf-0.7.21.crate) = 272ddb670e314fa2f01a7cbdc75d247ce71ec29bd9b23d3fc0f30575dfaa3ed6020d64b9506e9c6509a8d132b9ec5da3cef52bebcb752bfd2d4d2b4e7a778da5 SHA512 (phf-0.7.22.crate) = 31e2389d9ee94560df7915de86396565b17cd492554d605f38c61724e5e64e70b2ad66f5e6bb28d8ba3755870811fa41b343a6b458743d5215c1b6a0eabf4e44

Loading…
Cancel
Save