Update to 0.2.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 8f4cab00e2
commit 4034866356
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/grep-0.1.8.crate
/grep-0.1.9.crate
/grep-0.2.2.crate
/grep-0.2.3.crate

@ -1,5 +1,5 @@
--- grep-0.2.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ grep-0.2.2/Cargo.toml 2018-09-08T14:29:57.428471+02:00
--- grep-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ grep-0.2.3/Cargo.toml 2018-09-09T00:04:18.530025+02:00
@@ -39,17 +39,6 @@
[dependencies.grep-searcher]

@ -5,7 +5,7 @@
%global crate grep
Name: rust-%{crate}
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: Fast line oriented regex searching as a library
@ -15,7 +15,7 @@ URL: https://crates.io/crates/grep
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No SIMD
# * Remove unneeded deps, https://github.com/BurntSushi/ripgrep/pull/1043<Paste>
# * Remove unneeded deps, https://github.com/BurntSushi/ripgrep/pull/1043
Patch0: grep-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -24,7 +24,7 @@ BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(grep-cli) >= 0.1.1 with crate(grep-cli) < 0.2.0)
BuildRequires: (crate(grep-matcher) >= 0.1.1 with crate(grep-matcher) < 0.2.0)
BuildRequires: (crate(grep-pcre2) >= 0.1.1 with crate(grep-pcre2) < 0.2.0)
BuildRequires: (crate(grep-pcre2) >= 0.1.2 with crate(grep-pcre2) < 0.2.0)
BuildRequires: (crate(grep-printer) >= 0.1.1 with crate(grep-printer) < 0.2.0)
BuildRequires: (crate(grep-regex) >= 0.1.1 with crate(grep-regex) < 0.2.0)
BuildRequires: (crate(grep-searcher) >= 0.1.1 with crate(grep-searcher) < 0.2.0)
@ -68,6 +68,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sun Sep 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
- Update to 0.2.3
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-1
- Update to 0.2.2

@ -1 +1 @@
SHA512 (grep-0.2.2.crate) = de4bc3931921884c06cf53bcca6e0fa9b08c703bc9eea5446fc7b2bdddd7ba444feda545f48f323f6f60a6e2a11edeffe511e4b8afe020ed16eec1d1b3efd35f
SHA512 (grep-0.2.3.crate) = b22dfdc06cf0ea10ab6d8ee0dbbc5d769e4015017f73609f3fa978da98e882a97af9890e6acd058ca8887713f10f8b02dc699e1980f5efafe7b8dec0c8cbb5b3

Loading…
Cancel
Save