update to version 0.1.17

epel9
Fabio Valentini 4 years ago
parent a9e0e03622
commit 0ba52d5e11
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/unicode-normalization-0.1.13.crate /unicode-normalization-0.1.13.crate
/unicode-normalization-0.1.14.crate /unicode-normalization-0.1.14.crate
/unicode-normalization-0.1.16.crate /unicode-normalization-0.1.16.crate
/unicode-normalization-0.1.17.crate

@ -5,8 +5,8 @@
%global crate unicode-normalization %global crate unicode-normalization
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.16 Version: 0.1.17
Release: 2%{?dist} Release: 1%{?dist}
Summary: Functions for normalization of Unicode strings Summary: Functions for normalization of Unicode strings
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -88,6 +88,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
- Update to version 0.1.17.
- Fixes RHBZ#1926534
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.16-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (unicode-normalization-0.1.16.crate) = c1f83a79b0fffd2f0e1b8a579ae4e5021c4cffd74c259d065919b937bdd78b9ef83650cfd777010e7008ceb51e072777b195dd2483e1a85798a98b72f8648ead SHA512 (unicode-normalization-0.1.17.crate) = 727b4844a4eb103375dff7d88d620e1fb581cbdf2523f07a5c1673ff333d772d48ffae7658bfe4816a5bb42de5f68a96e15be9341c540a0f746c2990eeccb3d6

@ -1,8 +1,8 @@
--- unicode-normalization-0.1.16/Cargo.toml 2020-11-18T21:33:18+00:00 --- unicode-normalization-0.1.17/Cargo.toml 1970-01-01T00:00:00+00:00
+++ unicode-normalization-0.1.16/Cargo.toml 2020-11-19T10:32:12.064112+00:00 +++ unicode-normalization-0.1.17/Cargo.toml 2021-02-15T11:24:57.462603+00:00
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
name = "unicode-normalization" name = "unicode-normalization"
version = "0.1.16" version = "0.1.17"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"] authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"] -exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "tests/*"] +exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "tests/*"]

Loading…
Cancel
Save