Update to 0.5.1

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/sized-chunks-0.3.0.crate /sized-chunks-0.3.0.crate
/sized-chunks-0.3.2.crate /sized-chunks-0.3.2.crate
/sized-chunks-0.5.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sized-chunks %global crate sized-chunks
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.5.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Efficient sized chunk datatypes Summary: Efficient sized chunk datatypes
# Upstream license specification: MPL-2.0+ # Upstream license specification: MPL-2.0+
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENCE.md %license LICENCE.md
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,19 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+refpool-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+refpool-devel %{_description}
This package contains library source intended for building other packages
which use "refpool" feature of "%{crate}" crate.
%files -n %{name}+refpool-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
@ -71,6 +83,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Feb 15 12:40:47 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (sized-chunks-0.3.2.crate) = 8e0ad8fdd1211b2709254ebbba57de89ff291442b5c273d6711b2c07035fa702cadfbf33d3ec6d1ecf9e415feea54f23fa5d868099f41f863f5ae5f7c8ec61af SHA512 (sized-chunks-0.5.1.crate) = 31fcaeba18cae9ac1e9d6a994619249affe42a4c9a3dbbcafeefce809fbdb778972ae4bc222d7cf2d3b3a0c8d163edd99dcc859806b6e50b9a3d8066b8cad5ab

Loading…
Cancel
Save