update to version 6.1.0

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/onig-4.3.2.crate
/onig-5.0.0.crate
/onig-6.0.0.crate
/onig-6.1.0.crate

@ -1,5 +1,5 @@
--- onig-6.0.0/Cargo.toml 2020-05-16T10:48:49+00:00
+++ onig-6.0.0/Cargo.toml 2020-05-23T19:23:13.209862+00:00
--- onig-6.1.0/Cargo.toml 2020-09-09T17:48:59+00:00
+++ onig-6.1.0/Cargo.toml 2020-09-23T15:25:47.722679+00:00
@@ -35,5 +35,3 @@
posix-api = ["onig_sys/posix-api"]
print-debug = ["onig_sys/print-debug"]

@ -5,9 +5,9 @@
%global crate onig
Name: rust-%{crate}
Version: 6.0.0
Release: 2%{?dist}
Summary: Set of rust bindings for the oniguruma regular expression library
Version: 6.1.0
Release: 1%{?dist}
Summary: Rust bindings for the Oniguruma regular expression library
# Upstream license specification: MIT
License: MIT
@ -128,6 +128,9 @@ which use "std-pattern" feature of "%{crate}" crate.
%endif
%changelog
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 6.1.0-1
- Update to version 6.1.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (onig-6.0.0.crate) = f5ab1586c23a96b813300d0478c6f4d401f3a6e44c562f72cc251225374811d3d89ec77b2660a10b5b52d71e4c1656f1f9fb9ab640d227af308401162663be69
SHA512 (onig-6.1.0.crate) = 8f08ddbb48ea0e75a8dd8d788dfcc6f88773c5cb44a93f42df8b32bcef8279e6d8280314a096950aa5cfeef17c881b509d5136de69fd805604a0ebce69921475

Loading…
Cancel
Save