Update to 0.10.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent b79f1fe20b
commit 041b69f88e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/textwrap-0.9.0.crate /textwrap-0.9.0.crate
/textwrap-0.10.0.crate

@ -5,8 +5,8 @@
%global crate textwrap %global crate textwrap
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.0 Version: 0.10.0
Release: 6%{?dist} Release: 1%{?dist}
Summary: Small library for word wrapping, indenting, and dedenting strings Summary: Small library for word wrapping, indenting, and dedenting strings
License: MIT License: MIT
@ -14,10 +14,7 @@ URL: https://crates.io/crates/textwrap
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * XXX: hyphenation is optional and brings a lot of legacy # * XXX: hyphenation is optional and brings a lot of legacy
# * Bump lipsum to 0.5, https://github.com/mgeisler/textwrap/commit/142a05ac2b46a2aea4d5267210f84907dbcc5816 Patch0: textwrap-0.10.0-fix-metadata.diff
# * Bump version-sync to 0.5, https://github.com/mgeisler/textwrap/commit/7160be3cb39c8503a433f6703efbdf66ece108e3
# * Bump rand to 0.4, https://github.com/mgeisler/textwrap/pull/120
Patch0: textwrap-0.9.0-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -71,6 +68,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Wed May 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0
* Thu Apr 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-6 * Thu Apr 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-6
- Bump lipsum to 0.5 - Bump lipsum to 0.5

@ -1 +1 @@
SHA512 (textwrap-0.9.0.crate) = e176f703f971eefb5cfc1ecf9047858bd7610a58fa4103879fd963b292c79872bd8466ef8fc9742a428ac707400dade307e72fa965dc4d61da66e932e5b20c35 SHA512 (textwrap-0.10.0.crate) = cb50cc73f3f5ab704ef9e6d526b751f7e66de213fa534206e5b4e9da829f19aedda9f23f262f865fdb3247c703aeaa87f38099f6c575d1961ec923d62a9b2293

@ -0,0 +1,13 @@
--- textwrap-0.10.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ textwrap-0.10.0/Cargo.toml 2018-05-02T16:00:33.424423+02:00
@@ -24,10 +24,6 @@
repository = "https://github.com/mgeisler/textwrap"
[package.metadata.docs.rs]
all-features = true
-[dependencies.hyphenation]
-version = "0.6.1"
-optional = true
-
[dependencies.term_size]
version = "0.3.0"
optional = true

@ -1,27 +0,0 @@
--- textwrap-0.9.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ textwrap-0.9.0/Cargo.toml 2018-04-26T11:45:08.961928+02:00
@@ -27,21 +27,17 @@
[dependencies.unicode-width]
version = "0.1.3"
-[dependencies.hyphenation]
-version = "0.6.1"
-optional = true
-
[dependencies.term_size]
version = "0.3.0"
optional = true
[dev-dependencies.lipsum]
-version = "0.3"
+version = "0.5"
[dev-dependencies.version-sync]
-version = "0.2"
+version = "0.5"
[dev-dependencies.rand]
-version = "0.3"
+version = "0.4"
[badges.appveyor]
repository = "mgeisler/textwrap"
Loading…
Cancel
Save