import rust-termbg-0.4.4-1.el9

i9ce changed/i9ce/rust-termbg-0.4.4-1.el9
MSVSphere Packaging Team 1 year ago
parent c0b80504a2
commit f9c9d0f069

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/termbg-0.4.4.crate

@ -0,0 +1 @@
b74160cf7cd4563881ce8e857aaa17ad1d32d1db SOURCES/termbg-0.4.4.crate

Binary file not shown.

@ -1,6 +1,6 @@
--- termbg-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- termbg-0.4.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ termbg-0.4.3/Cargo.toml 2023-08-02T12:44:42.275331+00:00 +++ termbg-0.4.4/Cargo.toml 2024-01-11T20:17:57.934037+00:00
@@ -66,11 +66,3 @@ @@ -69,11 +69,3 @@
[dependencies.thiserror] [dependencies.thiserror]
version = "1" version = "1"

@ -8,23 +8,23 @@
}%{?-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 crate termbg %global crate termbg
Name: rust-termbg Name: rust-termbg
Version: 0.4.3 Version: 0.4.4
Release: %autorelease Release: %autorelease
Summary: Terminal background color detection Summary: Terminal background color detection
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/termbg URL: https://crates.io/crates/termbg
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: termbg-fix-metadata-auto.diff Patch: termbg-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 23 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Terminal background color detection.} Terminal background color detection.}
@ -81,7 +81,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
@ -89,7 +89,7 @@ use the "default" feature of the "%{crate}" crate.
%build %build
%cargo_build %cargo_build
%cargo_license_summary %{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies %{cargo_license} > LICENSE.dependencies
%install %install
@ -101,9 +101,12 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.3-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.4-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
- Update to version 0.4.4; Fixes RHBZ#2253098
* Wed Aug 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1 * Wed Aug 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
- Update to version 0.4.3; Fixes RHBZ#2174607 - Update to version 0.4.3; Fixes RHBZ#2174607

Loading…
Cancel
Save