Update to version 0.7.4; Fixes RHBZ#2035000

epel10
Rémi Lauzier 3 years ago
parent 450c6299c1
commit 581e17e89b
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1,2 +1,3 @@
/libdeflater-0.7.1.crate /libdeflater-0.7.1.crate
/libdeflater-0.7.3.crate /libdeflater-0.7.3.crate
/libdeflater-0.7.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libdeflater %global crate libdeflater
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.3 Version: 0.7.4
Release: %autorelease Release: %autorelease
Summary: DEFLATE (de)compression exposed as non-streaming buffer operations Summary: DEFLATE (de)compression exposed as non-streaming buffer operations
@ -15,9 +15,6 @@ URL: https://crates.io/crates/libdeflater
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
@ -33,8 +30,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 "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
@ -47,8 +44,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 "default" feature of "%{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
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+freestanding-devel %{_description} %description -n %{name}+freestanding-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 "freestanding" feature of "%{crate}" crate. use "freestanding" feature of "%{crate}" crate.
%files -n %{name}+freestanding-devel %files -n %{name}+freestanding-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,8 +68,8 @@ BuildArch: noarch
%description -n %{name}+use_rust_alloc-devel %{_description} %description -n %{name}+use_rust_alloc-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 "use_rust_alloc" feature of "%{crate}" crate. use "use_rust_alloc" feature of "%{crate}" crate.
%files -n %{name}+use_rust_alloc-devel %files -n %{name}+use_rust_alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (libdeflater-0.7.3.crate) = 344b6207fe1915021d2b8bbd198d161a020a802866e7258554a02484612fd7679cc384983a03aaae1aafe55d7210db62c7bc4d2eb93a1a72217826534d063517 SHA512 (libdeflater-0.7.4.crate) = 1debed0c093ed9b154c0adec8f7fb4eb762542d2917f40ada5379c57d52e9cfea694585ca90edc49975120680e8eda47671a31114902e626932d7b653a54d422

Loading…
Cancel
Save