Update to 0.8.14

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 6f22d08297
commit 339e7399e8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/rgb-0.8.13.crate /rgb-0.8.13.crate
/rgb-0.8.14.crate

@ -1,31 +1,32 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_with 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.13 Version: 0.8.14
Release: 2%{?dist} Release: 1%{?dist}
Summary: Struct RGB for sharing pixels between crates Summary: Struct RGB for sharing pixels between crates
# https://github.com/kornelski/rust-rgb/pull/22 # Upstream license specification: MIT
# * https://github.com/kornelski/rust-rgb/pull/27
License: MIT License: MIT
URL: https://crates.io/crates/rgb URL: https://crates.io/crates/rgb
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
%endif
%global _description \ %global _description %{expand:
Operating on pixels as weakly-typed vectors of u8 is error-prone and\ `struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods
inconvenient. It's better to use vectors of pixel structs. However, Rust is so\ for color manipulation. Allows no-copy high-level interoperability. Also adds
strongly typed that your RGB pixel struct is not compatible with my RGB pixel\ common convenience methods and implements standard Rust traits to make
struct. So let's all use mine. `RGB`/`RGBA` pixels and slices first-class Rust objects.}
%description %{_description} %description %{_description}
@ -70,6 +71,9 @@ which use "serde" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -82,6 +86,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Sep 01 20:02:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.14-1
- Update to 0.8.14
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (rgb-0.8.13.crate) = 4fcc60786299b471ae2ff998cf723c3c6d37782c4269b8374611aa804159dcd9c79ce62f4d6dd342cb00f40e67ccf4631b81b8719aeaa2cef4b4a1b7a78c880e SHA512 (rgb-0.8.14.crate) = f3589349e10b6ad58c4574e0f6c5f0efbfcf0d413fcace37e906c28ad789a3b51999620521eb1c8fc358a43ea7507174a45f983110b6f8b9c188fb8e142af491

Loading…
Cancel
Save