Update to version 1.15.0; Fixes RHBZ#2035633

epel9
Fabio Valentini 3 years ago
parent 3a2b3f6310
commit 460e66c280
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/typenum-1.12.0.crate
/typenum-1.13.0.crate
/typenum-1.14.0.crate
/typenum-1.15.0.crate

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
scale-info
scale_info

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate typenum
Name: rust-%{crate}
Version: 1.14.0
Version: 1.15.0
Release: %autorelease
Summary: Rust library for type-level numbers evaluated at compile time
@ -15,9 +15,6 @@ URL: https://crates.io/crates/typenum
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -35,12 +32,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -49,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -61,8 +58,8 @@ BuildArch: noarch
%description -n %{name}+force_unix_path_separator-devel %{_description}
This package contains library source intended for building other packages
which use "force_unix_path_separator" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "force_unix_path_separator" feature of the "%{crate}" crate.
%files -n %{name}+force_unix_path_separator-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -73,8 +70,8 @@ BuildArch: noarch
%description -n %{name}+i128-devel %{_description}
This package contains library source intended for building other packages
which use "i128" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "i128" feature of the "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -85,8 +82,8 @@ BuildArch: noarch
%description -n %{name}+no_std-devel %{_description}
This package contains library source intended for building other packages
which use "no_std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "no_std" feature of the "%{crate}" crate.
%files -n %{name}+no_std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -97,8 +94,8 @@ BuildArch: noarch
%description -n %{name}+strict-devel %{_description}
This package contains library source intended for building other packages
which use "strict" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "strict" feature of the "%{crate}" crate.
%files -n %{name}+strict-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (typenum-1.14.0.crate) = e9739a24936563e9471213060d53d970f8cbbdd163892a22e98f1972d10861009ca1eb568c3bb5d1d78299482372fbe7e6bf42ec8f4f5f30df0a7446933a312c
SHA512 (typenum-1.15.0.crate) = a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288

Loading…
Cancel
Save