|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|