Update to version 0.6.0; Fixes RHBZ#1909282

epel9
Fabio Valentini 4 years ago
parent b48e2f843b
commit 8b605e47b2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/rand_xoshiro-0.2.0.crate /rand_xoshiro-0.2.0.crate
/rand_xoshiro-0.3.0.crate /rand_xoshiro-0.3.0.crate
/rand_xoshiro-0.4.0.crate /rand_xoshiro-0.4.0.crate
/rand_xoshiro-0.6.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rand_xoshiro %global crate rand_xoshiro
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.6.0
Release: %autorelease Release: %autorelease
Summary: Xoshiro, xoroshiro and splitmix64 random number generators Summary: Xoshiro, xoroshiro and splitmix64 random number generators
@ -36,9 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md %license LICENSE-APACHE LICENSE-MIT COPYRIGHT
%license LICENSE-APACHE LICENSE-MIT %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,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}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,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}+serde1-devel %package -n %{name}+serde1-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate. which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel %files -n %{name}+serde1-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

@ -1 +1 @@
SHA512 (rand_xoshiro-0.4.0.crate) = e889eb75ef40ad52eaf32692b3a405e01eacfeb20e0dc171de8f1b2ce05723ba448e293a2ee91eb3bec3cb5a2667bd05c11433b50470eea9219586afa73f519e SHA512 (rand_xoshiro-0.6.0.crate) = dfdfc6bbeb222f6badc186773f3f3ac7c899d76f7274c33fa7bddf00a1a02b9eb6990f7f37fd37097085cae7a86d21e0819f8dd0d254aebda66fe367b8867b34

Loading…
Cancel
Save