update to version 1.1.0

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

1
.gitignore vendored

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

@ -1,16 +1,15 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate tinyvec
Name: rust-%{crate}
Version: 1.0.1
Version: 1.1.0
Release: 1%{?dist}
Summary: 100% safe vec-like data structures
# Upstream license specification: Zlib OR Apache-2.0 OR MIT
# https://github.com/Lokathor/tinyvec/issues/119
License: zlib or ASL 2.0 or MIT
URL: https://crates.io/crates/tinyvec
Source: %{crates_source}
@ -37,10 +36,10 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-ZLIB.md
%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}/gen-array-impls.sh
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{src-backup/,.github/,gen-array-impls.sh,rustfmt.toml}
%package -n %{name}+default-devel
Summary: %{summary}
@ -169,6 +168,10 @@ which use "tinyvec_macros" feature of "%{crate}" crate.
%endif
%changelog
* Fri Nov 20 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0.
- Fixes RHBZ#1888408
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1
- Update to version 1.0.1.

@ -1 +1 @@
SHA512 (tinyvec-1.0.1.crate) = b6b8fb65ba3a1c7d04a3d8a9ab010a97cb0c33eb52fb792c657b0ac0291854aa3f309ce51749190b8b2e260daacc2c861583e9d982a8609b41378976198baf1a
SHA512 (tinyvec-1.1.0.crate) = 29830cec393506651b20d045c584e3df5ce5f13fdf70e866d4d6b7e97fe4f6b07ccf2a2c64ced5b092d5d963af74f826930d96d817db90bc0e4ad112a399926e

Loading…
Cancel
Save