Update to 1.1.7

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

1
.gitignore vendored

@ -16,3 +16,4 @@
/regex-1.1.2.crate
/regex-1.1.5.crate
/regex-1.1.6.crate
/regex-1.1.7.crate

@ -1,11 +0,0 @@
--- regex-1.1.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ regex-1.1.6/Cargo.toml 2019-06-09T08:27:03.553646+00:00
@@ -88,7 +88,7 @@
version = "1"
[dev-dependencies.quickcheck]
-version = "0.7"
+version = "0.8"
default-features = false
[dev-dependencies.rand]

@ -5,17 +5,14 @@
%global crate regex
Name: rust-%{crate}
Version: 1.1.6
Release: 2%{?dist}
Version: 1.1.7
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/regex
Source: %{crates_source}
# Initial patched metadata
# * Update quickcheck to 0.8, https://github.com/rust-lang/regex/pull/586
Patch0: regex-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -30,6 +27,7 @@ BuildRequires: (crate(regex-syntax/default) >= 0.6.6 with crate(regex-syntax/de
BuildRequires: (crate(thread_local/default) >= 0.3.6 with crate(thread_local/default) < 0.4.0)
BuildRequires: (crate(utf8-ranges/default) >= 1.0.1 with crate(utf8-ranges/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0)
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
BuildRequires: (crate(rand/default) >= 0.6.5 with crate(rand/default) < 0.7.0)
@ -120,6 +118,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 15:15:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.7-1
- Update to 1.1.7
* Sun Jun 09 10:24:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.6-2
- Regenerate

@ -1 +1 @@
SHA512 (regex-1.1.6.crate) = f2c039ea729f8360f086b83a8f3da4966932d9bf252ebdbd2058d0249afe997c08c2065efb597e88b55266a18fbe44aa61c67f49ec5047dc6a5bff310f04c32e
SHA512 (regex-1.1.7.crate) = 17a06dc448c1be0910ddf5c03979fcd151d0a40acec5fedf96febe0f0fc52bda0252c40f8e7a18dcf3fa13f82f8a5b406b18f59e43713aec2adc2cae068f9120

Loading…
Cancel
Save