bump to lipsum 0.7

epel9
Fabio Valentini 4 years ago
parent 023459be0a
commit fab72dc947
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.1 Version: 0.12.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library for word wrapping, indenting, and dedenting strings Summary: Library for word wrapping, indenting, and dedenting strings
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/textwrap URL: https://crates.io/crates/textwrap
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * bump lipsum from 0.6 to 0.7 (already upstream)
Patch0: textwrap-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -98,6 +101,9 @@ which use "terminal_size" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-2
- Bump to lipsum 0.7.
* Sat Aug 29 19:37:04 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.1-1 * Sat Aug 29 19:37:04 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.1-1
- Update to 0.12.1 - Update to 0.12.1

@ -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"
Loading…
Cancel
Save