|
|
|
@ -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 num-traits
|
|
|
|
|
|
|
|
|
|
Name: rust-num-traits
|
|
|
|
|
Version: 0.2.16
|
|
|
|
|
Version: 0.2.17
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Numeric traits for generic mathematics
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/num-traits
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Numeric traits for generic mathematics.}
|
|
|
|
@ -95,7 +95,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
|
|
|
|
@ -113,9 +113,12 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Update to version 0.2.16; Fixes RHBZ#2224452
|
|
|
|
|
|
|
|
|
|