diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89a3557 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/serde_stacker-0.1.11.crate diff --git a/.rust-serde_stacker.metadata b/.rust-serde_stacker.metadata index e69de29..54fa929 100644 --- a/.rust-serde_stacker.metadata +++ b/.rust-serde_stacker.metadata @@ -0,0 +1 @@ +ad6c5991a9dbeec55c4b87755051731bae6e531c SOURCES/serde_stacker-0.1.11.crate diff --git a/SOURCES/serde_stacker-0.1.10.crate b/SOURCES/serde_stacker-0.1.10.crate deleted file mode 100644 index 25a83dc..0000000 Binary files a/SOURCES/serde_stacker-0.1.10.crate and /dev/null differ diff --git a/SPECS/rust-serde_stacker.spec b/SPECS/rust-serde_stacker.spec index f4189f9..cbb0f47 100644 --- a/SPECS/rust-serde_stacker.spec +++ b/SPECS/rust-serde_stacker.spec @@ -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 - 0.1.10-1 +* Thu Jan 11 2024 Arkady L. Shane - 0.1.11-1 - Rebuilt for MSVSphere 9.3 +* Wed Jan 03 2024 Fabio Valentini - 0.1.11-1 +- Update to version 0.1.11; Fixes RHBZ#2256500 + * Fri Jul 21 2023 Fabio Valentini - 0.1.10-1 - Update to version 0.1.10; Fixes RHBZ#2223144