From 8a4a658a35152b5a1050983370fbde02017164a3 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 27 Dec 2020 14:56:10 +0100 Subject: [PATCH] Update to 0.13.1 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-textwrap.spec | 19 ++++++++----------- sources | 2 +- textwrap-fix-metadata.diff | 11 ----------- 4 files changed, 10 insertions(+), 23 deletions(-) delete mode 100644 textwrap-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 4417241..d7e723d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /textwrap-0.10.0.crate /textwrap-0.11.0.crate /textwrap-0.12.1.crate +/textwrap-0.13.1.crate diff --git a/rust-textwrap.spec b/rust-textwrap.spec index e6d8acb..9c06ce4 100644 --- a/rust-textwrap.spec +++ b/rust-textwrap.spec @@ -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 - 0.13.1-1 +- Update to 0.13.1 (Fixes: RHBZ#1904733) + * Sat Nov 28 2020 Fabio Valentini - 0.12.1-3 - Remove features with missing dependencies (hyphenation). diff --git a/sources b/sources index 34d8aa5..e36e4f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (textwrap-0.12.1.crate) = 6076afc86110e978d55cdfde41e05eb847c50da21237d88eec73873547d601ec6cedcc23dad738ccee9ec96e0488dc26ba4d0bf039110698a875541d79db25c2 +SHA512 (textwrap-0.13.1.crate) = 7b7e6c790d88391f726255e17f85b3902be141003a0905157f19c40da76e4df93fcbbf07118d8892c596243e5deb2522b1edf23b1e1636a030216fe8145ed3c4 diff --git a/textwrap-fix-metadata.diff b/textwrap-fix-metadata.diff deleted file mode 100644 index e675697..0000000 --- a/textwrap-fix-metadata.diff +++ /dev/null @@ -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"