Update to 1.6.0

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

1
.gitignore vendored

@ -19,3 +19,4 @@
/smallvec-1.4.2.crate /smallvec-1.4.2.crate
/smallvec-1.5.0.crate /smallvec-1.5.0.crate
/smallvec-1.5.1.crate /smallvec-1.5.1.crate
/smallvec-1.6.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.5.1 Version: 1.6.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack Summary: 'Small vector' optimization: store up to a small number of items on the stack
@ -39,7 +39,6 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{scripts/,.travis.yml}
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -144,6 +143,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jan 01 15:06:38 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.6.0-1
- Update to 1.6.0 (Fixes: RHBZ#1911860)
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1 * Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
- Update to version 1.5.1. - Update to version 1.5.1.
- Fixes RHBZ#1904619 - Fixes RHBZ#1904619

@ -1 +1 @@
SHA512 (smallvec-1.5.1.crate) = e9b2e4c00ae8fb3bee01337dcbed586e72e922fbfbb69e7c79f3a6c9933495c56b1834797ea2a08e42bcf9cfa9c0842c414c2fcd68817e2b0702b2908b033842 SHA512 (smallvec-1.6.0.crate) = 717e1420ea083cb0606cda30db081fd2b4ee14bfef3cda9046f79bf3406d861c0c09d8d6ebbcfa245f60ddf6b6709ca817ad599d5d504a89b665a85879d396e2

Loading…
Cancel
Save