|
|
@ -6,8 +6,8 @@
|
|
|
|
%global crate flate2
|
|
|
|
%global crate flate2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.6
|
|
|
|
Version: 1.0.7
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -24,9 +24,12 @@ BuildRequires: (crate(miniz-sys/default) >= 0.1.11 with crate(miniz-sys/default
|
|
|
|
BuildRequires: (crate(miniz_oxide_c_api/default) >= 0.2.0 with crate(miniz_oxide_c_api/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(miniz_oxide_c_api/default) >= 0.2.0 with crate(miniz_oxide_c_api/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(miniz_oxide_c_api/no_c_export) >= 0.2.0 with crate(miniz_oxide_c_api/no_c_export) < 0.3.0)
|
|
|
|
BuildRequires: (crate(miniz_oxide_c_api/no_c_export) >= 0.2.0 with crate(miniz_oxide_c_api/no_c_export) < 0.3.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
|
|
|
|
BuildRequires: (crate(futures/default) >= 0.1.0 with crate(futures/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(tokio-core/default) >= 0.1.0 with crate(tokio-core/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(tokio-io/default) >= 0.1.11 with crate(tokio-io/default) < 0.2.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(tokio-tcp/default) >= 0.1.3 with crate(tokio-tcp/default) < 0.2.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(tokio-threadpool/default) >= 0.1.10 with crate(tokio-threadpool/default) < 0.2.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -174,6 +177,9 @@ which use "zlib" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 14 2019 Josh Stone <jistone@redhat.com> - 1.0.7-1
|
|
|
|
|
|
|
|
- Update to 1.0.7
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.6-3
|
|
|
|
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.6-3
|
|
|
|
- Do not pull optional dependencies
|
|
|
|
- Do not pull optional dependencies
|
|
|
|
|
|
|
|
|
|
|
|