Update to 0.2.4

epel9
Josh Stone 5 years ago
parent 3b91ed7ab6
commit b7cb9ff044

1
.gitignore vendored

@ -7,3 +7,4 @@
/num-bigint-0.2.1.crate
/num-bigint-0.2.2.crate
/num-bigint-0.2.3.crate
/num-bigint-0.2.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate num-bigint
Name: rust-%{crate}
Version: 0.2.3
Version: 0.2.4
Release: 1%{?dist}
Summary: Big integer implementation for Rust
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md RELEASES.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ 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}+i128-devel
Summary: %{summary}
@ -62,7 +62,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}+rand-devel
Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "rand" feature of "%{crate}" crate.
%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
Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%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
Summary: %{summary}
@ -98,7 +98,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-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
@ -119,6 +119,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.2.4-1
- Update to 0.2.4
* Wed Nov 20 2019 Josh Stone <jistone@redhat.com> - 0.2.3-1
- Update to 0.2.3

@ -1 +1 @@
SHA512 (num-bigint-0.2.3.crate) = 527c0ad644c8c40e9d8a7a510e718d5a7dd9d6afdb8073394f06b8896ffae88d0c07c1d0b9c258f2b4de632eb5728c39b1546961c7d3f2f5482b959579725833
SHA512 (num-bigint-0.2.4.crate) = 8af59452fa5c69a7a4e4a7da11fb1cfe149c952f7ce2fefb0c5e75431af8075c2d1f0a6f886a2c21fa2b994e8b5ba48cffa13f5586dd95388f7b984c1672db1b

Loading…
Cancel
Save