update to version 1.13.0

epel9
Fabio Valentini 4 years ago
parent 2490a3c9c1
commit 9dfd599b69
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/typenum-1.10.0.crate
/typenum-1.11.2.crate
/typenum-1.12.0.crate
/typenum-1.13.0.crate

@ -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

@ -1 +1 @@
SHA512 (typenum-1.12.0.crate) = b88dac076d4102f2b1d74501cc2bedd4eb923458e060ab77b826093e3146bc48005ad7d3471921c4f5e8765f3f93f8f7c48e0eb00e2623ad439bd60bcf64d6ea
SHA512 (typenum-1.13.0.crate) = 0cd0b884509a5b4a252bed10309139350fce24b5d4bb887f4c0757ed18cb2481e331d7dc32fc81f4cabeeb5849e89ea5d92ea9815cb2985e5df4a022ac703de1

Loading…
Cancel
Save