From 69a38ed9ea667acdf620dd51f01ab72a0c30b87d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 18 Aug 2019 15:51:36 +0200 Subject: [PATCH] Update to 0.2.0 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-unicode-xid.spec | 12 ++++++------ sources | 2 +- unicode-xid-fix-metadata.diff | 11 ----------- 4 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 unicode-xid-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 50bc6e9..1f0e047 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /unicode-xid-0.1.0.crate +/unicode-xid-0.2.0.crate diff --git a/rust-unicode-xid.spec b/rust-unicode-xid.spec index 7d9bb50..c42c454 100644 --- a/rust-unicode-xid.spec +++ b/rust-unicode-xid.spec @@ -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 - 0.2.0-1 +- Update to 0.2.0 + * Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 2cb37e2..c5eb2b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-xid-0.1.0.crate) = cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d +SHA512 (unicode-xid-0.2.0.crate) = 590f727d8d8354023062ae5fe7ac5bed1bcf79d86b883effd7f33b3ea3b1c8922998a63d621ca6962a969e890fa6edd009871f21cd57b1969264f41ba3f78359 diff --git a/unicode-xid-fix-metadata.diff b/unicode-xid-fix-metadata.diff deleted file mode 100644 index d009455..0000000 --- a/unicode-xid-fix-metadata.diff +++ /dev/null @@ -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 = []