Update to version 0.26.2; Fixes RHBZ#1966865

epel9
Fabio Valentini 3 years ago
parent 359474c5f9
commit cfe5bf402b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/object-0.20.0.crate
/object-0.22.0.crate
/object-0.24.0.crate
/object-0.26.2.crate

@ -1,6 +1,6 @@
--- object-0.24.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.24.0/Cargo.toml 2021-05-08T18:20:50.956784+00:00
@@ -46,19 +46,6 @@
--- object-0.26.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.26.2/Cargo.toml 2021-09-21T21:07:44.960855+00:00
@@ -45,19 +45,6 @@
[[example]]
name = "readobj"
required-features = ["read"]
@ -20,22 +20,28 @@
[dependencies.crc32fast]
version = "1.2"
@@ -72,9 +59,6 @@
version = "1.1"
optional = true
@@ -75,14 +62,11 @@
version = "2.4.1"
default-features = false
-[dependencies.wasmparser]
-version = "0.57"
-optional = true
[dev-dependencies.memmap]
version = "0.7"
[dev-dependencies.memmap2]
version = "0.3"
@@ -90,9 +74,7 @@
[features]
-all = ["read", "write", "std", "compression", "wasm"]
+all = ["read", "write", "std", "compression"]
archive = []
cargo-all = []
coff = []
@@ -93,9 +77,7 @@
pe = ["coff"]
read = ["read_core", "archive", "coff", "elf", "macho", "pe", "unaligned"]
read_core = []
-rustc-dep-of-std = ["core", "compiler_builtins", "alloc"]
std = []
-rustc-dep-of-std = ["core", "compiler_builtins", "alloc", "memchr/rustc-dep-of-std"]
std = ["memchr/std"]
unaligned = []
-wasm = ["wasmparser"]
write = ["write_core", "coff", "elf", "macho"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate object
Name: rust-%{crate}
Version: 0.24.0
Version: 0.26.2
Release: %autorelease
Summary: Unified interface for reading and writing object file formats
@ -14,7 +14,7 @@ License: ASL 2.0 or MIT
URL: https://crates.io/crates/object
Source: %{crates_source}
# Initial patched metadata
# * Remove wasm deps
# * Disable WASM support (wasmparser dependency is very outdated)
# * Drop dependencies on compiler internals
Patch0: object-fix-metadata.diff
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (object-0.24.0.crate) = 5f1c21bbff324bc3117dcf26a04cc4ca6bcd86f43bb5a075f4637fc9e2d9ac5771fe5e9b52c26bb135f1059aeaa46301622bd570b626980e0fc43639c4a2904b
SHA512 (object-0.26.2.crate) = 42882e3b1063ad8326bedd3f402831d6206603f8736c5aecc3c16d296007d25360ce9143bb3f859a6d52f1a530809df1f1117d321f0d22f0b43c1831366eec6d

Loading…
Cancel
Save