|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate parking_lot_core
|
|
|
|
%global crate parking_lot_core
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.8.0
|
|
|
|
Version: 0.8.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Advanced API for creating custom synchronization primitives
|
|
|
|
Summary: Advanced API for creating custom synchronization primitives
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: ASL 2.0 or MIT
|
|
|
|
URL: https://crates.io/crates/parking_lot_core
|
|
|
|
URL: https://crates.io/crates/parking_lot_core
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No Windows
|
|
|
|
# * No Windows, no Redox OS
|
|
|
|
Patch0: parking_lot_core-fix-metadata.diff
|
|
|
|
Patch0: parking_lot_core-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -133,6 +133,10 @@ which use "thread-id" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
|
|
|
|
|
|
|
|
- Update to version 0.8.1.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1904589
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
|
|
|
|
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
|
|
|
|
|
|
|