Update fallible-iterator to 0.2

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

@ -1,10 +1,16 @@
--- gimli-0.16.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- gimli-0.17.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ gimli-0.16.1/Cargo.toml 2019-02-10T15:17:31.951200+01:00 +++ gimli-0.17.0/Cargo.toml 2019-04-20T14:15:02.760439+00:00
@@ -65,7 +65,6 @@ @@ -31,11 +31,11 @@
version = "1" default-features = false
[features] [dependencies.fallible-iterator]
-alloc = ["fallible-iterator/alloc", "stable_deref_trait/alloc"] -version = "0.1.4"
default = ["std"] +version = "0.2.0"
std = ["fallible-iterator/std", "stable_deref_trait/std"] default-features = false
[badges.coveralls]
[dependencies.indexmap]
-version = "1.0"
+version = "1.0.2"
optional = true
[dependencies.stable_deref_trait]

@ -13,15 +13,19 @@ Summary: Library for reading and writing the DWARF debugging format
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/gimli URL: https://crates.io/crates/gimli
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update fallible-iterator to 0.2.0, https://github.com/gimli-rs/gimli/commit/6bbb7f85f7607a030525167fdbf4a5be7a791eb1
# * Update minimum indexmap to 1.0.2, https://github.com/gimli-rs/gimli/commit/912e393b77e4578d2e2e89a4cba38716c873749c
Patch0: gimli-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(arrayvec) >= 0.4.6 with crate(arrayvec) < 0.5.0) BuildRequires: (crate(arrayvec) >= 0.4.6 with crate(arrayvec) < 0.5.0)
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0) BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
BuildRequires: (crate(fallible-iterator) >= 0.1.4 with crate(fallible-iterator) < 0.2.0) BuildRequires: (crate(fallible-iterator) >= 0.2.0 with crate(fallible-iterator) < 0.3.0)
BuildRequires: (crate(fallible-iterator/std) >= 0.1.4 with crate(fallible-iterator/std) < 0.2.0) BuildRequires: (crate(fallible-iterator/std) >= 0.2.0 with crate(fallible-iterator/std) < 0.3.0)
BuildRequires: (crate(indexmap/default) >= 1.0.0 with crate(indexmap/default) < 2.0.0) BuildRequires: (crate(indexmap/default) >= 1.0.2 with crate(indexmap/default) < 2.0.0)
BuildRequires: (crate(stable_deref_trait) >= 1.1.0 with crate(stable_deref_trait) < 2.0.0) BuildRequires: (crate(stable_deref_trait) >= 1.1.0 with crate(stable_deref_trait) < 2.0.0)
BuildRequires: (crate(stable_deref_trait/std) >= 1.1.0 with crate(stable_deref_trait/std) < 2.0.0) BuildRequires: (crate(stable_deref_trait/std) >= 1.1.0 with crate(stable_deref_trait/std) < 2.0.0)
%if %{with check} %if %{with check}

Loading…
Cancel
Save