import rust-owo-colors-4.0.0-1.el9

i9ce changed/i9ce/rust-owo-colors-4.0.0-1.el9
MSVSphere Packaging Team 1 year ago
parent ab3d29f4e2
commit 1017bf3976

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/owo-colors-4.0.0.crate

@ -0,0 +1 @@
9f66286f92299f7c8c0ea21f01396a1e5030260c SOURCES/owo-colors-4.0.0.crate

Binary file not shown.

@ -1,21 +0,0 @@
--- owo-colors-3.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ owo-colors-3.5.0/Cargo.toml 2023-04-01T16:16:40.986788+00:00
@@ -37,18 +37,5 @@
"doc_cfg",
]
-[[example]]
-name = "supports_color"
-required-features = ["supports-colors"]
-
-[[example]]
-name = "override"
-required-features = ["supports-colors"]
-
-[dependencies.supports-color]
-version = "1.3"
-optional = true
-
[features]
alloc = []
-supports-colors = ["supports-color"]

@ -2,31 +2,28 @@
## (rpmautospec version 0.3.5) ## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2; release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1); print(release_number + base_release_number - 1);
}%{?-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 owo-colors %global crate owo-colors
Name: rust-owo-colors Name: rust-owo-colors
Version: 3.5.0 Version: 4.0.0
Release: %autorelease Release: %autorelease
Summary: Zero-allocation terminal colors that'll make people go owo Summary: Zero-allocation terminal colors that'll make people go owo
License: MIT License: MIT
URL: https://crates.io/crates/owo-colors URL: https://crates.io/crates/owo-colors
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * remove unused "supports-colors" feature with outdated dependencies
Patch: owo-colors-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Zero-allocation terminal colors that'll make people go owo.} Zero-allocation terminal colors that'll make people go owo.}
@ -71,11 +68,33 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-color-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+supports-color-devel %{_description}
This package contains library source intended for building other packages which
use the "supports-color" feature of the "%{crate}" crate.
%files -n %{name}+supports-color-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-colors-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+supports-colors-devel %{_description}
This package contains library source intended for building other packages which
use the "supports-colors" feature of the "%{crate}" crate.
%files -n %{name}+supports-colors-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
# drop examples that depend on the removed "supports-colors" feature
rm examples/{override.rs,supports_color.rs}
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
@ -92,9 +111,15 @@ rm examples/{override.rs,supports_color.rs}
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.5.0-2 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.0.0-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 4.0.0-1
- Update to version 4.0.0; Fixes RHBZ#2255466
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Apr 01 2023 Fabio Valentini <decathorpe@gmail.com> - 3.5.0-2 * Sat Apr 01 2023 Fabio Valentini <decathorpe@gmail.com> - 3.5.0-2
- Remove unused "supports-colors" feature with outdated dependencies - Remove unused "supports-colors" feature with outdated dependencies

Loading…
Cancel
Save