From 01f71f0b9135a4e645931af5a782d2ac7b1fda8f Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Jun 15 2020 23:28:14 +0000 Subject: Update to 0.20.0 --- diff --git a/.gitignore b/.gitignore index 1d89560..acaa865 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /object-0.17.0.crate /object-0.18.0.crate /object-0.19.0.crate +/object-0.20.0.crate diff --git a/object-fix-metadata.diff b/object-fix-metadata.diff index bd83e89..c34239b 100644 --- a/object-fix-metadata.diff +++ b/object-fix-metadata.diff @@ -1,23 +1,25 @@ ---- object-0.19.0/Cargo.toml 2020-05-12T03:49:31+00:00 -+++ object-0.19.0/Cargo.toml 2020-05-12T18:46:54.787770+00:00 -@@ -46,9 +46,6 @@ +--- object-0.20.0/Cargo.toml 2020-06-15T05:48:59+00:00 ++++ object-0.20.0/Cargo.toml 2020-06-15T23:11:31.787560+00:00 +@@ -60,9 +60,6 @@ version = "1.1" optional = true -[dependencies.wasmparser] --version = "0.54" +-version = "0.57" -optional = true [dev-dependencies.memmap] version = "0.7" -@@ -59,9 +56,8 @@ +@@ -75,11 +72,10 @@ elf = [] macho = [] pe = ["coff"] --read = ["read_core", "coff", "elf", "macho", "pe", "wasm"] -+read = ["read_core", "coff", "elf", "macho", "pe"] +-read = ["read_core", "coff", "elf", "macho", "pe", "wasm", "unaligned"] ++read = ["read_core", "coff", "elf", "macho", "pe", "unaligned"] read_core = [] + rustc-dep-of-std = ["core", "compiler_builtins", "alloc"] std = [] + unaligned = [] -wasm = ["wasmparser"] write = ["write_core", "coff", "elf", "macho"] write_core = ["crc32fast", "indexmap", "std"] diff --git a/rust-object.spec b/rust-object.spec index 9d6b73a..fb0b64a 100644 --- a/rust-object.spec +++ b/rust-object.spec @@ -5,7 +5,7 @@ %global crate object Name: rust-%{crate} -Version: 0.19.0 +Version: 0.20.0 Release: 1%{?dist} Summary: Unified interface for reading and writing object file formats @@ -56,6 +56,30 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+all-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+all-devel %{_description} + +This package contains library source intended for building other packages +which use "all" feature of "%{crate}" crate. + +%files -n %{name}+all-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+cargo-all-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cargo-all-devel %{_description} + +This package contains library source intended for building other packages +which use "cargo-all" feature of "%{crate}" crate. + +%files -n %{name}+cargo-all-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+coff-devel Summary: %{summary} BuildArch: noarch @@ -188,6 +212,18 @@ which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+unaligned-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unaligned-devel %{_description} + +This package contains library source intended for building other packages +which use "unaligned" feature of "%{crate}" crate. + +%files -n %{name}+unaligned-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+write-devel Summary: %{summary} BuildArch: noarch @@ -231,6 +267,9 @@ which use "write_core" feature of "%{crate}" crate. %endif %changelog +* Mon Jun 15 2020 Josh Stone - 0.20.0-1 +- Update to 0.20.0 + * Tue May 12 2020 Josh Stone - 0.19.0-1 - Update to 0.19.0 diff --git a/sources b/sources index 5196d0e..1c62c0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (object-0.19.0.crate) = 6482cae0233de235cef2e09b72f981a88747d4531cb04e41151ac5083120d1c3dc0646b017b310e51ab3c304a91502a343f0970e61046f54bc8e332b27b0bc73 +SHA512 (object-0.20.0.crate) = 9d766227e9f04ca436d12a527bd1ce4babf3f930a4815c5176b1c42c5c2dccf0c9fe31a8130db2e58bd9fbe54dd9cb4427d684c698078329b95948b8c6ab18c6