Update to version 0.4.4; Fixes RHBZ#2253098

epel9 imports/e9/rust-termbg-0.4.4-1.el9
Fabio Valentini 1 year ago
parent 9377245d53
commit 414d195cad
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/termbg-0.4.0.crate /termbg-0.4.0.crate
/termbg-0.4.1.crate /termbg-0.4.1.crate
/termbg-0.4.3.crate /termbg-0.4.3.crate
/termbg-0.4.4.crate

@ -1,20 +1,20 @@
# 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.}
@ -71,7 +71,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,7 +79,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

@ -1 +1 @@
SHA512 (termbg-0.4.3.crate) = 2f9e346a46c1b9da161cff22e042b105284c568523b94c13552dd85f07e576b28c7232d15e8a1efc84b2e77713c2e78192a807748e26b391e2ba137924a2f557 SHA512 (termbg-0.4.4.crate) = 2ec9dfbc64de07cc6e99f3b3942994506baa28c443f38036671cd673c6cacd57db9418e8fef2e14f4dba4858d485c92007699dd69fc0b850fbc862abbfdf3127

@ -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"

Loading…
Cancel
Save