Update to version 1.2.0; Fixes RHBZ#2068351

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

1
.gitignore vendored

@ -12,3 +12,4 @@
/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 /libflate-1.1.2.crate
/libflate-1.2.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%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.2 Version: 1.2.0
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)
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).} Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP).}
@ -33,9 +33,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +47,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{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 %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (libflate-1.1.2.crate) = 7a25660231da05801f7152299f5a6993103f175ea661ec056dd6662994e1f348bb7028d6d2a6a712984a78fd4f6906a44fceafd8328064a45cdf916375fc8251 SHA512 (libflate-1.2.0.crate) = a5e0448e56ab5a219952a4b4efc3407c8419d8d9a255670f42b8f1bca7f7fe5774c2711025b18285c4f1310d26d0347ab2090b0f734bae43b569a0879f67d1f2

Loading…
Cancel
Save