|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate phf_shared
|
|
|
|
%global crate phf_shared
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.22
|
|
|
|
Version: 0.7.23
|
|
|
|
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
|
|
|
@ -14,9 +14,9 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/phf_shared
|
|
|
|
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 unicase dependency, https://github.com/sfackler/rust-phf/pull/117
|
|
|
|
Patch0: phf_shared-0.7.22-fix-metadata.diff
|
|
|
|
Patch0: phf_shared-0.7.22-fix-metadata.diff
|
|
|
|
# Really remove unihash
|
|
|
|
# Really remove unicase
|
|
|
|
Patch1: 0001-Remove-unicase-support.patch
|
|
|
|
Patch1: 0001-Remove-unicase-support.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -59,6 +59,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.7.23-1
|
|
|
|
|
|
|
|
- Update to 0.7.23
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.22-2
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.22-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|