Update to 0.1.8

epel9
Josh Stone 5 years ago
parent 4e714399ba
commit 9db77f1be8

1
.gitignore vendored

@ -1 +1,2 @@
/const-random-macro-0.1.6.crate
/const-random-macro-0.1.8.crate

@ -5,12 +5,11 @@
%global crate const-random-macro
Name: rust-%{crate}
Version: 0.1.6
Version: 0.1.8
Release: 1%{?dist}
Summary: Provides the procedural macro used by const-random
# Upstream license specification: MIT OR Apache-2.0
# * https://github.com/tkaitchuck/constrandom/issues/4
License: MIT or ASL 2.0
URL: https://crates.io/crates/const-random-macro
Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -70,5 +70,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 23 2020 Josh Stone <jistone@redhat.com> - 0.1.8-1
- Update to 0.1.8
* Fri Dec 20 19:57:24 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Initial package

@ -1 +1 @@
SHA512 (const-random-macro-0.1.6.crate) = 03d92ddf0cb27c51ea0fd6edd1c7eaa6a7a8f0176725df6ef2263bcb0de92015bfce41bc220bb92dfd9d6d9a0c544186b01c7b5217e1266e05091b26cec840fc
SHA512 (const-random-macro-0.1.8.crate) = 297c908bff0412c6e7388a004b62b5f298ef5a6292e4888d93b7db978ad11d520f0fa2a5f3883fb9e698eca144ce90e715748fd1452185b667fc20617f9e7a1b

Loading…
Cancel
Save