update to version 0.4.2

epel9
Fabio Valentini 4 years ago
parent 16ac377991
commit ec4c16e397
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/lock_api-0.3.3.crate
/lock_api-0.3.4.crate
/lock_api-0.4.1.crate
/lock_api-0.4.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate lock_api
Name: rust-%{crate}
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: Wrappers to create fully-featured Mutex and RwLock types
@ -107,6 +107,10 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Update to version 0.4.2.
- Fixes RHBZ#1898770
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.4.1-1
- Update to 0.4.1

@ -1 +1 @@
SHA512 (lock_api-0.4.1.crate) = 10ea20ddd70fa8088ba62ef9f6a406cb15567913746d2567c31eefc07c048c5bac6123d6327498e05c34780cf4f29d5cef12a5a07135d64ce095893410f96635
SHA512 (lock_api-0.4.2.crate) = 815de5198ba4a952490fbc7e08e899ce855588d794c22890839ad55caa81642745fa6bf81a2a2fc8f6713575f0d1b801a2f2107ed7c405101011927b6b40be31

Loading…
Cancel
Save