|
|
|
@ -1,16 +1,15 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate typenum
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.12.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.13.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Rust library for type-level numbers evaluated at compile time
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
# https://github.com/paholg/typenum/issues/100
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/typenum
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -24,8 +23,9 @@ BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Rust library for type-level numbers evaluated at compile time. It currently
|
|
|
|
|
supports bits, unsigned integers, and signed integers. It also provides a type-
|
|
|
|
|
level array of type-level numbers, but its implementation is incomplete.}
|
|
|
|
|
supports bits, unsigned integers, and signed integers. It also provides a
|
|
|
|
|
type-level array of type-level numbers, but its implementation is
|
|
|
|
|
incomplete.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%license LICENSE LICENSE-APACHE LICENSE-MIT
|
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
@ -122,6 +122,10 @@ which use "strict" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 1.13.0-1
|
|
|
|
|
- Update to version 1.13.0.
|
|
|
|
|
- Fixes RHBZ#1938379
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|