Update to version 2.10.2; Fixes RHBZ#2239965

epel9 imports/e9/rust-sval_buffer-2.10.2-1.el9
Fabio Valentini 1 year ago
parent e1bea07e9d
commit 5d9e425a85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/sval_buffer-2.6.1.crate
/sval_buffer-2.10.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate sval_buffer
Name: rust-sval_buffer
Version: 2.6.1
Version: 2.10.2
Release: %autorelease
Summary: Value buffering for sval
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/sval_buffer
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Value buffering for sval.}
@ -59,6 +59,18 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no_debug_assertions-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+no_debug_assertions-devel %{_description}
This package contains library source intended for building other packages which
use the "no_debug_assertions" feature of the "%{crate}" crate.
%files -n %{name}+no_debug_assertions-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -72,7 +84,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (sval_buffer-2.6.1.crate) = 959b4d4393e28e4636eb2700a2ed8d65f718627b08aae4894c9dbc4f30c967c86b938a97ebb27cd8f0e40487d734809eaaaf935b7e829d992b3cbd00ec66154a
SHA512 (sval_buffer-2.10.2.crate) = 832c6e76306855702bc7a053a569a4ee19ab16feee8dd8aa0d3d80e28fcd5c28e9bf7a65db70b1103d18c7028cca57c3b4b458135055edfa07900bdf8a49b1a3

Loading…
Cancel
Save