Update to version 1.7.0; Fixes RHBZ#2140336

epel9
Fabio Valentini 2 years ago
parent df2d7dc599
commit 4b39ef8411
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -36,3 +36,4 @@
/regex-1.5.5.crate
/regex-1.5.6.crate
/regex-1.6.0.crate
/regex-1.7.0.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate regex
Name: rust-%{crate}
Version: 1.6.0
Name: rust-regex
Version: 1.7.0
Release: %autorelease
Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/regex
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (regex-1.6.0.crate) = b4861c9cc13d6fb224f67057fd3522f04576591b3d7ae0d3581dce42ca2b2bff96860cf2a7f4dfab00e46a1d29e6473f6723c4aeb02e34ed6d5f205b66f07876
SHA512 (regex-1.7.0.crate) = 974c15a593d86c33e0bb34f7a67957fe96dec07b3752f2b6b968d657845f5d2342a5ee9ec1359109c43e4f46c9b2b2b678d59f7b752455a0ab1435c1fa56ca3c

Loading…
Cancel
Save