Update to 0.11.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 654a24d316
commit 2847dcb10d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/serde_bytes-0.10.3.crate
/serde_bytes-0.10.4.crate
/serde_bytes-0.10.5.crate
/serde_bytes-0.11.1.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
# Generated by rust2rpm-9-1.fc31
%bcond_with check
%global debug_package %{nil}
%global crate serde_bytes
Name: rust-%{crate}
Version: 0.10.5
Version: 0.11.1
Release: 1%{?dist}
Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde
# Upstream license specification: MIT/Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_bytes
Source: %{crates_source}
@ -19,7 +18,6 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
BuildRequires: (crate(serde/alloc) >= 1.0.0 with crate(serde/alloc) < 2.0.0)
BuildRequires: (crate(serde/std) >= 1.0.0 with crate(serde/std) < 2.0.0)
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
@ -98,6 +96,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 09 14:32:23 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.1-1
- Update to 0.11.1
* Tue Feb 26 2019 Josh Stone <jistone@redhat.com> - 0.10.5-1
- Update to 0.10.5

@ -1 +1 @@
SHA512 (serde_bytes-0.10.5.crate) = ce3bc8be5a80790762f88d010c60b6c26307260a71bca2b3d21dc3ba821d89f17b7ea82b6d76865f91d424e55c58a0e5817cc226811fd240b8286e5f57b82824
SHA512 (serde_bytes-0.11.1.crate) = 8606915f64df322af2e25abb3a05b2d4aff15d9603867e46b950900a43c70355998afd53f33f756728d19fe4eb70555e25c3998af0438d8b6465406c948bf085

Loading…
Cancel
Save