import rust-termcolor-1.4.0-1.el9

i9ce changed/i9ce/rust-termcolor-1.4.0-1.el9
MSVSphere Packaging Team 1 year ago
parent 530c4e6a28
commit 47fe610e39

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/termcolor-1.4.0.crate

@ -0,0 +1 @@
ad792b2c847e816da625a9c7603c4b81371a360a SOURCES/termcolor-1.4.0.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- termcolor-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- termcolor-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ termcolor-1.3.0/Cargo.toml 2023-09-19T10:38:02.867862+00:00 +++ termcolor-1.4.0/Cargo.toml 2023-11-14T23:46:43.491515+00:00
@@ -36,5 +36,3 @@ @@ -36,5 +36,3 @@
[dev-dependencies] [dev-dependencies]

@ -8,24 +8,24 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate termcolor %global crate termcolor
Name: rust-termcolor Name: rust-termcolor
Version: 1.3.0 Version: 1.4.0
Release: %autorelease Release: %autorelease
Summary: Simple cross platform library for writing colored text to a terminal Summary: Simple cross platform library for writing colored text to a terminal
License: Unlicense OR MIT License: Unlicense OR MIT
URL: https://crates.io/crates/termcolor URL: https://crates.io/crates/termcolor
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: termcolor-fix-metadata-auto.diff Patch: termcolor-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A simple cross platform library for writing colored text to a terminal.} A simple cross platform library for writing colored text to a terminal.}
@ -61,7 +61,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -79,9 +79,12 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.0-1 * Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.4.0-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2
* Wed Nov 15 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
- Update to version 1.4.0; Fixes RHBZ#2249591
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1 * Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
- Update to version 1.3.0; Fixes RHBZ#2239554 - Update to version 1.3.0; Fixes RHBZ#2239554

Loading…
Cancel
Save