|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# * Tests are run in infrastructure
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate libflate
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.22
|
|
|
|
|
Version: 0.1.23
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/libflate
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -24,8 +24,8 @@ BuildRequires: (crate(crc32fast/default) >= 1.0.0 with crate(crc32fast/default)
|
|
|
|
|
BuildRequires: (crate(clap/default) >= 2.0.0 with crate(clap/default) < 3.0.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu May 30 17:37:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.23-1
|
|
|
|
|
- Update to 0.1.23
|
|
|
|
|
|
|
|
|
|
* Mon Apr 15 2019 Josh Stone <jistone@redhat.com> - 0.1.22-1
|
|
|
|
|
- Update to 0.1.22
|
|
|
|
|
|
|
|
|
|