Update to 0.6.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 0baa808def
commit 2d37ec5eff
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -3,3 +3,4 @@
/sized-chunks-0.5.1.crate /sized-chunks-0.5.1.crate
/sized-chunks-0.5.2.crate /sized-chunks-0.5.2.crate
/sized-chunks-0.5.3.crate /sized-chunks-0.5.3.crate
/sized-chunks-0.6.2.crate

@ -5,7 +5,7 @@
%global crate sized-chunks %global crate sized-chunks
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.3 Version: 0.6.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Efficient sized chunk datatypes Summary: Efficient sized chunk datatypes
@ -64,6 +64,18 @@ which use "arbitrary" feature of "%{crate}" crate.
%files -n %{name}+arbitrary-devel %files -n %{name}+arbitrary-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+array-ops-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+array-ops-devel %{_description}
This package contains library source intended for building other packages
which use "array-ops" feature of "%{crate}" crate.
%files -n %{name}+array-ops-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+refpool-devel %package -n %{name}+refpool-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -76,6 +88,30 @@ which use "refpool" feature of "%{crate}" crate.
%files -n %{name}+refpool-devel %files -n %{name}+refpool-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ringbuffer-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ringbuffer-devel %{_description}
This package contains library source intended for building other packages
which use "ringbuffer" feature of "%{crate}" crate.
%files -n %{name}+ringbuffer-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -95,6 +131,9 @@ which use "refpool" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat May 16 19:43:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2
* Wed Mar 11 2020 Josh Stone <jistone@redhat.com> - 0.5.3-1 * Wed Mar 11 2020 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3 - Update to 0.5.3

@ -1 +1 @@
SHA512 (sized-chunks-0.5.3.crate) = 9ffe2b6d0510d8cad010f4e3015f605ea0d0f4e27ded1fdfd7d7080e338bf239bec30fe85ef4576160297ad287ed006097ffc12151a2cdc578d7031d1501440b SHA512 (sized-chunks-0.6.2.crate) = 524eb5ca27cbadc6b3a2ee32e4968308ab7fd01c961511b2c783338fbc0435303a607d92c2066a9dc1fe1772ccfdc0a97875da9a929e7cfcbbb8d0647768d26d

Loading…
Cancel
Save