Update to 0.2.1

epel9
Josh Stone 5 years ago
parent 836e307aa5
commit fd8926977a

1
.gitignore vendored

@ -2,3 +2,4 @@
/num-0.1.41.crate /num-0.1.41.crate
/num-0.1.42.crate /num-0.1.42.crate
/num-0.2.0.crate /num-0.2.0.crate
/num-0.2.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num %global crate num
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.0 Version: 0.2.1
Release: 9%{?dist} Release: 1%{?dist}
Summary: Collection of numeric types and traits for Rust Summary: Collection of numeric types and traits for Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -39,8 +39,8 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md RELEASES.md %doc README.md RELEASES.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version}/{bors.toml,ci} %exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{bors.toml,ci}
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -52,7 +52,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+i128-devel %package -n %{name}+i128-devel
Summary: %{summary} Summary: %{summary}
@ -64,7 +64,7 @@ This package contains library source intended for building other packages
which use "i128" feature of "%{crate}" crate. which use "i128" feature of "%{crate}" crate.
%files -n %{name}+i128-devel %files -n %{name}+i128-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+num-bigint-devel %package -n %{name}+num-bigint-devel
Summary: %{summary} Summary: %{summary}
@ -76,7 +76,7 @@ This package contains library source intended for building other packages
which use "num-bigint" feature of "%{crate}" crate. which use "num-bigint" feature of "%{crate}" crate.
%files -n %{name}+num-bigint-devel %files -n %{name}+num-bigint-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rand-devel %package -n %{name}+rand-devel
Summary: %{summary} Summary: %{summary}
@ -88,7 +88,7 @@ This package contains library source intended for building other packages
which use "rand" feature of "%{crate}" crate. which use "rand" feature of "%{crate}" crate.
%files -n %{name}+rand-devel %files -n %{name}+rand-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -100,7 +100,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -112,7 +112,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -133,6 +133,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.2.1-1
- Update to 0.2.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-9 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (num-0.2.0.crate) = ddddceffc32eea816fe708845758c2324aae1aa76218fc966dea56040966c4c40453ff1e7d1b69b86135bd0c73117c8fa6f5f834b8662bef33336a14b39373d7 SHA512 (num-0.2.1.crate) = 9d094e0a29b2bb42d382d5167150418bc2ed81e8deb3c6636c99c86ca14abf5f69b82a49f1678dd110119eeaec2f476fe7a5d57e60558473a6b7c710dec7f778

Loading…
Cancel
Save