Update to 0.13.1

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

1
.gitignore vendored

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

@ -1,21 +1,18 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate textwrap
Name: rust-%{crate}
Version: 0.12.1
Release: 3%{?dist}
Summary: Library for word wrapping, indenting, and dedenting strings
Version: 0.13.1
Release: 1%{?dist}
Summary: Powerful library for word wrapping, indenting, and dedenting strings
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/textwrap
Source: %{crates_source}
# Initial patched metadata
# * bump lipsum from 0.6 to 0.7 (already upstream)
Patch0: textwrap-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -25,10 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
Library for word wrapping, indenting, and dedenting strings.
You can use it to format strings (such as help and error messages) for display
in commandline applications. It is designed to be efficient and handle Unicode
characters correctly.}
Powerful library for word wrapping, indenting, and dedenting strings.}
%description %{_description}
@ -89,6 +83,9 @@ which use "terminal_size" feature of "%{crate}" crate.
%endif
%changelog
* 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)
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-3
- Remove features with missing dependencies (hyphenation).

@ -1 +1 @@
SHA512 (textwrap-0.12.1.crate) = 6076afc86110e978d55cdfde41e05eb847c50da21237d88eec73873547d601ec6cedcc23dad738ccee9ec96e0488dc26ba4d0bf039110698a875541d79db25c2
SHA512 (textwrap-0.13.1.crate) = 7b7e6c790d88391f726255e17f85b3902be141003a0905157f19c40da76e4df93fcbbf07118d8892c596243e5deb2522b1edf23b1e1636a030216fe8145ed3c4

@ -1,11 +0,0 @@
--- textwrap-0.12.1/Cargo.toml 2020-07-03T10:18:26+00:00
+++ textwrap-0.12.1/Cargo.toml 2020-10-20T12:28:51.184229+00:00
@@ -36,7 +36,7 @@
[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.lipsum]
-version = "0.6"
+version = "0.7"
[dev-dependencies.rand]
version = "0.6"
Loading…
Cancel
Save