update to version 1.1.1

epel9
Fabio Valentini 4 years ago
parent bec364d574
commit e35dfa7748
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/tinyvec-0.3.3.crate
/tinyvec-1.0.1.crate
/tinyvec-1.1.0.crate
/tinyvec-1.1.1.crate

@ -5,8 +5,8 @@
%global crate tinyvec
Name: rust-%{crate}
Version: 1.1.0
Release: 2%{?dist}
Version: 1.1.1
Release: 1%{?dist}
Summary: 100% safe vec-like data structures
# Upstream license specification: Zlib OR Apache-2.0 OR MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%license LICENSE-ZLIB.md LICENSE-APACHE.md LICENSE-MIT.md
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{src-backup/,.github/,gen-array-impls.sh,rustfmt.toml}
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{src-backup/,gen-array-impls.sh,rustfmt.toml}
%package -n %{name}+default-devel
Summary: %{summary}
@ -168,6 +168,10 @@ which use "tinyvec_macros" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
- Fixes RHBZ#1920304
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (tinyvec-1.1.0.crate) = 29830cec393506651b20d045c584e3df5ce5f13fdf70e866d4d6b7e97fe4f6b07ccf2a2c64ced5b092d5d963af74f826930d96d817db90bc0e4ad112a399926e
SHA512 (tinyvec-1.1.1.crate) = de8de26bdb39d4b2255099b85c116a95b7f563f27549816d360a7cf68f04d3940745236aea4c73eeb86ed5427ae5f65d8936f0d60dae9b16076827134d77281e

Loading…
Cancel
Save