import rust-semver-1.0.20-1.el9

i9ce changed/i9ce/rust-semver-1.0.20-1.el9
Arkady L. Shane 1 year ago
parent a39d7703ec
commit b1fefb29b0
Signed by: tigro
GPG Key ID: 8D1597B4AD3AFAA0

Binary file not shown.

@ -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 <tigro@msvsphere-os.ru> - 1.0.19-1
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.20-1
- Rebuilt for MSVSphere 9.2
* Tue Oct 10 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.20-1
- Update to version 1.0.20; Fixes RHBZ#2242959
* Sun Sep 24 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.19-1
- Update to version 1.0.19; Fixes RHBZ#2240283

Loading…
Cancel
Save