Update to version 0.9.0; Fixes RHBZ#2093654

epel9
Fabio Valentini 2 years ago
parent d20b10a65e
commit 3c7fbaef5c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,23 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate serial_test
Name: rust-%{crate}
Version: 0.6.0
Name: rust-serial_test
Version: 0.9.0
Release: %autorelease
Summary: Allows for the creation of serialised Rust tests
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/serial_test
Source: %{crates_source}
# Initial patched metadata
# * drop doc-specific dependencies (only used when building docs on docs.rs)
Patch0: serial_test-fix-metadata.diff
ExclusiveArch: %{rust_arches}
# Manually created patch for downstream crate metadata changes
Patch: serial_test-fix-metadata.diff
BuildRequires: rust-packaging >= 21
@ -52,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+async-devel %{_description}
This package contains library source intended for building other packages which
use the "async" feature of the "%{crate}" crate.
%files -n %{name}+async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+file_locks-devel
Summary: %{summary}
BuildArch: noarch
@ -76,6 +84,42 @@ use the "fslock" feature of the "%{crate}" crate.
%files -n %{name}+fslock-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures-devel %{_description}
This package contains library source intended for building other packages which
use the "futures" feature of the "%{crate}" crate.
%files -n %{name}+futures-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages which
use the "log" feature of the "%{crate}" crate.
%files -n %{name}+log-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+logging-devel %{_description}
This package contains library source intended for building other packages which
use the "logging" feature of the "%{crate}" crate.
%files -n %{name}+logging-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1,21 +1,20 @@
--- serial_test-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serial_test-0.6.0/Cargo.toml 2022-04-12T10:01:55.038717+00:00
@@ -20,12 +20,6 @@
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/palfrey/serial_test/"
-[package.metadata.docs.rs]
-all-features = true
-rustdoc-args = ["--cfg", "docsrs"]
--- serial_test-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serial_test-0.9.0/Cargo.toml 2022-11-28T14:00:56.711227+00:00
@@ -34,10 +34,6 @@
[dependencies.dashmap]
version = "5"
-
-[dependencies.document-features]
-version = "0.2"
-optional = true
[dependencies.fslock]
version = "0.2"
@@ -42,5 +36,4 @@
[features]
default = []
@@ -78,6 +74,5 @@
"logging",
"async",
]
-docsrs = ["document-features"]
file_locks = ["fslock"]
logging = ["log"]

@ -1 +1 @@
SHA512 (serial_test-0.6.0.crate) = 36340e6234b44ef99d0e4f25a6f98dbe080cb0c2b0de06bdb8fe72cf7c6398110ca0489e556b7ba24be708e7fae3fc63400075e1d061a86d5d612d70b216d46f
SHA512 (serial_test-0.9.0.crate) = 2ecd241cfb43f061e3c97ea6e8e00561ff812966ad79f6a52954ee5f49f7a2ed790166cf9588d9a1b467cf30923b53d4c387e40311f7e1bf0483a8081bcf8ff3

Loading…
Cancel
Save