Update to version 0.8.40; Fixes RHBZ#2295561

epel10
Fabio Valentini 7 months ago
parent ad1179d16f
commit 33166d7fa3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/rgb-0.8.35.crate
/rgb-0.8.36.crate
/rgb-0.8.37.crate
/rgb-0.8.40.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rgb
Name: rust-rgb
Version: 0.8.37
Version: 0.8.40
Release: %autorelease
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
@ -86,6 +86,18 @@ use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+checked_fns-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+checked_fns-devel %{_description}
This package contains library source intended for building other packages which
use the "checked_fns" feature of the "%{crate}" crate.
%files -n %{name}+checked_fns-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+grb-devel
Summary: %{summary}
BuildArch: noarch
@ -110,6 +122,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-experimental-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-experimental-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable-experimental" feature of the "%{crate}" crate.
%files -n %{name}+unstable-experimental-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1,3 +1,6 @@
[package]
summary = "Struct RGB/RGBA/etc. for sharing pixels between crates"
[features]
hide = ["defmt-03"]

@ -1 +1 @@
SHA512 (rgb-0.8.37.crate) = 72491fb2c315ee347c7474e6f9b3d6eaaf1db66ddf163214df8466a4a8ccb0aaaed76fc4c72808b70bfbcdf9dc2a109511ccf8e405e4a006b349030e8ad199a8
SHA512 (rgb-0.8.40.crate) = 25bfea0dabebd07aed42d36858f1f24dc293c63863d48d735f31983e6b668aa8e73d6ce9a78916fa776da789190cfb7c378c17e5df2bf71eda58c4c25f1b24f1

Loading…
Cancel
Save