|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate sha-1
|
|
|
|
%global crate sha-1
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.9.3
|
|
|
|
Version: 0.9.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: SHA-1 hash function
|
|
|
|
Summary: SHA-1 hash function
|
|
|
|
|
|
|
|
|
|
|
@ -55,6 +55,18 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+compress-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+compress-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "compress" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+compress-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+force-soft-devel
|
|
|
|
%package -n %{name}+force-soft-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -98,6 +110,10 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.4-1
|
|
|
|
|
|
|
|
- Update to version 0.9.4.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1929265
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.3-1
|
|
|
|
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.3-1
|
|
|
|
- Update to version 0.9.3.
|
|
|
|
- Update to version 0.9.3.
|
|
|
|
- Fixes RHBZ#1923135
|
|
|
|
- Fixes RHBZ#1923135
|
|
|
|