Update to version 0.7.4; Fixes RHBZ#2219814

epel10
Fabio Valentini 2 years ago
parent dbf83c58c2
commit 87ee30a057
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

2
.gitignore vendored

@ -31,3 +31,5 @@
/regex-syntax-0.6.28.crate
/regex-syntax-0.6.29.crate
/regex-syntax-0.7.2.crate
/regex-syntax-0.7.3.crate
/regex-syntax-0.7.4.crate

@ -1,11 +1,11 @@
--- regex-syntax-0.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-syntax-0.7.2/Cargo.toml 2023-05-25T12:38:15.416758+00:00
@@ -19,7 +19,7 @@
homepage = "https://github.com/rust-lang/regex"
--- regex-syntax-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-syntax-0.7.4/Cargo.toml 2023-07-12T13:53:26.127327+00:00
@@ -21,7 +21,7 @@
description = "A regular expression parser."
documentation = "https://docs.rs/regex-syntax"
readme = "README.md"
-license = "MIT OR Apache-2.0"
+license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
repository = "https://github.com/rust-lang/regex"
repository = "https://github.com/rust-lang/regex/tree/master/regex-syntax"
[package.metadata.docs.rs]

@ -5,7 +5,7 @@
%global crate regex-syntax
Name: rust-regex-syntax
Version: 0.7.2
Version: 0.7.4
Release: %autorelease
Summary: Regular expression parser
@ -52,6 +52,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages which
use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (regex-syntax-0.7.2.crate) = 3065cec128ae6ce427d13b68066fc02357c21f7d1517c1669295f857395eea3297344fb2171c96d15dfe48050785249b7b8b8138fbe5b4a65c8427968347c128
SHA512 (regex-syntax-0.7.4.crate) = b33713c71f6f753820ca6405e8415e5eeed457efd01e81b0b720e48c135b9bb0973962269587ddca31350233aec6d3f598596cb48310db0633bf67f8970f0e18

Loading…
Cancel
Save