Compare commits

..

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

4
.gitignore vendored

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

@ -1 +0,0 @@
f0a51f209069b3eb41980a74b88b0338a31e6788 SOURCES/prodash-29.0.0.crate

@ -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'"
]

@ -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,30 +1,22 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# 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
@ -167,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
@ -287,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
@ -336,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
@ -356,34 +346,4 @@ tomcli-set Cargo.toml del 'dev-dependencies.criterion'
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 29.0.0-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Sep 17 2024 blinxen <h-k-81@hotmail.com> - 29.0.0-1
- Update to version 0.29.0 (rhbz#2300466)
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 28.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 28.0.0-1
- Update to version 28.0.0 (rhbz##2253504)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 26.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Sep 18 2023 blinxen <h-k-81@hotmail.com> - 26.2.2-1
- Update to version 26.2.2 (rhbz#2233555)
* Sat Jul 29 2023 blinxen <h-k-81@hotmail.com> - 25.0.1-3
- Activate unit-human feature that is required by gix-features
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 25.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 17 2023 Fabio Valentini <decathorpe@gmail.com> - 25.0.1-1
- Update to version 25.0.1; Fixes RHBZ#2223182
* Thu Jul 06 2023 blinxen <h-k-81@hotmail.com> - 25.0.0-1
- Initial package (rhbz#2219471)
## END: Generated by rpmautospec
%autochangelog

@ -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

@ -0,0 +1 @@
SHA512 (prodash-26.2.2.crate) = 46961db2625c5064dc073e31257758b4b9133c8169380f7e7e30143e648677ae62f3dbd16fe96d1999aa8b94824297184e99baede5f25ddf198535c3f9ec4a6b
Loading…
Cancel
Save