update to version 0.8.1

epel9
Fabio Valentini 4 years ago
parent c3fae19653
commit d9c55ba1b7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/string_cache-0.7.3.crate /string_cache-0.7.3.crate
/string_cache-0.8.0.crate /string_cache-0.8.0.crate
/string_cache-0.8.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate string_cache %global crate string_cache
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.0 Version: 0.8.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: String interning library for Rust, developed as part of the Servo project Summary: String interning library for Rust, developed as part of the Servo project
# Upstream license specification: MIT / Apache-2.0 # Upstream license specification: MIT / Apache-2.0
@ -52,6 +52,30 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde_support-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_support-devel %{_description}
This package contains library source intended for building other packages
which use "serde_support" feature of "%{crate}" crate.
%files -n %{name}+serde_support-devel
%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
%cargo_prep %cargo_prep
@ -67,15 +91,14 @@ which use "default" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# https://github.com/servo/string-cache/issues/217 %cargo_test
%ifarch s390x armv7hl
%cargo_test || :
%else
%cargo_test
%endif
%endif %endif
%changelog %changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
- Update to version 0.8.1.
- Fixes RHBZ#1899683
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (string_cache-0.8.0.crate) = bede5794fe3a2db916acb16aed9a268d258477b5db7021feb360f45f7a021b7a5264e0be3517d614b9db558adfdf0147da19295f5afa3f3e64f715e5e8f9f0e6 SHA512 (string_cache-0.8.1.crate) = 476aa99da2d83de7eabe68b3dc2d064cb549e2caa2b708459f883cc0a8f27bed1b1607abb1481959cc26046cfd4c44886bb87bbef5aba95a195a9d850311915b

Loading…
Cancel
Save