Update to 1.2.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 6fc42115af
commit 6c1dde71c2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -19,3 +19,4 @@
/regex-1.1.7.crate
/regex-1.1.8.crate
/regex-1.1.9.crate
/regex-1.2.0.crate

@ -5,8 +5,8 @@
%global crate regex
Name: rust-%{crate}
Version: 1.1.9
Release: 2%{?dist}
Version: 1.2.0
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT/Apache-2.0
@ -108,6 +108,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jul 28 21:14:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-1.1.9.crate) = 550a062637075525b6898cf6c710ab1adadeba17480bdc9c59f02ac504f390f1042ca6e89a6c0f4abc583856ca2b7e2387c53de41d1060cec23b9050b2f78c71
SHA512 (regex-1.2.0.crate) = ed4317e4b91b91b4807daa56d8070a5cba5f99ecbaa23b78b92438d19415f38dc1befb11e8b5ade63cd1b392fb83778350583cf531c374303c6f3405e6b4784d

Loading…
Cancel
Save