Update to version 0.8.37; Fixes RHBZ#2246828

epel9 imports/e9/rust-rgb-0.8.37-1.el9
Fabio Valentini 1 year ago
parent 929d96c1d9
commit 17a33dcfc7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/rgb-0.8.34.crate
/rgb-0.8.35.crate
/rgb-0.8.36.crate
/rgb-0.8.37.crate

@ -1,3 +0,0 @@
# rust-rgb
The rust-rgb package

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate rgb
Name: rust-rgb
Version: 0.8.36
Version: 0.8.37
Release: %autorelease
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/rgb
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience
@ -111,7 +111,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,3 @@
[package]
summary = "Struct RGB/RGBA/etc. for sharing pixels between crates"

@ -1 +1 @@
SHA512 (rgb-0.8.36.crate) = e1e812b04e3c6b0ab93f7a10161eef808fe11888a5c1fc0060cd91fa90129c31491d5c64de0cec989acfcf66ce481bd61d9cdcdcb54e5bf2556da0e5c3bb7612
SHA512 (rgb-0.8.37.crate) = 72491fb2c315ee347c7474e6f9b3d6eaaf1db66ddf163214df8466a4a8ccb0aaaed76fc4c72808b70bfbcdf9dc2a109511ccf8e405e4a006b349030e8ad199a8

Loading…
Cancel
Save