Update to 0.3.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent fd3a6739af
commit f39e08a3b0
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -2,3 +2,4 @@
/rand_pcg-0.1.2.crate
/rand_pcg-0.2.0.crate
/rand_pcg-0.2.1.crate
/rand_pcg-0.3.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate rand_pcg
Name: rust-%{crate}
Version: 0.2.1
Release: 3%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Selected PCG random number generators
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%doc README.md CHANGELOG.md
%license COPYRIGHT LICENSE-APACHE LICENSE-MIT
%{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}+serde-devel
Summary: %{summary}
@ -62,7 +62,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}+serde1-devel
Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-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
@ -95,6 +95,9 @@ which use "serde1" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jan 03 11:18:03 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0 (Fixes: RHBZ#1907493)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand_pcg-0.2.1.crate) = 612c0d1cdc591f80733bf8097e251f02ef7a7e71cafb74e37b63ac68043558045c0c96196200ad07ce7aa9f2d373640c20e598ae5774935c8b52350ec20958ba
SHA512 (rand_pcg-0.3.0.crate) = 23ec3ae84e493c22ecd09833e39c62c10594fa8b44223ec43ff5d3e3017bfe28e069320768514f4da97606a9b9b377ba72e01ea36780e30f0401515629334025

Loading…
Cancel
Save