Update to version 0.8.2; Fixes RHBZ#2242957

epel10
Fabio Valentini 1 year ago
parent 6925ce9c63
commit c2cda43fb7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -34,3 +34,4 @@
/regex-syntax-0.7.3.crate
/regex-syntax-0.7.4.crate
/regex-syntax-0.7.5.crate
/regex-syntax-0.8.2.crate

@ -1,5 +1,5 @@
--- regex-syntax-0.7.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-syntax-0.7.5/Cargo.toml 2023-08-26T21:55:53.416662+00:00
--- regex-syntax-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-syntax-0.8.2/Cargo.toml 2023-10-14T19:36:28.020580+00:00
@@ -21,7 +21,7 @@
description = "A regular expression parser."
documentation = "https://docs.rs/regex-syntax"

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate regex-syntax
Name: rust-regex-syntax
Version: 0.7.5
Version: 0.8.2
Release: %autorelease
Summary: Regular expression parser
@ -17,7 +17,7 @@ Source: %{crates_source}
# https://github.com/rust-lang/regex/discussions/933
Patch: regex-syntax-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A regular expression parser.}
@ -173,7 +173,7 @@ use the "unicode-segment" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (regex-syntax-0.7.5.crate) = 6388dbf68c8c86d8a5bd8cfb13a86e9ab2da1a339fd607c1a16848f85dd21c85d744d694c7b918954ea27eeefc90b589926c9da464343fb78ab639a5e2925efd
SHA512 (regex-syntax-0.8.2.crate) = 301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a92999964dcaf3177edda51abeb576811ad6cab9772964dc0a77e728

Loading…
Cancel
Save