|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate flate2
|
|
|
|
%global crate flate2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.5
|
|
|
|
Version: 1.0.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Reader/Writer streams
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(flate2-crc/default) >= 0.1.0 with crate(flate2-crc/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(crc32fast/default) >= 1.1.0 with crate(crc32fast/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(futures/default) >= 0.1.0 with crate(futures/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(futures/default) >= 0.1.0 with crate(futures/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libz-sys/default) >= 1.0.0 with crate(libz-sys/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(libz-sys/default) >= 1.0.0 with crate(libz-sys/default) < 2.0.0)
|
|
|
@ -177,6 +177,9 @@ which use "zlib" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 06 2018 Josh Stone <jistone@redhat.com> - 1.0.6-1
|
|
|
|
|
|
|
|
- Update to 1.0.6
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 28 2018 Josh Stone <jistone@redhat.com> - 1.0.5-1
|
|
|
|
* Wed Nov 28 2018 Josh Stone <jistone@redhat.com> - 1.0.5-1
|
|
|
|
- Update to 1.0.5
|
|
|
|
- Update to 1.0.5
|
|
|
|
|
|
|
|
|
|
|
|