Update to 0.13.2

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/textwrap-0.11.0.crate /textwrap-0.11.0.crate
/textwrap-0.12.1.crate /textwrap-0.12.1.crate
/textwrap-0.13.1.crate /textwrap-0.13.1.crate
/textwrap-0.13.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate textwrap %global crate textwrap
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.13.1 Version: 0.13.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Powerful library for word wrapping, indenting, and dedenting strings Summary: Powerful library for word wrapping, indenting, and dedenting strings
@ -52,6 +52,18 @@ which 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
%package -n %{name}+smawk-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smawk-devel %{_description}
This package contains library source intended for building other packages
which use "smawk" feature of "%{crate}" crate.
%files -n %{name}+smawk-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+terminal_size-devel %package -n %{name}+terminal_size-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -64,6 +76,18 @@ which use "terminal_size" feature of "%{crate}" crate.
%files -n %{name}+terminal_size-devel %files -n %{name}+terminal_size-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -83,6 +107,9 @@ which use "terminal_size" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Dec 30 18:30:12 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.2-1
- Update to 0.13.2 (Fixes: RHBZ#1911671)
* Sun Dec 27 14:54:59 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.1-1 * Sun Dec 27 14:54:59 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.1-1
- Update to 0.13.1 (Fixes: RHBZ#1904733) - Update to 0.13.1 (Fixes: RHBZ#1904733)

@ -1 +1 @@
SHA512 (textwrap-0.13.1.crate) = 7b7e6c790d88391f726255e17f85b3902be141003a0905157f19c40da76e4df93fcbbf07118d8892c596243e5deb2522b1edf23b1e1636a030216fe8145ed3c4 SHA512 (textwrap-0.13.2.crate) = 93e6ef9eca2abda8672a672a1d0e8116c916c6860ed649db2049b0d0ae23682c0faf604c01ad5cc879a6bef8b306337e45997591476aad3b3934069c3cfacbda

Loading…
Cancel
Save