import rust-num-traits-0.2.17-1.el9

i9ce changed/i9ce/rust-num-traits-0.2.17-1.el9
Arkady L. Shane 1 year ago
parent def068d8da
commit a62215d2f2
Signed by: tigro
GPG Key ID: 8D1597B4AD3AFAA0

Binary file not shown.

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num-traits %global crate num-traits
Name: rust-num-traits Name: rust-num-traits
Version: 0.2.16 Version: 0.2.17
Release: %autorelease Release: %autorelease
Summary: Numeric traits for generic mathematics Summary: Numeric traits for generic mathematics
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/num-traits URL: https://crates.io/crates/num-traits
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Numeric traits for generic mathematics.} Numeric traits for generic mathematics.}
@ -95,7 +95,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -113,9 +113,12 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.16-1 * Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.17-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2
* Sun Oct 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.17-1
- Update to version 0.2.17; Fixes RHBZ#2242675
* Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.16-1 * Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.16-1
- Update to version 0.2.16; Fixes RHBZ#2224452 - Update to version 0.2.16; Fixes RHBZ#2224452

Loading…
Cancel
Save