Update to version 0.7.0; Fixes RHBZ#2121983

epel9
Fabio Valentini 2 years ago
parent 228d1cf182
commit 8cb0ebf0aa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/print_bytes-0.6.0.crate
/print_bytes-0.7.0.crate

@ -0,0 +1,12 @@
--- print_bytes-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ print_bytes-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -59,9 +59,3 @@
[features]
specialization = []
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.36"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]

@ -1,22 +1,20 @@
# Generated by rust2rpm 21
%bcond_without check
# Generated by rust2rpm 23
# * test sources are excluded from published crates
%bcond_with check
%global debug_package %{nil}
%global crate print_bytes
Name: rust-%{crate}
Version: 0.6.0
Name: rust-print_bytes
Version: 0.7.0
Release: %autorelease
Summary: Print bytes as losslessly as possible
# Upstream license specification: MIT OR Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/print_bytes
Source: %{crates_source}
# Initial patched metadata
Patch0: print_bytes-fix-metadata.diff
ExclusiveArch: %{rust_arches}
# Automatically generated patch to strip foreign dependencies
Patch: print_bytes-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (print_bytes-0.6.0.crate) = aba5ef8c4a05d7b71d8d7df73326b41c0fc9c408f3a383957a73a17887e75157f70038ad6761297c08b153932d2056cd603b29c586134fda38ad0546036d9cc8
SHA512 (print_bytes-0.7.0.crate) = c26ed6657a42b12618e9034b4d26032393c71a574dc8bd5b9497282f42d116c6b613d1a6cf795fa8ff69c6b29b1c4932b4981400e62a498cb6c029c6f7eeee8e

Loading…
Cancel
Save