Update to 0.10.0

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/parking_lot-0.7.1.crate
/parking_lot-0.8.0.crate
/parking_lot-0.9.0.crate
/parking_lot-0.10.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 12
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot
Name: rust-%{crate}
Version: 0.9.0
Version: 0.10.0
Release: 1%{?dist}
Summary: Compact and efficient implementations of standard synchronization primitives
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+deadlock_detection-devel
Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "deadlock_detection" feature of "%{crate}" crate.
%files -n %{name}+deadlock_detection-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+owning_ref-devel
Summary: %{summary}
@ -87,7 +87,7 @@ This package contains library source intended for building other packages
which use "owning_ref" feature of "%{crate}" crate.
%files -n %{name}+owning_ref-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -99,7 +99,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -120,6 +120,9 @@ which use "serde" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 14 11:45:01 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0
* Sun Aug 04 13:10:10 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0

@ -1 +1 @@
SHA512 (parking_lot-0.9.0.crate) = 148da5edc08da3b27bfcc94a1c0578f228ccfbdf7a7a6f3aa73ac34e290d795f4169553bc7c2b20227e095e8ac75446db51979b595e4d77fa7c76f743138a331
SHA512 (parking_lot-0.10.0.crate) = d91f2841e7a4770ca4d1456df4cc523f1511611a1869def556e27e4515991f0fc95474c535e994cede96a43eadf32fafb6b747e351721ccf6c4d5ed4fd8ef004

Loading…
Cancel
Save