Update to version 1.7.3; Fixes RHBZ#2180502

epel9
Fabio Valentini 2 years ago
parent cb209dbc50
commit 8ca47ac663
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -38,3 +38,4 @@
/regex-1.6.0.crate
/regex-1.7.0.crate
/regex-1.7.1.crate
/regex-1.7.3.crate

@ -1,3 +0,0 @@
# rust-regex
The rust-regex package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate regex
Name: rust-regex
Version: 1.7.1
Version: 1.7.3
Release: %autorelease
Summary: Implementation of regular expressions for Rust
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Implementation of regular expressions for Rust. This implementation uses finite
automata and guarantees linear time matching on all inputs.}
An implementation of regular expressions for Rust. This implementation
uses finite automata and guarantees linear time matching on all inputs.}
%description %{_description}

@ -1 +1 @@
SHA512 (regex-1.7.1.crate) = ee19bc6d24b981a151324ad4115488383227ec33dfba0225b35b6252f0d363b8d906db59a45170139c7a687fe681a983c2392d2921c7365db38c7c0e9745066f
SHA512 (regex-1.7.3.crate) = f7e8dbcfaa10c2443b9a6dfa514edf0e149d33f1a135e4a828adf97dbb0f1af5a4b58a2bad75ea8cbecb9641f499b30ed06b8ba60c7eaba79409ca18ede85e4f

Loading…
Cancel
Save