Update to 0.15.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 8a27c1585d
commit a50b028dc8
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,3 +1,4 @@
/indicatif-0.11.0.crate
/indicatif-0.13.0.crate
/indicatif-0.14.0.crate
/indicatif-0.15.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate indicatif
Name: rust-%{crate}
Version: 0.14.0
Version: 0.15.0
Release: 1%{?dist}
Summary: Progress bar and cli reporting library for Rust
@ -52,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+improved_unicode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+improved_unicode-devel %{_description}
This package contains library source intended for building other packages
which use "improved_unicode" feature of "%{crate}" crate.
%files -n %{name}+improved_unicode-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rayon-devel
Summary: %{summary}
BuildArch: noarch
@ -64,6 +76,30 @@ which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unicode-segmentation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-segmentation-devel %{_description}
This package contains library source intended for building other packages
which use "unicode-segmentation" feature of "%{crate}" crate.
%files -n %{name}+unicode-segmentation-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unicode-width-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-width-devel %{_description}
This package contains library source intended for building other packages
which use "unicode-width" feature of "%{crate}" crate.
%files -n %{name}+unicode-width-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with_rayon-devel
Summary: %{summary}
BuildArch: noarch
@ -95,6 +131,9 @@ which use "with_rayon" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 18 06:46:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.15.0-1
- Update to 0.15.0
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 0.14.0-1
- Update to 0.14.0

@ -1 +1 @@
SHA512 (indicatif-0.14.0.crate) = bb4e9c14eb511c4d97a97bf925ea29c11f4f79cade7bf49316d28e0604391ba38c6355c4ec01eb0e7fe6ee64b212a22a5e5240b4867ae0f26a7915fdd6dcf628
SHA512 (indicatif-0.15.0.crate) = 9edae880d12412ad1f11d5cac004009a19540af3161176bac35390848e0a6959850a50fcfc2a66bd5ae5901b4e6af1a24286f7aede653f90b366089cbad6a5d2

Loading…
Cancel
Save