diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1405aaa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/erased-serde-0.4.2.crate diff --git a/.rust-erased-serde.metadata b/.rust-erased-serde.metadata index e69de29..95ce025 100644 --- a/.rust-erased-serde.metadata +++ b/.rust-erased-serde.metadata @@ -0,0 +1 @@ +16a31f047938e3a0a4b9248f96f4eaf22c897c22 SOURCES/erased-serde-0.4.2.crate diff --git a/SOURCES/erased-serde-0.3.31.crate b/SOURCES/erased-serde-0.3.31.crate deleted file mode 100644 index 1115aa7..0000000 Binary files a/SOURCES/erased-serde-0.3.31.crate and /dev/null differ diff --git a/SPECS/rust-erased-serde.spec b/SPECS/rust-erased-serde.spec index 80a478c..5a3c77c 100644 --- a/SPECS/rust-erased-serde.spec +++ b/SPECS/rust-erased-serde.spec @@ -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 - 0.4.2-1 +- Update to version 0.4.2; Fixes RHBZ#2256494 + +* Sun Dec 31 2023 Fabio Valentini - 0.4.1-1 +- Update to version 0.4.1; Fixes RHBZ#2251419 + * Mon Nov 20 2023 Arkady L. Shane - 0.3.31-1 - Rebuilt for MSVSphere 9.2