Update to 0.1.7

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

1
.gitignore vendored

@ -1 +1,2 @@
/regex-automata-0.1.6.crate
/regex-automata-0.1.7.crate

@ -1,20 +1,11 @@
--- regex-automata-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ regex-automata-0.1.6/Cargo.toml 2019-06-09T08:44:45.902196+00:00
--- regex-automata-0.1.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ regex-automata-0.1.7/Cargo.toml 2019-06-09T13:16:47.345104+00:00
@@ -14,7 +14,7 @@
name = "regex-automata"
version = "0.1.6"
version = "0.1.7"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
-exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"]
autotests = false
description = "Automata construction and matching using regular expressions."
homepage = "https://github.com/BurntSushi/regex-automata"
@@ -65,7 +65,7 @@
version = "1.0.82"
[dev-dependencies.serde_bytes]
-version = "0.10.4"
+version = "0.11"
[dev-dependencies.serde_derive]
version = "1.0.82"

@ -5,8 +5,8 @@
%global crate regex-automata
Name: rust-%{crate}
Version: 0.1.6
Release: 2%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Automata construction and matching using regular expressions
# Upstream license specification: Unlicense/MIT
@ -15,7 +15,6 @@ URL: https://crates.io/crates/regex-automata
Source: %{crates_source}
# Initial patched metadata
# * Exclude test files
# * Update serde_bytes to 0.11, https://github.com/BurntSushi/regex-automata/pull/3
Patch0: regex-automata-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -121,6 +120,9 @@ which use "utf8-ranges" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 15:16:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Sun Jun 09 10:40:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-2
- Regenerate

@ -1 +1 @@
SHA512 (regex-automata-0.1.6.crate) = 2e438167ef10459cb1f7ab7afe0297e3a93e34b8195d631206c804b4fc5498e03df243531df282928fb2b3bc4ab8dd0a15a101f9aa368c104fc24df190e85f14
SHA512 (regex-automata-0.1.7.crate) = ea2cb596909bef4c3626fb32de8301cf9bc3b7f4030433475bd0666019551aa360bfa85699688dad102de44da182cd843679696bbbb2c21aeae235d7743aebb3

Loading…
Cancel
Save