Update to 1.2.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent ceeea38105
commit 8927d97892
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -6,3 +6,4 @@
/bincode-1.1.3.crate /bincode-1.1.3.crate
/bincode-1.1.4.crate /bincode-1.1.4.crate
/bincode-1.2.0.crate /bincode-1.2.0.crate
/bincode-1.2.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 11
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bincode %global crate bincode
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.0 Version: 1.2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Binary serialization / deserialization strategy that uses Serde Summary: Binary serialization / deserialization strategy that uses Serde
@ -84,6 +84,9 @@ which use "i128" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Dec 10 09:16:38 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.1-1
- Update to 1.2.1
* Thu Sep 26 13:13:39 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1 * Thu Sep 26 13:13:39 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0 - Update to 1.2.0

@ -1 +1 @@
SHA512 (bincode-1.2.0.crate) = 9b599115ff33531eaad003e2c928e83211373101a5ad6cac0dcc09af0b97a0cb157abfc432c1a8c68f303e07732ebd6e0ab776c771250356da9f50187e92b1d9 SHA512 (bincode-1.2.1.crate) = b86915db2079128d6abe52c8f3fa0ec21815faa988bf678a162c2caaeb0d2ecf2f5df496d5dab08f399578b4f0258f252e890d9ab9e8347c50e5d7a2ab374db7

Loading…
Cancel
Save