update to version 6.1.1

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/onig-5.0.0.crate /onig-5.0.0.crate
/onig-6.0.0.crate /onig-6.0.0.crate
/onig-6.1.0.crate /onig-6.1.0.crate
/onig-6.1.1.crate

@ -1,5 +1,5 @@
--- onig-6.1.0/Cargo.toml 2020-09-09T17:48:59+00:00 --- onig-6.1.1/Cargo.toml 2020-11-22T10:29:59+00:00
+++ onig-6.1.0/Cargo.toml 2020-09-23T15:25:47.722679+00:00 +++ onig-6.1.1/Cargo.toml 2020-11-29T18:07:07.950070+00:00
@@ -35,5 +35,3 @@ @@ -35,5 +35,3 @@
posix-api = ["onig_sys/posix-api"] posix-api = ["onig_sys/posix-api"]
print-debug = ["onig_sys/print-debug"] print-debug = ["onig_sys/print-debug"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate onig %global crate onig
Name: rust-%{crate} Name: rust-%{crate}
Version: 6.1.0 Version: 6.1.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust bindings for the Oniguruma regular expression library Summary: Rust bindings for the Oniguruma regular expression library
@ -128,6 +128,9 @@ which use "std-pattern" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 6.1.1-1
- Update to version 6.1.1.
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 6.1.0-1 * Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 6.1.0-1
- Update to version 6.1.0. - Update to version 6.1.0.

@ -1 +1 @@
SHA512 (onig-6.1.0.crate) = 8f08ddbb48ea0e75a8dd8d788dfcc6f88773c5cb44a93f42df8b32bcef8279e6d8280314a096950aa5cfeef17c881b509d5136de69fd805604a0ebce69921475 SHA512 (onig-6.1.1.crate) = 4d754f05a3612486f6730f850956a041f1fb8ff723fd512acd0a8a0a4a2c8be2b98cd6f7b6a882947d3b368bdb5822241e55a87eef331de80c375433d326a864

Loading…
Cancel
Save