diff --git a/object-0.7.0-fix-metadata.diff b/object-0.7.0-fix-metadata.diff index 93e9279..d79d478 100644 --- a/object-0.7.0-fix-metadata.diff +++ b/object-0.7.0-fix-metadata.diff @@ -1,11 +1,11 @@ --- 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 @@ license = "Apache-2.0/MIT" repository = "https://github.com/gimli-rs/object" [dependencies.goblin] -version = "0.0.13" -+version = "0.0.14" ++version = "0.0.15" [dev-dependencies.memmap] version = "0.6" diff --git a/rust-object.spec b/rust-object.spec index f958522..0dc1b3c 100644 --- a/rust-object.spec +++ b/rust-object.spec @@ -6,14 +6,14 @@ Name: rust-%{crate} Version: 0.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Unified interface for the target platform's object file format License: ASL 2.0 or MIT URL: https://crates.io/crates/object Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # 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 # Make it work with goblin v0.0.14 Patch1: 0001-deps-update-goblin-to-0.0.14.patch @@ -22,7 +22,7 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging # [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} # [dev-dependencies] 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 %changelog +* Mon Apr 23 2018 Igor Gnatenko - 0.7.0-5 +- Bump goblin to 0.0.15 + * Fri Feb 09 2018 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild