Update to version 4.0.19; Fixes RHBZ#2178368

epel9 imports/e9/rust-byte-unit-4.0.19-1.el9
Fabio Valentini 2 years ago
parent 5625543f8c
commit 24b6cfc72c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/byte-unit-4.0.14.crate /byte-unit-4.0.14.crate
/byte-unit-4.0.17.crate /byte-unit-4.0.17.crate
/byte-unit-4.0.18.crate /byte-unit-4.0.18.crate
/byte-unit-4.0.19.crate

@ -1,3 +0,0 @@
# rust-byte-unit
The rust-byte-unit package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate byte-unit %global crate byte-unit
Name: rust-byte-unit Name: rust-byte-unit
Version: 4.0.18 Version: 4.0.19
Release: %autorelease Release: %autorelease
Summary: Library for interaction with units of bytes Summary: Library for interaction with units of bytes
@ -13,10 +13,10 @@ License: MIT
URL: https://crates.io/crates/byte-unit URL: https://crates.io/crates/byte-unit
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Library for interaction with units of bytes.} A library for interaction with units of bytes.}
%description %{_description} %description %{_description}
@ -70,18 +70,6 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde_dep-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde_dep-devel %{_description}
This package contains library source intended for building other packages which
use the "serde_dep" feature of the "%{crate}" crate.
%files -n %{name}+serde_dep-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (byte-unit-4.0.18.crate) = 9f5ffc1f7f896cec5c510091c393903cd25447e7357892229615bc3a899f43ed2d7d8d9e9790cd185538c15f148f49f01c23035489da67fe949fe17575003309 SHA512 (byte-unit-4.0.19.crate) = 5fce31ae5826549cd0d6133af3fec5961b931e8cde57d082ac82220d19d444a186a5fb339be6eefda82845cb59ceeebff672c771ad1a17c372741bbca476e234

Loading…
Cancel
Save