Update to version 0.8.32; Fixes RHBZ#2059143

epel9
Fabio Valentini 3 years ago
parent 55a9c409f9
commit 9b659ebb10
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/rgb-0.8.29.crate /rgb-0.8.29.crate
/rgb-0.8.30.crate /rgb-0.8.30.crate
/rgb-0.8.31.crate /rgb-0.8.31.crate
/rgb-0.8.32.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rgb %global crate rgb
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.31 Version: 0.8.32
Release: %autorelease Release: %autorelease
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods `struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods
@ -36,9 +36,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+argb-devel %package -n %{name}+argb-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages which
use the "argb" feature of the "%{crate}" crate. use the "argb" feature of the "%{crate}" crate.
%files -n %{name}+argb-devel %files -n %{name}+argb-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+as-bytes-devel %package -n %{name}+as-bytes-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages which
use the "as-bytes" feature of the "%{crate}" crate. use the "as-bytes" feature of the "%{crate}" crate.
%files -n %{name}+as-bytes-devel %files -n %{name}+as-bytes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytemuck-devel %package -n %{name}+bytemuck-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages which
use the "bytemuck" feature of the "%{crate}" crate. use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-devel %files -n %{name}+bytemuck-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -98,7 +98,7 @@ This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (rgb-0.8.31.crate) = a9b307c88dbe24b383e38311a411365a709d4d7fe8d5e0e35f29200af3f2b912e1251a68b268c383a2f00538a93fffd05f0bdf1ca15e5bd3f56000c789ecc144 SHA512 (rgb-0.8.32.crate) = 91ace666e237088ee409f3c2935ca5ab07ff35e69ce4ba1003a81e72707b6ca05c20c495d649790c3a49de9d7d439df1efd7aed322c3bacd4fc86ef8d1b15606

Loading…
Cancel
Save