Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini 7f280f098e
Update to version 3.2.0; Fixes RHBZ#2324743
3 months ago
Fabio Valentini 35dc32aaa3
Update to version 3.1.1; Fixes RHBZ#2276319
7 months ago
Fedora Release Engineering d1de3fe190 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Michel Lind 0d00908607
Update to 3.0.0 (rhbz#2257120)
11 months ago
Fedora Release Engineering 510e1f8152 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering fa7c793e4a Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini cc2dc8e424
Update to version 2.0.0; Fixes RHBZ#2183043
2 years ago

@ -1,3 +0,0 @@
# rust-serial_test
The rust-serial_test package

@ -1,22 +1,19 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate serial_test
Name: rust-serial_test
Version: 1.0.0
Version: 3.2.0
Release: %autorelease
Summary: Allows for the creation of serialised Rust tests
License: MIT
URL: https://crates.io/crates/serial_test
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop doc-specific dependencies (only used when building docs on docs.rs)
Patch: serial_test-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Allows for the creation of serialised Rust tests.}
@ -61,68 +58,56 @@ 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
%description -n %{name}+file_locks-devel %{_description}
This package contains library source intended for building other packages which
use the "file_locks" feature of the "%{crate}" crate.
%files -n %{name}+file_locks-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fslock-devel
%package -n %{name}+docsrs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fslock-devel %{_description}
%description -n %{name}+docsrs-devel %{_description}
This package contains library source intended for building other packages which
use the "fslock" feature of the "%{crate}" crate.
use the "docsrs" feature of the "%{crate}" crate.
%files -n %{name}+fslock-devel
%files -n %{name}+docsrs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-devel
%package -n %{name}+file_locks-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures-devel %{_description}
%description -n %{name}+file_locks-devel %{_description}
This package contains library source intended for building other packages which
use the "futures" feature of the "%{crate}" crate.
use the "file_locks" feature of the "%{crate}" crate.
%files -n %{name}+futures-devel
%files -n %{name}+file_locks-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel
%package -n %{name}+logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+log-devel %{_description}
%description -n %{name}+logging-devel %{_description}
This package contains library source intended for building other packages which
use the "log" feature of the "%{crate}" crate.
use the "logging" feature of the "%{crate}" crate.
%files -n %{name}+log-devel
%files -n %{name}+logging-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+logging-devel
%package -n %{name}+test_logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+logging-devel %{_description}
%description -n %{name}+test_logging-devel %{_description}
This package contains library source intended for building other packages which
use the "logging" feature of the "%{crate}" crate.
use the "test_logging" feature of the "%{crate}" crate.
%files -n %{name}+logging-devel
%files -n %{name}+test_logging-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,20 +0,0 @@
--- serial_test-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serial_test-1.0.0/Cargo.toml 2023-02-21T19:38:47.185565+00:00
@@ -34,10 +34,6 @@
[dependencies.dashmap]
version = "5"
-
-[dependencies.document-features]
-version = "0.2"
-optional = true
[dependencies.fslock]
version = "0.2"
@@ -81,6 +77,5 @@
"logging",
"async",
]
-docsrs = ["document-features"]
file_locks = ["fslock"]
logging = ["log"]

@ -1 +1 @@
SHA512 (serial_test-1.0.0.crate) = d87d35acefcd483408c1f78fbf3d66a4c7a13f1f8ce3b0065781dfd436b8fd6ffaec22f87bb3ca238c199fac4ef4b4a867dd27b831ba7bedb6a051930d1aacf5
SHA512 (serial_test-3.2.0.crate) = 5cc1cba910b3e04f8bd0a9dde696bce6df6d36d2d2782e81f2cf78ab55972cf981c44c497484dde6fc249766b41f1d6ddff6beddf70406b2cc4130a9ebef728b

Loading…
Cancel
Save