From a84dc7e43b7df1a4e41f9139e54d4d3eddd49492 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Nov 13 2018 05:25:51 +0000 Subject: Update to 1.0.2 --- diff --git a/.gitignore b/.gitignore index 7ff161d..3cbaab7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /utf8-ranges-1.0.0.crate /utf8-ranges-1.0.1.crate +/utf8-ranges-1.0.2.crate diff --git a/rust-utf8-ranges.spec b/rust-utf8-ranges.spec index d59d473..ffae0bd 100644 --- a/rust-utf8-ranges.spec +++ b/rust-utf8-ranges.spec @@ -6,17 +6,14 @@ %global crate utf8-ranges Name: rust-%{crate} -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Convert ranges of Unicode codepoints to UTF-8 byte ranges # Upstream license specification: Unlicense/MIT License: Unlicense or MIT URL: https://crates.io/crates/utf8-ranges Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate -# Initial patched metadata -# * Exclude CI files, https://github.com/BurntSushi/utf8-ranges/pull/10 -Patch0: utf8-ranges-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -72,6 +69,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Nov 13 2018 Josh Stone - 1.0.2-1 +- Update to 1.0.2 + * Sat Oct 27 2018 Igor Gnatenko - 1.0.1-2 - Adapt to new packaging diff --git a/sources b/sources index e2bead7..4fc8dfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utf8-ranges-1.0.1.crate) = c17ca6aa679f1f974c9673fac6116c5bb48ff59ca65a968520d5e89c52a7d4409d578df4b28dd3feb4aee208d796a47641c4f1de71810de36905c6cd3439ff97 +SHA512 (utf8-ranges-1.0.2.crate) = ac168b908a34c4814a682b77502d2e5aa3130acb01fa87e29c78b760a61ba61b01f9fa2d67202604ac9824e0b2fe92143b72c0d4100a62ff9f53e4b00a4a12fb diff --git a/utf8-ranges-fix-metadata.diff b/utf8-ranges-fix-metadata.diff deleted file mode 100644 index 587ee0e..0000000 --- a/utf8-ranges-fix-metadata.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- utf8-ranges-1.0.1/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ utf8-ranges-1.0.1/Cargo.toml 2018-10-27T22:56:20.298645+02:00 -@@ -21,6 +21,7 @@ - keywords = ["codepoint", "utf8", "automaton", "range"] - license = "Unlicense/MIT" - repository = "https://github.com/BurntSushi/utf8-ranges" -+exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"] - [dev-dependencies.quickcheck] - version = "0.7" - default-features = false