From fab72dc947c7c13c4556ea7a9b989b807d6ae540 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Oct 20 2020 12:32:13 +0000 Subject: bump to lipsum 0.7 --- diff --git a/rust-textwrap.spec b/rust-textwrap.spec index d415749..9dfe9ae 100644 --- a/rust-textwrap.spec +++ b/rust-textwrap.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 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} @@ -98,6 +101,9 @@ which use "terminal_size" feature of "%{crate}" crate. %endif %changelog +* Tue Oct 20 2020 Fabio Valentini - 0.12.1-2 +- Bump to lipsum 0.7. + * Sat Aug 29 19:37:04 CEST 2020 Igor Raits - 0.12.1-1 - Update to 0.12.1 diff --git a/textwrap-fix-metadata.diff b/textwrap-fix-metadata.diff new file mode 100644 index 0000000..e675697 --- /dev/null +++ b/textwrap-fix-metadata.diff @@ -0,0 +1,11 @@ +--- 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"