Compare commits

..

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

2
.gitignore vendored

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

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

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

@ -1,19 +1,29 @@
# Generated by rust2rpm 24
## 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
%bcond_without check
%global debug_package %{nil}
%global crate color-print
Name: rust-color-print
Version: 0.3.5
Version: 0.3.7
Release: %autorelease
Summary: Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax
Summary: Colorize and stylize strings for terminal at compile-time
License: MIT OR Apache-2.0
URL: https://crates.io/crates/color-print
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Colorize and stylize strings for terminal at compile-time, by using an
@ -60,32 +70,8 @@ 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_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -103,4 +89,25 @@ use the "terminfo_crate" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* 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

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