|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate gimli
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.20.0
|
|
|
|
|
Version: 0.21.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Library for reading and writing the DWARF debugging format
|
|
|
|
|
|
|
|
|
@ -52,16 +52,16 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+arrayvec-devel
|
|
|
|
|
%package -n %{name}+endian-reader-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+arrayvec-devel %{_description}
|
|
|
|
|
%description -n %{name}+endian-reader-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "arrayvec" feature of "%{crate}" crate.
|
|
|
|
|
which use "endian-reader" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+arrayvec-devel
|
|
|
|
|
%files -n %{name}+endian-reader-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fallible-iterator-devel
|
|
|
|
@ -100,18 +100,6 @@ which use "read" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+read-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+smallvec-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+smallvec-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "smallvec" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+smallvec-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+stable_deref_trait-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -167,6 +155,9 @@ which use "write" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.21.0-1
|
|
|
|
|
- Update to 0.21.0
|
|
|
|
|
|
|
|
|
|
* Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.20.0-1
|
|
|
|
|
- Update to 0.20.0
|
|
|
|
|
|
|
|
|
|