Compare commits

...

6 Commits

4
.gitignore vendored

@ -16,3 +16,7 @@
/rgb-0.8.35.crate /rgb-0.8.35.crate
/rgb-0.8.36.crate /rgb-0.8.36.crate
/rgb-0.8.37.crate /rgb-0.8.37.crate
/rgb-0.8.40.crate
/rgb-0.8.45.crate
/rgb-0.8.47.crate
/rgb-0.8.50.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rgb %global crate rgb
Name: rust-rgb Name: rust-rgb
Version: 0.8.37 Version: 0.8.50
Release: %autorelease Release: %autorelease
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates 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 %files -n %{name}+bytemuck-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+grb-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

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

@ -1 +1 @@
SHA512 (rgb-0.8.37.crate) = 72491fb2c315ee347c7474e6f9b3d6eaaf1db66ddf163214df8466a4a8ccb0aaaed76fc4c72808b70bfbcdf9dc2a109511ccf8e405e4a006b349030e8ad199a8 SHA512 (rgb-0.8.50.crate) = cfbbaea59d5ba440c2c7e781771885a23e7f86c0c255e060010e04b55b8228242a5d566f2247753fbd4e339249add996d607271fa3dd90025324d413c6506550

Loading…
Cancel
Save