Update to 0.11.0

epel9
Josh Stone 4 years ago
parent f8668f24f5
commit c20ae78589

1
.gitignore vendored

@ -5,3 +5,4 @@
/parking_lot-0.9.0.crate
/parking_lot-0.10.0.crate
/parking_lot-0.10.2.crate
/parking_lot-0.11.0.crate

@ -5,8 +5,8 @@
%global crate parking_lot
Name: rust-%{crate}
Version: 0.10.2
Release: 2%{?dist}
Version: 0.11.0
Release: 1%{?dist}
Summary: Compact and efficient implementations of standard synchronization primitives
# Upstream license specification: Apache-2.0/MIT
@ -89,6 +89,18 @@ which use "owning_ref" feature of "%{crate}" crate.
%files -n %{name}+owning_ref-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+send_guard-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+send_guard-devel %{_description}
This package contains library source intended for building other packages
which use "send_guard" feature of "%{crate}" crate.
%files -n %{name}+send_guard-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -120,6 +132,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (parking_lot-0.10.2.crate) = fcbc057e3c59a51d3b9eb2cc0d20a0beb36bf480e11954a701c4cce1a795ea7791fc17fbf992a259f855ccd1556704397c58060c93c27bf0828051aeebb35168
SHA512 (parking_lot-0.11.0.crate) = 464aab46b53df68126c0b7ee635e48955e1a653ab2c89d3c2263b3674ddef253456675ca6c67fc30a3a6cafbffd269b10bcdbc7add505da8b32554753008a42f

Loading…
Cancel
Save