Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/color-print-0.3.7.crate
/color-print-0.3.5.crate

@ -1 +0,0 @@
ec2cc0bd009db7e993713f302b5c3518cb8a293c SOURCES/color-print-0.3.7.crate

@ -1,9 +0,0 @@
[package]
summary = "Colorize and stylize strings for terminal at compile-time"
[features]
hide = [
"terminfo",
"terminfo_crate",
]

@ -1,29 +1,19 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## 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 color-print
Name: rust-color-print
Version: 0.3.7
Version: 0.3.5
Release: %autorelease
Summary: Colorize and stylize strings for terminal at compile-time
Summary: Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax
License: MIT OR Apache-2.0
URL: https://crates.io/crates/color-print
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Colorize and stylize strings for terminal at compile-time, by using an
@ -70,8 +60,32 @@ use the "lazy_static" feature of the "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminfo-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo" feature of the "%{crate}" crate.
%files -n %{name}+terminfo-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminfo_crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminfo_crate-devel %{_description}
This package contains library source intended for building other packages which
use the "terminfo_crate" feature of the "%{crate}" crate.
%files -n %{name}+terminfo_crate-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -89,25 +103,4 @@ use the "lazy_static" feature of the "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.3.7-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Wed Nov 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7; Fixes RHBZ#2324585
* Sun Sep 29 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-3
- Drop unused support for the terminfo crate
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Apr 24 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.6-1
- Update to version 0.3.6; Fixes RHBZ#2276685
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.5-1
- Initial import (#2237910)
## END: Generated by rpmautospec
%autochangelog

@ -0,0 +1 @@
SHA512 (color-print-0.3.5.crate) = 79819069e71b120bf9f8bc42fa71d902f8dff569988ee4413454cea9b5500fc2c31a493b9fc28795b327e099c09109ff6336219c65c89ce87aea5507982a0a15
Loading…
Cancel
Save