Update to 0.7.0

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/parking_lot_core-0.4.0.crate
/parking_lot_core-0.5.0.crate
/parking_lot_core-0.6.2.crate
/parking_lot_core-0.7.0.crate

@ -1,6 +1,6 @@
--- parking_lot_core-0.6.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ parking_lot_core-0.6.2/Cargo.toml 2019-08-04T11:01:37.595142+00:00
@@ -43,12 +43,5 @@
--- parking_lot_core-0.7.0/Cargo.toml 2019-11-25T21:16:31+00:00
+++ parking_lot_core-0.7.0/Cargo.toml 2019-12-14T10:44:14.139943+00:00
@@ -41,12 +41,5 @@
[features]
deadlock_detection = ["petgraph", "thread-id", "backtrace"]
nightly = []

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 12
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot_core
Name: rust-%{crate}
Version: 0.6.2
Version: 0.7.0
Release: 1%{?dist}
Summary: Advanced API for creating custom synchronization primitives
@ -40,7 +40,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -52,7 +52,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}+backtrace-devel
Summary: %{summary}
@ -64,7 +64,7 @@ This package contains library source intended for building other packages
which use "backtrace" feature of "%{crate}" crate.
%files -n %{name}+backtrace-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}
@ -76,7 +76,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}
@ -88,7 +88,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}+petgraph-devel
Summary: %{summary}
@ -100,7 +100,7 @@ This package contains library source intended for building other packages
which use "petgraph" feature of "%{crate}" crate.
%files -n %{name}+petgraph-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+thread-id-devel
Summary: %{summary}
@ -112,7 +112,7 @@ This package contains library source intended for building other packages
which use "thread-id" feature of "%{crate}" crate.
%files -n %{name}+thread-id-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
@ -133,6 +133,9 @@ which use "thread-id" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 14 11:44:14 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
- Update to 0.7.0
* Sun Aug 04 13:01:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2

@ -1 +1 @@
SHA512 (parking_lot_core-0.6.2.crate) = 5de5d9cac290d7d6e6a3e1fbba2784cce8b4ed163481e1cc6ec36498884b5e3cf0225c718551289be164d1a4e192de390201a083560898e4a42a4068661c0689
SHA512 (parking_lot_core-0.7.0.crate) = 36c33c67c409e11e1ee4f6e0fa7c458cd5ea1689fa567e0d43624a2be8d44868a6bab0ed56d42e8ee514fdecb5764c5c874a0fa14332185d4a2cfd654d769d7f

Loading…
Cancel
Save