Compare commits

..

8 Commits

Author SHA1 Message Date
Fabio Valentini 75b093d688
Update to version 0.8.2; Fixes RHBZ#2242957
1 year ago
Fabio Valentini 3e8ac25c49
Update to version 0.7.5; Fixes RHBZ#2235099
2 years ago
Fabio Valentini 78d9939128
Update to version 0.7.4; Fixes RHBZ#2219814
2 years ago
Fabio Valentini e0a5cd0cd7
Update to version 0.7.2; Fixes RHBZ#2188501
2 years ago
Fabio Valentini a2639b14ee
Update to version 0.6.29; Fixes RHBZ#2180503
2 years ago
Fabio Valentini 41ed46f03e
Update to version 0.6.28; Fixes RHBZ#2140337
2 years ago
Fabio Valentini ab046025ce
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits c66b5ae09f
Rebuild
3 years ago

3
.gitignore vendored

@ -35,6 +35,3 @@
/regex-syntax-0.7.4.crate /regex-syntax-0.7.4.crate
/regex-syntax-0.7.5.crate /regex-syntax-0.7.5.crate
/regex-syntax-0.8.2.crate /regex-syntax-0.8.2.crate
/regex-syntax-0.8.3.crate
/regex-syntax-0.8.4.crate
/regex-syntax-0.8.5.crate

@ -1,6 +1,6 @@
--- regex-syntax-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- regex-syntax-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ regex-syntax-0.8.5/Cargo.toml 2024-10-04T17:23:01.461728+00:00 +++ regex-syntax-0.8.2/Cargo.toml 2023-10-14T19:36:28.020580+00:00
@@ -26,7 +26,7 @@ @@ -21,7 +21,7 @@
description = "A regular expression parser." description = "A regular expression parser."
documentation = "https://docs.rs/regex-syntax" documentation = "https://docs.rs/regex-syntax"
readme = "README.md" readme = "README.md"

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex-syntax %global crate regex-syntax
Name: rust-regex-syntax Name: rust-regex-syntax
Version: 0.8.5 Version: 0.8.2
Release: %autorelease Release: %autorelease
Summary: Regular expression parser Summary: Regular expression parser

@ -1,5 +0,0 @@
[package]
cargo-toml-patch-comments = [
"add missing Unicode license terms to crate metadata: https://github.com/rust-lang/regex/discussions/933",
]

@ -1 +1 @@
SHA512 (regex-syntax-0.8.5.crate) = 549d8d130fea9ec0d5806126f57f31d433f50e9328c5532ad417c44bb5488ec0d20acb0983dbe54dabaa0b453cbea4533cf7baac7144df119e8f78dfe55c5ab8 SHA512 (regex-syntax-0.8.2.crate) = 301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a92999964dcaf3177edda51abeb576811ad6cab9772964dc0a77e728

Loading…
Cancel
Save