Update to 12.0.0

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/ripgrep-11.0.0.crate /ripgrep-11.0.0.crate
/ripgrep-11.0.1.crate /ripgrep-11.0.1.crate
/ripgrep-11.0.2.crate /ripgrep-11.0.2.crate
/ripgrep-12.0.0.crate

@ -1,6 +1,6 @@
--- ripgrep-11.0.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- ripgrep-12.0.0/Cargo.toml 2020-03-16T02:16:42+00:00
+++ ripgrep-11.0.2/Cargo.toml 2019-08-03T12:42:56.325256+00:00 +++ ripgrep-12.0.0/Cargo.toml 2020-03-17T16:00:24.232146+00:00
@@ -88,9 +88,6 @@ @@ -91,9 +91,6 @@
[features] [features]
pcre2 = ["grep/pcre2"] pcre2 = ["grep/pcre2"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global __cargo_skip_build 0 %global __cargo_skip_build 0
%global crate ripgrep %global crate ripgrep
Name: rust-%{crate} Name: rust-%{crate}
Version: 11.0.2 Version: 12.0.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Line oriented search tool using Rust's regex library Summary: Line oriented search tool using Rust's regex library
# Upstream license specification: Unlicense OR MIT # Upstream license specification: Unlicense OR MIT
@ -77,6 +77,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
%endif %endif
%changelog %changelog
* Tue Mar 17 16:49:50 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.0.0-1
- Update to 12.0.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (ripgrep-11.0.2.crate) = 8a9e75ad442bc12a6b189eca39b09e890a2bbf6d9b3b55515517c97201bea8577851da443a108fe7524ec4bbe35ea624aca9c872ab31d991baab282e7265383c SHA512 (ripgrep-12.0.0.crate) = ac09e61bd7258ecd352c1ba6e44d34e51e5cb8834fbcca0ee837505d0e5946ae276f26d81281a2b953ea20a56be39e517cca12ece9fa2b40e5c8d1b5c1c30f57

Loading…
Cancel
Save