diff --git a/SOURCES/semver-1.0.20.crate b/SOURCES/semver-1.0.20.crate new file mode 100644 index 0000000..def3162 Binary files /dev/null and b/SOURCES/semver-1.0.20.crate differ diff --git a/SPECS/rust-semver.spec b/SPECS/rust-semver.spec index d315449..37e17f4 100644 --- a/SPECS/rust-semver.spec +++ b/SPECS/rust-semver.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 semver Name: rust-semver -Version: 1.0.19 +Version: 1.0.20 Release: %autorelease Summary: Parser and evaluator for Cargo's flavor of Semantic Versioning @@ -23,7 +23,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/semver Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Parser and evaluator for Cargo's flavor of Semantic Versioning.} @@ -82,7 +82,7 @@ use the "std" 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 @@ -100,9 +100,12 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog -* Fri Oct 13 2023 Arkady L. Shane - 1.0.19-1 +* Sun Nov 19 2023 Arkady L. Shane - 1.0.20-1 - Rebuilt for MSVSphere 9.2 +* Tue Oct 10 2023 Fabio Valentini - 1.0.20-1 +- Update to version 1.0.20; Fixes RHBZ#2242959 + * Sun Sep 24 2023 Fabio Valentini - 1.0.19-1 - Update to version 1.0.19; Fixes RHBZ#2240283