Compare commits

...

4 Commits

2
.gitignore vendored

@ -1,3 +1,5 @@
/prodash-25.0.0.crate
/prodash-25.0.1.crate
/prodash-26.2.2.crate
/prodash-28.0.0.crate
/prodash-29.0.0.crate

@ -1,13 +0,0 @@
--- prodash-26.2.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ prodash-26.2.2/Cargo.toml 2023-09-18T18:28:28.198603+00:00
@@ -176,10 +176,6 @@
[dev-dependencies.blocking]
version = "1.0.0"
-
-[dev-dependencies.criterion]
-version = "0.5.1"
-default-features = false
[dev-dependencies.env_logger]
version = "0.10.0"

@ -1,22 +1,20 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate prodash
Name: rust-prodash
Version: 26.2.2
Version: 29.0.0
Release: %autorelease
Summary: Dashboard for visualizing progress of asynchronous and possibly blocking tasks
License: MIT
URL: https://crates.io/crates/prodash
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Drop benchmark dependency
Patch: prodash-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: tomcli
%global _description %{expand:
A dashboard for visualizing progress of asynchronous and possibly
@ -159,6 +157,18 @@ use the "is-terminal" feature of the "%{crate}" crate.
%files -n %{name}+is-terminal-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+jiff-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+jiff-devel %{_description}
This package contains library source intended for building other packages which
use the "jiff" feature of the "%{crate}" crate.
%files -n %{name}+jiff-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+local-time-devel
Summary: %{summary}
BuildArch: noarch
@ -267,18 +277,6 @@ use the "signal-hook" feature of the "%{crate}" crate.
%files -n %{name}+signal-hook-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+time-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+time-devel %{_description}
This package contains library source intended for building other packages which
use the "time" feature of the "%{crate}" crate.
%files -n %{name}+time-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-segmentation-devel
Summary: %{summary}
BuildArch: noarch
@ -328,7 +326,9 @@ use the "unit-human" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
# Drop benchmark dependency
tomcli-set Cargo.toml del 'dev-dependencies.criterion'
%cargo_prep
%generate_buildrequires

@ -1,13 +0,0 @@
[DEFAULT]
unwanted-features =
compound_duration
crosstermion
tui
tui-react
render-line
render-line-crossterm
render-line-termion
render-tui
render-tui-crossterm
render-tui-termion
unit-duration

@ -0,0 +1,20 @@
[features]
hide = [
"crosstermion",
"tui",
"tui-react",
"render-line",
"render-line-crossterm",
"render-tui",
"render-tui-crossterm",
"unit-duration"
]
[requires]
build = ["tomcli"]
[scripts.prep]
pre = [
"# Drop benchmark dependency",
"tomcli-set Cargo.toml del 'dev-dependencies.criterion'"
]

@ -1 +1 @@
SHA512 (prodash-26.2.2.crate) = 46961db2625c5064dc073e31257758b4b9133c8169380f7e7e30143e648677ae62f3dbd16fe96d1999aa8b94824297184e99baede5f25ddf198535c3f9ec4a6b
SHA512 (prodash-29.0.0.crate) = d7d625c4679864183da78c3c036f84805957db10f63c52480e9defca3bf4df23476e65dcfb5a9cffc46983db96a97a9dde7aca119ea0e6e9b1889770f7072705

Loading…
Cancel
Save