Update to 0.7.22

epel9
Josh Stone 7 years ago
parent 0074a9b4d4
commit a7a0a61149

1
.gitignore vendored

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

@ -1,10 +0,0 @@
--- phf_codegen-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
+++ phf_codegen-0.7.21/Cargo.toml 2018-01-24T15:06:37.893065+01:00
@@ -8,5 +8,5 @@
documentation = "https://docs.rs/phf_codegen/0.7.21/phf_codegen"
[dependencies]
-phf_generator = { version = "=0.7.21", path = "../phf_generator" }
-phf_shared = { version = "=0.7.21", path = "../phf_shared" }
+phf_generator = "=0.7.21"
+phf_shared = "=0.7.21"

@ -5,24 +5,21 @@
%global crate phf_codegen
Name: rust-%{crate}
Version: 0.7.21
Release: 2%{?dist}
Version: 0.7.22
Release: 1%{?dist}
Summary: Codegen library for PHF types
# https://github.com/sfackler/rust-phf/pull/118
License: MIT
URL: https://crates.io/crates/phf_codegen
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No paths
Patch0: phf_codegen-0.7.21-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: crate(phf_generator) = 0.7.21
BuildRequires: crate(phf_shared) = 0.7.21
BuildRequires: crate(phf_generator) = 0.7.22
BuildRequires: crate(phf_shared) = 0.7.22
%description
%{summary}.
@ -56,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_codegen-0.7.21.crate) = 4256fa25c9472a810cf6acce07287aa36c2247b40beed1be0e0e132268e3040471d35ed5103bbd2880410cb7da0d1153c045fa28e851105798281f5f2361a310
SHA512 (phf_codegen-0.7.22.crate) = 6f615947c43e70318dfab8b35e44df1daaabb158f0f28c01c07696a4e3725c9c71924404c86a905b71feea1b5470e7dc685f8ac425cc8ea1aa2d90c6f7749b87

Loading…
Cancel
Save