Update to version 1.1.2; Fixes RHBZ#2045077

epel9
Fabio Valentini 3 years ago
parent 604bb61b63
commit 338937bdc0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/libflate-1.0.4.crate /libflate-1.0.4.crate
/libflate-1.1.0.crate /libflate-1.1.0.crate
/libflate-1.1.1.crate /libflate-1.1.1.crate
/libflate-1.1.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libflate %global crate libflate
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.1 Version: 1.1.2
Release: %autorelease Release: %autorelease
Summary: Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP) Summary: Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
@ -15,9 +15,6 @@ URL: https://crates.io/crates/libflate
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{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

@ -1 +1 @@
SHA512 (libflate-1.1.1.crate) = ccd2eeef05c47564d693de5e713e55394e77e7d72294221f6002e19df0fcf29d40cdbf942b2b4519f148a65335d1136540c3ecda50b9ca1a0cecd7d5c8be9ef2 SHA512 (libflate-1.1.2.crate) = 7a25660231da05801f7152299f5a6993103f175ea661ec056dd6662994e1f348bb7028d6d2a6a712984a78fd4f6906a44fceafd8328064a45cdf916375fc8251

Loading…
Cancel
Save