Update to 1.12.0

epel9
Josh Stone 5 years ago
parent e7b1d7d5da
commit 5a933b7361

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate typenum
Name: rust-%{crate}
Version: 1.11.2
Release: 2%{?dist}
Version: 1.12.0
Release: 1%{?dist}
Summary: Rust library for type-level numbers evaluated at compile time
# Upstream license specification: MIT/Apache-2.0
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,19 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+force_unix_path_separator-devel
Summary: %{summary}
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.
%files -n %{name}+force_unix_path_separator-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+i128-devel
Summary: %{summary}
@ -65,7 +77,7 @@ This package contains library source intended for building other packages
which use "i128" feature of "%{crate}" crate.
%files -n %{name}+i128-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+no_std-devel
Summary: %{summary}
@ -77,7 +89,7 @@ This package contains library source intended for building other packages
which use "no_std" feature of "%{crate}" crate.
%files -n %{name}+no_std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+strict-devel
Summary: %{summary}
@ -89,7 +101,7 @@ This package contains library source intended for building other packages
which use "strict" feature of "%{crate}" crate.
%files -n %{name}+strict-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -110,6 +122,9 @@ which use "strict" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 15 2020 Josh Stone <jistone@redhat.com> - 1.12.0-1
- Update to 1.12.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (typenum-1.11.2.crate) = c301bc123421e47d39b50e39c42c04e35c7f12a549283d51e1942d1a8d54aa3e49e6177ba4610659d8e68a1d30fb1b2aa5af57c7bb652ab3f70ab7a28ef8b59a
SHA512 (typenum-1.12.0.crate) = b88dac076d4102f2b1d74501cc2bedd4eb923458e060ab77b826093e3146bc48005ad7d3471921c4f5e8765f3f93f8f7c48e0eb00e2623ad439bd60bcf64d6ea

Loading…
Cancel
Save