Update to version 0.8.30; Fixes RHBZ#2030743

epel9
Fabio Valentini 3 years ago
parent 2c2c87821d
commit a732cc6c72
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/rgb-0.8.25.crate
/rgb-0.8.27.crate
/rgb-0.8.29.crate
/rgb-0.8.30.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate rgb
Name: rust-%{crate}
Version: 0.8.29
Version: 0.8.30
Release: %autorelease
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
@ -15,9 +15,6 @@ URL: https://crates.io/crates/rgb
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -35,8 +32,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -49,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -61,8 +58,8 @@ BuildArch: noarch
%description -n %{name}+argb-devel %{_description}
This package contains library source intended for building other packages
which use "argb" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "argb" feature of the "%{crate}" crate.
%files -n %{name}+argb-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -73,8 +70,8 @@ BuildArch: noarch
%description -n %{name}+as-bytes-devel %{_description}
This package contains library source intended for building other packages
which use "as-bytes" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "as-bytes" feature of the "%{crate}" crate.
%files -n %{name}+as-bytes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -85,8 +82,8 @@ BuildArch: noarch
%description -n %{name}+bytemuck-devel %{_description}
This package contains library source intended for building other packages
which use "bytemuck" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -97,8 +94,8 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (rgb-0.8.29.crate) = afc29c8b7fb3bb4d7b47316c3e415a6a2e0b6974430003d33992ecbba8b09fe2d479f8bf165b4d5ecdaec3dae0e87ec5f14e8d330086da11200a98edaeac3ee9
SHA512 (rgb-0.8.30.crate) = 0647b5dbf2ef799c0a60cc74a1d535d519ae2d74c532c2a925037cfdf88d197241e8bf00a7b6b6774697f2235be112b3c96ca9e1d754ba60354cca463fcc6e9d

Loading…
Cancel
Save