Merge branch 'rawhide' into epel9

epel9
Michel Alexandre Salim 2 years ago
commit 7d9394cdb6

@ -1,23 +1,20 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serial_test %global crate serial_test
Name: rust-%{crate} Name: rust-serial_test
Version: 0.6.0 Version: 1.0.0
Release: %autorelease Release: %autorelease
Summary: Allows for the creation of serialised Rust tests Summary: Allows for the creation of serialised Rust tests
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/serial_test URL: https://crates.io/crates/serial_test
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Manually created patch for downstream crate metadata changes
# * drop doc-specific dependencies (only used when building docs on docs.rs) # * drop doc-specific dependencies (only used when building docs on docs.rs)
Patch0: serial_test-fix-metadata.diff Patch: serial_test-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
@ -52,6 +49,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+file_locks-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -76,6 +85,42 @@ use the "fslock" feature of the "%{crate}" crate.
%files -n %{name}+fslock-devel %files -n %{name}+fslock-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1,21 +1,20 @@
--- serial_test-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- serial_test-1.0.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 +++ serial_test-1.0.0/Cargo.toml 2023-02-21T19:38:47.185565+00:00
@@ -20,12 +20,6 @@ @@ -34,10 +34,6 @@
categories = ["development-tools::testing"]
license = "MIT" [dependencies.dashmap]
repository = "https://github.com/palfrey/serial_test/" version = "5"
-[package.metadata.docs.rs] -
-all-features = true
-rustdoc-args = ["--cfg", "docsrs"]
-[dependencies.document-features] -[dependencies.document-features]
-version = "0.2" -version = "0.2"
-optional = true -optional = true
[dependencies.fslock] [dependencies.fslock]
version = "0.2" version = "0.2"
@@ -42,5 +36,4 @@ @@ -81,6 +77,5 @@
"logging",
[features] "async",
default = [] ]
-docsrs = ["document-features"] -docsrs = ["document-features"]
file_locks = ["fslock"] file_locks = ["fslock"]
logging = ["log"]

@ -1 +1 @@
SHA512 (serial_test-0.6.0.crate) = 36340e6234b44ef99d0e4f25a6f98dbe080cb0c2b0de06bdb8fe72cf7c6398110ca0489e556b7ba24be708e7fae3fc63400075e1d061a86d5d612d70b216d46f SHA512 (serial_test-1.0.0.crate) = d87d35acefcd483408c1f78fbf3d66a4c7a13f1f8ce3b0065781dfd436b8fd6ffaec22f87bb3ca238c199fac4ef4b4a867dd27b831ba7bedb6a051930d1aacf5

Loading…
Cancel
Save