import rust-erased-serde-0.4.2-1.el9

i9ce changed/i9ce/rust-erased-serde-0.4.2-1.el9
MSVSphere Packaging Team 1 year ago
parent 537ad08d6b
commit 2589dc9a54

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/erased-serde-0.4.2.crate

@ -0,0 +1 @@
16a31f047938e3a0a4b9248f96f4eaf22c897c22 SOURCES/erased-serde-0.4.2.crate

Binary file not shown.

@ -8,15 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# * tests require files which are not shipped with published crates
%bcond_with check
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate erased-serde
Name: rust-erased-serde
Version: 0.3.31
Version: 0.4.2
Release: %autorelease
Summary: Type-erased Serialize and Serializer traits
@ -24,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/erased-serde
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Type-erased Serialize and Serializer traits.}
@ -95,7 +94,7 @@ use the "unstable-debug" 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
@ -113,6 +112,12 @@ use the "unstable-debug" feature of the "%{crate}" crate.
%endif
%changelog
* Fri Jan 12 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Update to version 0.4.2; Fixes RHBZ#2256494
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
- Update to version 0.4.1; Fixes RHBZ#2251419
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.31-1
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save