Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -1,5 +1,3 @@
/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

@ -0,0 +1,13 @@
--- 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,20 +1,22 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate prodash
Name: rust-prodash
Version: 29.0.0
Version: 26.2.2
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: cargo-rpm-macros >= 24
BuildRequires: tomcli
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A dashboard for visualizing progress of asynchronous and possibly
@ -157,18 +159,6 @@ 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
@ -277,6 +267,18 @@ 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
@ -326,9 +328,7 @@ use the "unit-human" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
# Drop benchmark dependency
tomcli-set Cargo.toml del 'dev-dependencies.criterion'
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,13 @@
[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

@ -1,20 +0,0 @@
[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-29.0.0.crate) = d7d625c4679864183da78c3c036f84805957db10f63c52480e9defca3bf4df23476e65dcfb5a9cffc46983db96a97a9dde7aca119ea0e6e9b1889770f7072705
SHA512 (prodash-26.2.2.crate) = 46961db2625c5064dc073e31257758b4b9133c8169380f7e7e30143e648677ae62f3dbd16fe96d1999aa8b94824297184e99baede5f25ddf198535c3f9ec4a6b

Loading…
Cancel
Save