Update to 0.6.1

epel9
Josh Stone 5 years ago
parent ba513c1500
commit d08efcf294

1
.gitignore vendored

@ -1,2 +1,3 @@
/ron-0.5.1.crate
/ron-0.6.0.crate
/ron-0.6.1.crate

@ -5,8 +5,8 @@
%global crate ron
Name: rust-%{crate}
Version: 0.6.0
Release: 2%{?dist}
Version: 0.6.1
Release: 1%{?dist}
Summary: Rusty Object Notation
# Upstream license specification: MIT/Apache-2.0
@ -22,9 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
RON is a simple readable data serialization format that looks similar to Rust
syntax. It's designed to support all of Serde's data model, so structs, enums,
tuples, arrays, generic maps, and primitive values.}
Rusty Object Notation.}
%description %{_description}
@ -85,6 +83,9 @@ which use "indexmap" feature of "%{crate}" crate.
%endif
%changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.6.1-1
- Update to 0.6.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (ron-0.6.0.crate) = e0d8581d77688301e0cb4ead981aecff3f3e570812b8798bb5c7deeb35f49fb0e37d8e8569a5ac2f83be5a1e7d75e63a48c4c818861885e462a235922a36b40b
SHA512 (ron-0.6.1.crate) = bf56210ba3044d3bf80dde5131a1ff35b2f6a3cc4934df45e2fd0d7021917a441310861d1ebc012e25bf786221da97c97e45f01f259cc616766e86b8ee90fde2

Loading…
Cancel
Save