Update to version 1.1.2; Fixes RHBZ#2035259

epel9
Fabio Valentini 3 years ago
parent d0b441c46a
commit b78bb17895
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/buffered-reader-1.0.1.crate
/buffered-reader-1.1.0.crate
/buffered-reader-1.1.1.crate
/buffered-reader-1.1.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate buffered-reader
Name: rust-%{crate}
Version: 1.1.1
Version: 1.1.2
Release: %autorelease
Summary: Super-powered Reader
@ -15,9 +15,6 @@ URL: https://crates.io/crates/buffered-reader
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE.txt
%doc README.md NEWS
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+bzip2-devel %{_description}
This package contains library source intended for building other packages
which use "bzip2" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "bzip2" feature of the "%{crate}" crate.
%files -n %{name}+bzip2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+compression-devel %{_description}
This package contains library source intended for building other packages
which use "compression" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "compression" feature of the "%{crate}" crate.
%files -n %{name}+compression-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -82,8 +79,8 @@ BuildArch: noarch
%description -n %{name}+compression-bzip2-devel %{_description}
This package contains library source intended for building other packages
which use "compression-bzip2" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "compression-bzip2" feature of the "%{crate}" crate.
%files -n %{name}+compression-bzip2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -94,8 +91,8 @@ BuildArch: noarch
%description -n %{name}+compression-deflate-devel %{_description}
This package contains library source intended for building other packages
which use "compression-deflate" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "compression-deflate" feature of the "%{crate}" crate.
%files -n %{name}+compression-deflate-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -106,8 +103,8 @@ BuildArch: noarch
%description -n %{name}+flate2-devel %{_description}
This package contains library source intended for building other packages
which use "flate2" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "flate2" feature of the "%{crate}" crate.
%files -n %{name}+flate2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (buffered-reader-1.1.1.crate) = e598bc225609d7e44c7e6337d25de874ed66039866db2b28829cc08cffd6f432e722164b251e679e1579113546904ca18d440c16d06ea5d3af874f099bf6bdbd
SHA512 (buffered-reader-1.1.2.crate) = 3e87b8d72d3c7a84bf19a733716b45bfffece3495d18a79cc2b0a9a15c816c50b95c674810e3ac7fda473030a9eef222c45af18e110c67e17e32d71ddeb8ea94

Loading…
Cancel
Save