Update to 0.7.22

epel9
Josh Stone 7 years ago
parent a3bfbb5304
commit aca3a68ced

1
.gitignore vendored

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

@ -1,7 +0,0 @@
--- phf_shared-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
+++ phf_shared-0.7.21/Cargo.toml 2018-01-24T14:32:56.215941+01:00
@@ -17,4 +17,3 @@
[dependencies]
siphasher = "0.2"
-unicase = { version = "1.4", optional = true }

@ -0,0 +1,12 @@
--- phf_shared-0.7.22/Cargo.toml 1969-12-31T16:00:00-08:00
+++ phf_shared-0.7.22/Cargo.toml 2018-05-02T14:15:06.534053-07:00
@@ -26,9 +26,5 @@
[dependencies.siphasher]
version = "0.2"
-[dependencies.unicase]
-version = "1.4"
-optional = true
-
[features]
core = []

@ -5,8 +5,8 @@
%global crate phf_shared %global crate phf_shared
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.21 Version: 0.7.22
Release: 2%{?dist} Release: 1%{?dist}
Summary: Support code shared by PHF libraries Summary: Support code shared by PHF libraries
# https://github.com/sfackler/rust-phf/pull/118 # https://github.com/sfackler/rust-phf/pull/118
@ -15,7 +15,7 @@ URL: https://crates.io/crates/phf_shared
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
# * Remove unihash dependency, https://github.com/sfackler/rust-phf/pull/117 # * Remove unihash dependency, https://github.com/sfackler/rust-phf/pull/117
Patch0: phf_shared-0.7.21-fix-metadata.diff Patch0: phf_shared-0.7.22-fix-metadata.diff
# Really remove unihash # Really remove unihash
Patch1: 0001-Remove-unicase-support.patch Patch1: 0001-Remove-unicase-support.patch
@ -59,6 +59,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_shared-0.7.21.crate) = ac92bbbeaedcbd02d3e62a9c7d0c6f22abeeffc5c7527c764b3e9138a2821dca667a1d3f29178e812b6d81ac50d5e6562b929650a0ee66fbb8d1c15366ead279 SHA512 (phf_shared-0.7.22.crate) = 23448f5aed6c5556cca75f085b09ea26534f7fb6cdd8902fb9274569e1bea4ae28f1eefc94477393fa9572ab8e93bbef7e8d876c62b9d28398f6ab4ad3c9bf9f

Loading…
Cancel
Save