|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate flate2
|
|
|
|
%global crate flate2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.18
|
|
|
|
Version: 1.0.19
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams
|
|
|
|
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams
|
|
|
|
|
|
|
|
|
|
|
@ -16,6 +16,7 @@ Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No wasm32
|
|
|
|
# * No wasm32
|
|
|
|
# * No cloudflare-zlib-sys
|
|
|
|
# * No cloudflare-zlib-sys
|
|
|
|
|
|
|
|
# * No zlib-ng support in libz-sys
|
|
|
|
Patch0: flate2-fix-metadata.diff
|
|
|
|
Patch0: flate2-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -166,18 +167,6 @@ which use "zlib" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+zlib-devel
|
|
|
|
%files -n %{name}+zlib-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-ng-compat-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+zlib-ng-compat-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
|
|
|
which use "zlib-ng-compat" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zlib-ng-compat-devel
|
|
|
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
@ -197,6 +186,10 @@ which use "zlib-ng-compat" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.19-1
|
|
|
|
|
|
|
|
- Update to version 1.0.19.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1893770
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.18-1
|
|
|
|
* Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.18-1
|
|
|
|
- Update to version 1.0.18.
|
|
|
|
- Update to version 1.0.18.
|
|
|
|
|
|
|
|
|
|
|
|