update to version 0.1.10

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/regex-automata-0.1.7.crate
/regex-automata-0.1.8.crate
/regex-automata-0.1.9.crate
/regex-automata-0.1.10.crate

@ -1,8 +1,8 @@
--- regex-automata-0.1.9/Cargo.toml 2020-03-09T00:15:16+00:00
+++ regex-automata-0.1.9/Cargo.toml 2020-03-10T17:29:40.750809+00:00
--- regex-automata-0.1.10/Cargo.toml 1970-01-01T00:00:00+00:00
+++ regex-automata-0.1.10/Cargo.toml 2021-06-01T21:48:33.720241+00:00
@@ -14,7 +14,7 @@
name = "regex-automata"
version = "0.1.9"
version = "0.1.10"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
-exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate regex-automata
Name: rust-%{crate}
Version: 0.1.9
Release: 4%{?dist}
Version: 0.1.10
Release: 1%{?dist}
Summary: Automata construction and matching using regular expressions
# Upstream license specification: Unlicense/MIT
@ -98,6 +98,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jun 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
- Update to version 0.1.10.
- Fixes RHBZ#1966668
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-automata-0.1.9.crate) = 53323733dc2f8c47ec33b5b3aefacac3a0042cff80c59c3a05ee02b581671dd9a6ebf6b0b5eeddf9cd249662731cabf5a684553daeff440bf8d1d4d296afbeb0
SHA512 (regex-automata-0.1.10.crate) = 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f

Loading…
Cancel
Save