Update to 12.1.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 165d460086
commit 3977c9d859
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -9,3 +9,4 @@
/ripgrep-12.0.0.crate
/ripgrep-12.0.1.crate
/ripgrep-12.1.0.crate
/ripgrep-12.1.1.crate

@ -1,5 +1,5 @@
--- ripgrep-12.1.0/Cargo.toml 2020-05-09T15:39:15+00:00
+++ ripgrep-12.1.0/Cargo.toml 2020-05-10T08:02:13.638340+00:00
--- ripgrep-12.1.1/Cargo.toml 2020-05-29T13:53:06+00:00
+++ ripgrep-12.1.1/Cargo.toml 2020-05-29T16:35:53.608316+00:00
@@ -91,6 +91,3 @@
[features]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global __cargo_skip_build 0
%global crate ripgrep
Name: rust-%{crate}
Version: 12.1.0
Version: 12.1.1
Release: 1%{?dist}
Summary: Line oriented search tool using Rust's regex library
@ -31,7 +31,6 @@ support on Windows, macOS and Linux.}
%package -n %{crate}
Summary: %{summary}
# Install all deps (without check), grab their licenses and make it simple
# * ASL 2.0 or Boost
# * ASL 2.0 or MIT
# * MIT
@ -84,6 +83,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
%endif
%changelog
* Fri May 29 18:35:53 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.1.1-1
- Update to 12.1.1
* Sun May 10 10:02:13 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.1.0-1
- Update to 12.1.0

@ -1 +1 @@
SHA512 (ripgrep-12.1.0.crate) = a27907361bed2828a7c2ef058aa7164293973f2a2a87725fd939dacd60c69cad53f1e61127f46d7955f51ed598813f12a98facc37d29a7c20bf96e4855595e91
SHA512 (ripgrep-12.1.1.crate) = 8468da0174e72af1a408f026ccf0bedd3aed744d7aa73399a658c55cfd5f850fffd6013686372c5d7d162f2817e336c2f30bc4768054a1fc349a19908ed43938

Loading…
Cancel
Save