Update to 0.14.0

epel9
Josh Stone 5 years ago
parent 828e2e7c95
commit 8a27c1585d

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate indicatif
Name: rust-%{crate}
Version: 0.13.0
Release: 2%{?dist}
Version: 0.14.0
Release: 1%{?dist}
Summary: Progress bar and cli reporting library for Rust
# Upstream license specification: MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rayon-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "rayon" feature of "%{crate}" crate.
%files -n %{name}+rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with_rayon-devel
Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "with_rayon" feature of "%{crate}" crate.
%files -n %{name}+with_rayon-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -95,6 +95,9 @@ which use "with_rayon" feature of "%{crate}" crate.
%endif
%changelog
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 0.14.0-1
- Update to 0.14.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (indicatif-0.13.0.crate) = 840cbb29d6d5171afb41d3d1ff9602cec82686919f092b3340d246abd4720fbd15d77a5c1fb1673a5b86b3c4f90f49289cff622d3145d639dc3b1affea106f98
SHA512 (indicatif-0.14.0.crate) = bb4e9c14eb511c4d97a97bf925ea29c11f4f79cade7bf49316d28e0604391ba38c6355c4ec01eb0e7fe6ee64b212a22a5e5240b4867ae0f26a7915fdd6dcf628

Loading…
Cancel
Save