Update to 0.2.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 2f8ed39496
commit 69a38ed9ea
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/unicode-xid-0.1.0.crate
/unicode-xid-0.2.0.crate

@ -5,17 +5,14 @@
%global crate unicode-xid
Name: rust-%{crate}
Version: 0.1.0
Release: 11%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Determine whether characters have XID_Start/XID_Continue properties
# Upstream license specification: MIT/Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/unicode-xid
Source: %{crates_source}
# Initial patched metadata
# * Exclude scripts/*, https://github.com/unicode-rs/unicode-xid/pull/8
Patch0: unicode-xid-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -99,6 +96,9 @@ which use "no_std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Aug 18 15:50:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (unicode-xid-0.1.0.crate) = cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d
SHA512 (unicode-xid-0.2.0.crate) = 590f727d8d8354023062ae5fe7ac5bed1bcf79d86b883effd7f33b3ea3b1c8922998a63d621ca6962a969e890fa6edd009871f21cd57b1969264f41ba3f78359

@ -1,11 +0,0 @@
--- unicode-xid-0.1.0/Cargo.toml 2017-05-08T19:43:03+02:00
+++ unicode-xid-0.1.0/Cargo.toml 2018-10-26T20:18:03.309081+02:00
@@ -18,7 +18,7 @@
Unicode Standard Annex #31.
"""
-exclude = [ "target/*", "Cargo.lock" ]
+exclude = [ "target/*", "Cargo.lock", "/scripts/*" ]
[features]
default = []
Loading…
Cancel
Save