Update to version 0.7.2; Fixes RHBZ#2188501

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

1
.gitignore vendored

@ -30,3 +30,4 @@
/regex-syntax-0.6.27.crate /regex-syntax-0.6.27.crate
/regex-syntax-0.6.28.crate /regex-syntax-0.6.28.crate
/regex-syntax-0.6.29.crate /regex-syntax-0.6.29.crate
/regex-syntax-0.7.2.crate

@ -1,6 +1,6 @@
--- regex-syntax-0.6.29/Cargo.toml 1970-01-01T00:00:01+00:00 --- regex-syntax-0.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-syntax-0.6.29/Cargo.toml 2023-03-27T08:47:42.827415+00:00 +++ regex-syntax-0.7.2/Cargo.toml 2023-05-25T12:38:15.416758+00:00
@@ -18,7 +18,7 @@ @@ -19,7 +19,7 @@
homepage = "https://github.com/rust-lang/regex" homepage = "https://github.com/rust-lang/regex"
documentation = "https://docs.rs/regex-syntax" documentation = "https://docs.rs/regex-syntax"
readme = "README.md" readme = "README.md"
@ -8,4 +8,4 @@
+license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" +license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
repository = "https://github.com/rust-lang/regex" repository = "https://github.com/rust-lang/regex"
[features] [package.metadata.docs.rs]

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

@ -1 +1 @@
SHA512 (regex-syntax-0.6.29.crate) = 28a58950d15df1f0ac4ff4185c05b535e8f5bf0b75f79fad24e40e17a02570d1c9bd9cfc919eed8756a1069bc489c5fdccfd04f6b8266c83e3412b7b4bdc262e SHA512 (regex-syntax-0.7.2.crate) = 3065cec128ae6ce427d13b68066fc02357c21f7d1517c1669295f857395eea3297344fb2171c96d15dfe48050785249b7b8b8138fbe5b4a65c8427968347c128

Loading…
Cancel
Save