Update to 0.1.4

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/grep-pcre2-0.1.2.crate
/grep-pcre2-0.1.3.crate
/grep-pcre2-0.1.4.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate grep-pcre2
Name: rust-%{crate}
Version: 0.1.3
Release: 5%{?dist}
Version: 0.1.4
Release: 1%{?dist}
Summary: Use PCRE2 with the 'grep' crate
# Upstream license specification: Unlicense/MIT
@ -38,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}
@ -50,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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 17 16:27:41 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Update to 0.1.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-pcre2-0.1.3.crate) = 49777885abbf028ac7845d76faf4d1f566d7551e71cdd9788bcc237f110d1f77fb438c42e965ec0b3b2943022acf0fd1b28f7b6e5ed3bf20525476eb9e9aa749
SHA512 (grep-pcre2-0.1.4.crate) = 607453d7f5c80a4cc431c9ec8a14c647ddf96cd785158c2a554482b6f37964a8508a0e64300eab1bb2f789360bd92687b83fd6c757bd0cad7542bc0b49cfb678

Loading…
Cancel
Save