Update to 0.1.7

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/grep-searcher-0.1.4.crate
/grep-searcher-0.1.5.crate
/grep-searcher-0.1.6.crate
/grep-searcher-0.1.7.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate grep-searcher
Name: rust-%{crate}
Version: 0.1.6
Release: 3%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Fast line oriented regex searching as a library
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
URL: https://crates.io/crates/grep-searcher
Source: %{crates_source}
# Initial patched metadata
# - Bump bytecount to 0.6 https://github.com/BurntSushi/ripgrep/pull/1377
Patch0: grep-searcher-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -41,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license UNLICENSE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+avx-accel-devel
Summary: %{summary}
@ -65,7 +62,7 @@ This package contains library source intended for building other packages
which use "avx-accel" feature of "%{crate}" crate.
%files -n %{name}+avx-accel-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
@ -77,7 +74,7 @@ This package contains library source intended for building other packages
which use "simd-accel" feature of "%{crate}" crate.
%files -n %{name}+simd-accel-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -98,6 +95,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 17 16:29:36 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-searcher-0.1.6.crate) = 00479f0c9a5f9a6206a6e5f299f652b40e74025c074f8b3c0755386f8ec2f12cd8f6b384d425a17e945abc7196c6e10e18199ea6090b8d03f25fb018466b3da4
SHA512 (grep-searcher-0.1.7.crate) = 2c32ac1fca430b0ec740c6f60d92954af81f30349865a04affa83959ba2ed04285aac31c4ec1913a03913037469b49bfe2607c887315ac32390d2f293876cc33

Loading…
Cancel
Save