update to version 0.24.0

epel9
Fabio Valentini 4 years ago
parent 4452bbbf43
commit 539620edae
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/object-0.19.0.crate /object-0.19.0.crate
/object-0.20.0.crate /object-0.20.0.crate
/object-0.22.0.crate /object-0.22.0.crate
/object-0.24.0.crate

@ -1,9 +1,9 @@
--- object-0.22.0/Cargo.toml 2020-10-27T03:03:10+00:00 --- object-0.24.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ object-0.22.0/Cargo.toml 2020-11-07T14:10:27.632126+00:00 +++ object-0.24.0/Cargo.toml 2021-05-08T18:20:50.956784+00:00
@@ -42,19 +42,6 @@ @@ -46,19 +46,6 @@
[[example]] [[example]]
name = "objectmap" name = "readobj"
required-features = ["read_core"] required-features = ["read"]
-[dependencies.alloc] -[dependencies.alloc]
-version = "1.0.0" -version = "1.0.0"
-optional = true -optional = true
@ -20,7 +20,7 @@
[dependencies.crc32fast] [dependencies.crc32fast]
version = "1.2" version = "1.2"
@@ -68,9 +55,6 @@ @@ -72,9 +59,6 @@
version = "1.1" version = "1.1"
optional = true optional = true
@ -30,12 +30,9 @@
[dev-dependencies.memmap] [dev-dependencies.memmap]
version = "0.7" version = "0.7"
@@ -84,11 +68,9 @@ @@ -90,9 +74,7 @@
elf = []
macho = []
pe = ["coff"] pe = ["coff"]
-read = ["read_core", "archive", "coff", "elf", "macho", "pe", "wasm", "unaligned"] read = ["read_core", "archive", "coff", "elf", "macho", "pe", "unaligned"]
+read = ["read_core", "archive", "coff", "elf", "macho", "pe", "unaligned"]
read_core = [] read_core = []
-rustc-dep-of-std = ["core", "compiler_builtins", "alloc"] -rustc-dep-of-std = ["core", "compiler_builtins", "alloc"]
std = [] std = []

@ -1,12 +1,12 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate object %global crate object
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.22.0 Version: 0.24.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Unified interface for reading and writing object file formats Summary: Unified interface for reading and writing object file formats
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -279,6 +279,9 @@ which use "write_core" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat May 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.24.0-1
- Update to version 0.24.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (object-0.22.0.crate) = 9491319361ff42d19f0e3dc72186dfa2a21e28090516a0a1be5bfa78a267fc5447e1be73b16f25709586113a78ba5d49d8d6c72243c9adee3d3e4d7aa2f268e6 SHA512 (object-0.24.0.crate) = 5f1c21bbff324bc3117dcf26a04cc4ca6bcd86f43bb5a075f4637fc9e2d9ac5771fe5e9b52c26bb135f1059aeaa46301622bd570b626980e0fc43639c4a2904b

Loading…
Cancel
Save