bump goblin to 0.0.15

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

@ -1,11 +1,11 @@
--- object-0.7.0/Cargo.toml 1970-01-01T01:00:00+01:00 --- object-0.7.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ object-0.7.0/Cargo.toml 2018-01-18T09:25:24.824106+01:00 +++ object-0.7.0/Cargo.toml 2018-04-23T14:23:02.170797+02:00
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
repository = "https://github.com/gimli-rs/object" repository = "https://github.com/gimli-rs/object"
[dependencies.goblin] [dependencies.goblin]
-version = "0.0.13" -version = "0.0.13"
+version = "0.0.14" +version = "0.0.15"
[dev-dependencies.memmap] [dev-dependencies.memmap]
version = "0.6" version = "0.6"

@ -6,14 +6,14 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.0 Version: 0.7.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: Unified interface for the target platform's object file format Summary: Unified interface for the target platform's object file format
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/object URL: https://crates.io/crates/object
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
# * Bump goblin to 0.0.14, https://github.com/gimli-rs/object/pull/46 # * Bump goblin to 0.0.15, https://github.com/gimli-rs/object/pull/48
Patch0: object-0.7.0-fix-metadata.diff Patch0: object-0.7.0-fix-metadata.diff
# Make it work with goblin v0.0.14 # Make it work with goblin v0.0.14
Patch1: 0001-deps-update-goblin-to-0.0.14.patch Patch1: 0001-deps-update-goblin-to-0.0.14.patch
@ -22,7 +22,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(goblin) >= 0.0.14 with crate(goblin) < 0.0.15) BuildRequires: (crate(goblin) >= 0.0.15 with crate(goblin) < 0.0.16)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(memmap) >= 0.6.0 with crate(memmap) < 0.7.0) BuildRequires: (crate(memmap) >= 0.6.0 with crate(memmap) < 0.7.0)
@ -63,6 +63,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/coverage %exclude %{cargo_registry}/%{crate}-%{version}/coverage
%changelog %changelog
* Mon Apr 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-5
- Bump goblin to 0.0.15
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save