|
|
@ -7,18 +7,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.24
|
|
|
|
Version: 0.7.24
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?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
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://crates.io/crates/phf_shared
|
|
|
|
URL: https://crates.io/crates/phf_shared
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# * Update siphasher to 0.3, https://github.com/sfackler/rust-phf/pull/144
|
|
|
|
|
|
|
|
Patch0: phf_shared-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(siphasher/default) >= 0.2.0 with crate(siphasher/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(siphasher/default) >= 0.3.0 with crate(siphasher/default) < 0.4.0)
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
|
Support code shared by PHF libraries.
|
|
|
|
Support code shared by PHF libraries.
|
|
|
@ -89,6 +92,9 @@ which use "unicase" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-5
|
|
|
|
|
|
|
|
- Update siphasher to 0.3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-4
|
|
|
|
* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.24-4
|
|
|
|
- Do not pull optional dependencies
|
|
|
|
- Do not pull optional dependencies
|
|
|
|
|
|
|
|
|
|
|
|