Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini cd1beacb21
Update to version 1.4.1; Fixes RHBZ#2257699
1 year ago
Fabio Valentini e8c62ac38b
Update to version 1.4.0; Fixes RHBZ#2249591
1 year ago
Fabio Valentini fc26356a9b
Update to version 1.3.0; Fixes RHBZ#2239554
1 year ago
Fabio Valentini fcdaab1fce
Update to version 1.2.0; Fixes RHBZ#2161057
2 years ago
Fedora Release Engineering 9789134db2
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 98fe770bb2
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 7768f74910
Rebuild
3 years ago

4
.gitignore vendored

@ -12,3 +12,7 @@
/termcolor-1.1.1.crate /termcolor-1.1.1.crate
/termcolor-1.1.2.crate /termcolor-1.1.2.crate
/termcolor-1.1.3.crate /termcolor-1.1.3.crate
/termcolor-1.2.0.crate
/termcolor-1.3.0.crate
/termcolor-1.4.0.crate
/termcolor-1.4.1.crate

@ -1,3 +0,0 @@
# rust-termcolor
The rust-termcolor package

@ -1,28 +1,24 @@
# Generated by rust2rpm 21 # 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-%{crate} Name: rust-termcolor
Version: 1.1.3 Version: 1.4.1
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
# Upstream license specification: Unlicense OR MIT 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}
# Initial patched metadata # Automatically generated patch to strip dependencies and normalize metadata
# * drop Windows-specific dependencies Patch: termcolor-fix-metadata-auto.diff
Patch0: termcolor-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Simple cross platform library for writing colored text to a terminal.} A simple cross platform library for writing colored text to a terminal.}
%description %{_description} %description %{_description}
@ -55,7 +51,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

@ -1 +1 @@
SHA512 (termcolor-1.1.3.crate) = 5838fcbfd70f300cb4b62aab50565db52074c56b152ccc8ac1173e4676c0d5a636271bf5a645a77da6e1d4edbf0091af2cd4dd6d73b85c3d198c760898c06f3a SHA512 (termcolor-1.4.1.crate) = b66aad157c4fa2985f764321d157dfb1f0325fd633811870db7919b5579bf7bc19fefe99e1c706cdfa67504c37dc2ca3d283e11d1bb516edcfaf1eb7747a778a

@ -0,0 +1,8 @@
--- termcolor-1.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ termcolor-1.4.1/Cargo.toml 2024-01-10T15:57:15.677677+00:00
@@ -36,5 +36,3 @@
[dev-dependencies]
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"

@ -1,9 +0,0 @@
--- termcolor-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ termcolor-1.1.3/Cargo.toml 2022-03-05T20:13:51.938496+00:00
@@ -38,6 +38,3 @@
[lib]
name = "termcolor"
bench = false
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
Loading…
Cancel
Save