Update to 0.8.20

epel9
Josh Stone 5 years ago
parent 4844bfd1e0
commit 31e6a28414

1
.gitignore vendored

@ -3,3 +3,4 @@
/rgb-0.8.16.crate /rgb-0.8.16.crate
/rgb-0.8.17.crate /rgb-0.8.17.crate
/rgb-0.8.18.crate /rgb-0.8.18.crate
/rgb-0.8.20.crate

@ -5,7 +5,7 @@
%global crate rgb %global crate rgb
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.18 Version: 0.8.20
Release: 1%{?dist} Release: 1%{?dist}
Summary: Struct RGB/RGBA/etc. for sharing pixels between crates Summary: Struct RGB/RGBA/etc. for sharing pixels between crates
@ -67,6 +67,30 @@ which use "argb" feature of "%{crate}" crate.
%files -n %{name}+argb-devel %files -n %{name}+argb-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+as-bytes-devel
Summary: %{summary}
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.
%files -n %{name}+as-bytes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+bytemuck-devel
Summary: %{summary}
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.
%files -n %{name}+bytemuck-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -98,6 +122,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.8.20-1
- Update to 0.8.20
* Tue Jun 02 16:33:44 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.18-1 * Tue Jun 02 16:33:44 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.18-1
- Update to 0.8.18 - Update to 0.8.18

@ -1 +1 @@
SHA512 (rgb-0.8.18.crate) = 5e5dcd774f1448eea9e4c08bebe10246ce070fb11eadf10a873ac7de0305ebbae5238b7c6f5e0858c9805f4c932d2e645d00ea7b058f9e6c0bfb482730981cca SHA512 (rgb-0.8.20.crate) = e183205789dc1237a3fe3b8d3c5e5868b4aa24e74174faafeea78d6a748dc3cb1c55d5457b038585c7f55d1dd08a505095eca784159a42394a9d447d5a5a387e

Loading…
Cancel
Save