Update to version 0.8.36; Fixes RHBZ#2171942

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

1
.gitignore vendored

@ -14,3 +14,4 @@
/rgb-0.8.33.crate /rgb-0.8.33.crate
/rgb-0.8.34.crate /rgb-0.8.34.crate
/rgb-0.8.35.crate /rgb-0.8.35.crate
/rgb-0.8.36.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%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.35 Version: 0.8.36
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,10 +16,11 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 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
for color manipulation. Allows no-copy high-level interoperability. Also adds methods for color manipulation. Allows no-copy high-level
common convenience methods and implements standard Rust traits to make interoperability. Also adds common convenience methods and implements
`RGB`/`RGBA` pixels and slices first-class Rust objects.} standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class
Rust objects.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (rgb-0.8.35.crate) = 34657547d8a385ef66dce0384c4a69cdf0db2aec1779187b55662481866e40ddc65a8a1a15e1f0df76ca81f30c86e19c8de27a87b7b87fd4417a92cc768d03b1 SHA512 (rgb-0.8.36.crate) = e1e812b04e3c6b0ab93f7a10161eef808fe11888a5c1fc0060cd91fa90129c31491d5c64de0cec989acfcf66ce481bd61d9cdcdcb54e5bf2556da0e5c3bb7612

Loading…
Cancel
Save