update to version 0.11.1

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/parking_lot-0.10.0.crate
/parking_lot-0.10.2.crate
/parking_lot-0.11.0.crate
/parking_lot-0.11.1.crate

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
stdweb
wasm-bindgen

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot
Name: rust-%{crate}
Version: 0.11.0
Version: 0.11.1
Release: 1%{?dist}
Summary: Compact and efficient implementations of standard synchronization primitives
@ -40,6 +40,7 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{.github/,bors.toml}
%package -n %{name}+default-devel
Summary: %{summary}
@ -132,6 +133,10 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.11.1-1
- Update to version 0.11.1.
- Fixes RHBZ#1898771
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0

@ -1 +1 @@
SHA512 (parking_lot-0.11.0.crate) = 464aab46b53df68126c0b7ee635e48955e1a653ab2c89d3c2263b3674ddef253456675ca6c67fc30a3a6cafbffd269b10bcdbc7add505da8b32554753008a42f
SHA512 (parking_lot-0.11.1.crate) = 17e394ac8b62656177a12fcfd246d9bb59be468a5ac174e4d6d8b4ffd0411497d3ce943ca5deab184cebf5c1bbca97b4273f79bf210c78d7f4b6f5e9d68026a2

Loading…
Cancel
Save