import rust-serde_stacker-0.1.11-1.el9

i9ce changed/i9ce/rust-serde_stacker-0.1.11-1.el9
MSVSphere Packaging Team 1 year ago
parent 92c08dbafc
commit a8c47d910c

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/serde_stacker-0.1.11.crate

@ -0,0 +1 @@
ad6c5991a9dbeec55c4b87755051731bae6e531c SOURCES/serde_stacker-0.1.11.crate

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate serde_stacker
Name: rust-serde_stacker
Version: 0.1.10
Version: 0.1.11
Release: %autorelease
Summary: Serde adapter that avoids stack overflow by dynamically growing the stack
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_stacker
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Serde adapter that avoids stack overflow by dynamically growing the
@ -59,7 +59,7 @@ use the "default" 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
@ -77,9 +77,12 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.10-1
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.11-1
- Rebuilt for MSVSphere 9.3
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.11-1
- Update to version 0.1.11; Fixes RHBZ#2256500
* Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
- Update to version 0.1.10; Fixes RHBZ#2223144

Loading…
Cancel
Save