|
|
@ -1,15 +1,15 @@
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate serde_test
|
|
|
|
%global crate serde_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.91
|
|
|
|
Version: 1.0.92
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Token De/Serializer for testing De/Serialize implementations
|
|
|
|
Summary: Token De/Serializer for testing De/Serialize implementations
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/serde_test
|
|
|
|
URL: https://crates.io/crates/serde_test
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 31 2019 Josh Stone <jistone@redhat.com> - 1.0.92-1
|
|
|
|
|
|
|
|
- Update to 1.0.92
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 14:45:28 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.91-1
|
|
|
|
* Tue May 07 14:45:28 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.91-1
|
|
|
|
- Update to 1.0.91
|
|
|
|
- Update to 1.0.91
|
|
|
|
|
|
|
|
|
|
|
|