Update scopeguard to 1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent f3b4c3f604
commit 2a24a4f596
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,9 +1,11 @@
--- crossbeam-epoch-0.7.0/Cargo.toml 1969-12-31T16:00:00-08:00 --- crossbeam-epoch-0.7.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-epoch-0.7.0/Cargo.toml 2019-01-07T16:22:00.353462-08:00 +++ crossbeam-epoch-0.7.1/Cargo.toml 2019-05-07T05:29:42.702355+00:00
@@ -48,6 +48,5 @@ @@ -41,7 +41,7 @@
version = "0.2"
[features] [dependencies.scopeguard]
default = ["std"] -version = "0.3"
-nightly = ["crossbeam-utils/nightly", "arrayvec/use_union"] +version = "1"
sanitize = [] default-features = false
std = ["crossbeam-utils/std", "lazy_static"] [dev-dependencies.rand]
version = "0.6"

@ -1,5 +1,4 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
# * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.1 Version: 0.7.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Epoch-based garbage collection Summary: Epoch-based garbage collection
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/crossbeam-epoch URL: https://crates.io/crates/crossbeam-epoch
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * no nightly features # * Update scopeguard to 1, https://github.com/crossbeam-rs/crossbeam/pull/370
Patch0: crossbeam-epoch-fix-metadata.diff Patch0: crossbeam-epoch-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -27,7 +26,7 @@ BuildRequires: (crate(crossbeam-utils) >= 0.6.0 with crate(crossbeam-utils) < 0
BuildRequires: (crate(crossbeam-utils/std) >= 0.6.0 with crate(crossbeam-utils/std) < 0.7.0) BuildRequires: (crate(crossbeam-utils/std) >= 0.6.0 with crate(crossbeam-utils/std) < 0.7.0)
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(memoffset/default) >= 0.2.0 with crate(memoffset/default) < 0.3.0) BuildRequires: (crate(memoffset/default) >= 0.2.0 with crate(memoffset/default) < 0.3.0)
BuildRequires: (crate(scopeguard) >= 0.3.0 with crate(scopeguard) < 0.4.0) BuildRequires: (crate(scopeguard) >= 1.0.0 with crate(scopeguard) < 2.0.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif %endif
@ -75,6 +74,18 @@ which use "lazy_static" feature of "%{crate}" crate.
%files -n %{name}+lazy_static-devel %files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+sanitize-devel %package -n %{name}+sanitize-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -115,6 +126,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 07 07:29:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-3
- Update scopeguard to 1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save