update to version 0.1.13

epel9
Fabio Valentini 4 years ago
parent 15423ece9b
commit ff021e84ba
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/const-random-0.1.8.crate /const-random-0.1.8.crate
/const-random-0.1.10.crate /const-random-0.1.10.crate
/const-random-0.1.11.crate /const-random-0.1.11.crate
/const-random-0.1.13.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate const-random %global crate const-random
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.11 Version: 0.1.13
Release: 2%{?dist} Release: 1%{?dist}
Summary: Provides compile time random number generation Summary: Provides compile time random number generation
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -36,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.13-1
- Update to version 0.1.13.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (const-random-0.1.11.crate) = 9dc836c664b9804494e008c38d1e33ae41f37590cfe22eb95a13f8e2e5fb8d13827497844003fa70923d3316fd92b983cb001ce5589edb77fef2cdb054948d7d SHA512 (const-random-0.1.13.crate) = 23f285deac9a41d7b24b93e94b161017ed4e2f388b3d67120f884ff67676f83228de4d56dd160d6d115391e92857d3ee0b8824f358b07bc28ef5017f7e974508

Loading…
Cancel
Save