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