Update to 0.8.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent c576d8079a
commit 8fb40270c5
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/phf_shared-0.7.22.crate /phf_shared-0.7.22.crate
/phf_shared-0.7.23.crate /phf_shared-0.7.23.crate
/phf_shared-0.7.24.crate /phf_shared-0.7.24.crate
/phf_shared-0.8.0.crate

@ -1,11 +0,0 @@
--- phf_shared-0.7.24/Cargo.toml 1970-01-01T00:00:00+00:00
+++ phf_shared-0.7.24/Cargo.toml 2019-06-22T07:36:19.124863+00:00
@@ -23,7 +23,7 @@
path = "src/lib.rs"
test = false
[dependencies.siphasher]
-version = "0.2"
+version = "0.3"
[dependencies.unicase]
version = "1.4"

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate phf_shared %global crate phf_shared
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.24 Version: 0.8.0
Release: 8%{?dist} Release: 1%{?dist}
Summary: Support code shared by PHF libraries Summary: Support code shared by PHF libraries
# Upstream license specification: MIT # Upstream license specification: MIT
@ -14,9 +14,6 @@ Summary: Support code shared by PHF libraries
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}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -40,7 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -52,19 +49,19 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+core-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+core-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use "core" feature of "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+core-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unicase-devel %package -n %{name}+unicase-devel
Summary: %{summary} Summary: %{summary}
@ -76,7 +73,7 @@ This package contains library source intended for building other packages
which use "unicase" feature of "%{crate}" crate. which use "unicase" feature of "%{crate}" crate.
%files -n %{name}+unicase-devel %files -n %{name}+unicase-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -97,6 +94,9 @@ which use "unicase" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Feb 15 13:48:25 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.24-8 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.24-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (phf_shared-0.7.24.crate) = 5d46e738eb9afa2c77c5d123ef47dc1f7ae767baa043cf3a937118faa64696e714dac57f01861bf58a39dac67048c55a301dd24401cbb1976a7f753873e49cca SHA512 (phf_shared-0.8.0.crate) = 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3

Loading…
Cancel
Save