Update to 0.2.5

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/grep-0.2.2.crate /grep-0.2.2.crate
/grep-0.2.3.crate /grep-0.2.3.crate
/grep-0.2.4.crate /grep-0.2.4.crate
/grep-0.2.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate grep %global crate grep
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.4 Version: 0.2.5
Release: 5%{?dist} Release: 1%{?dist}
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license COPYING UNLICENSE LICENSE-MIT %license COPYING UNLICENSE LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %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 %package -n %{name}+avx-accel-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "avx-accel" feature of "%{crate}" crate. which use "avx-accel" feature of "%{crate}" crate.
%files -n %{name}+avx-accel-devel %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}+grep-pcre2-devel %package -n %{name}+grep-pcre2-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "grep-pcre2" feature of "%{crate}" crate. which use "grep-pcre2" feature of "%{crate}" crate.
%files -n %{name}+grep-pcre2-devel %files -n %{name}+grep-pcre2-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pcre2-devel %package -n %{name}+pcre2-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "pcre2" feature of "%{crate}" crate. which use "pcre2" feature of "%{crate}" crate.
%files -n %{name}+pcre2-devel %files -n %{name}+pcre2-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+simd-accel-devel %package -n %{name}+simd-accel-devel
Summary: %{summary} Summary: %{summary}
@ -98,7 +98,7 @@ This package contains library source intended for building other packages
which use "simd-accel" feature of "%{crate}" crate. which use "simd-accel" feature of "%{crate}" crate.
%files -n %{name}+simd-accel-devel %files -n %{name}+simd-accel-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -119,6 +119,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Mar 17 16:44:38 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.5-1
- Update to 0.2.5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-5 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-0.2.4.crate) = c6983df9dcc268bc9835173189afc28ffec9dd234a0949389a40629e5644707b7c1b90025882c2580cc5f963fc4902070b191ecc6cacd602fa4c140ee8bdfbd1 SHA512 (grep-0.2.5.crate) = 11bc94251db60666c5ab585b03df16ef15d064d85da57e03204311a8b346d91c172ac34b2f4b100bee6546f7672cacc5ceb3e8053099d3b287646b523882e584

Loading…
Cancel
Save