diff --git a/rust-phf_shared.spec b/rust-phf_shared.spec index c23cd39..c31fabd 100644 --- a/rust-phf_shared.spec +++ b/rust-phf_shared.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.7.24 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Support code shared by PHF libraries # https://github.com/sfackler/rust-phf/pull/118 @@ -19,7 +19,6 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(siphasher/default) >= 0.2.0 with crate(siphasher/default) < 0.3.0) -BuildRequires: (crate(unicase/default) >= 1.4.0 with crate(unicase/default) < 2.0.0) %global _description \ Support code shared by PHF libraries. @@ -75,7 +74,7 @@ which use "unicase" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build @@ -90,6 +89,9 @@ which use "unicase" feature of "%{crate}" crate. %endif %changelog +* Thu Mar 14 2019 Igor Gnatenko - 0.7.24-4 +- Do not pull optional dependencies + * Sat Feb 02 2019 Fedora Release Engineering - 0.7.24-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild