Update to 0.1.3

epel9
Josh Stone 6 years ago
parent 684dabc044
commit d2f2810b52

1
.gitignore vendored

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

@ -6,20 +6,20 @@
%global crate grep-pcre2 %global crate grep-pcre2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.2 Version: 0.1.3
Release: 4%{?dist} Release: 1%{?dist}
Summary: Use PCRE2 with the 'grep' crate Summary: Use PCRE2 with the 'grep' crate
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/grep-pcre2 URL: https://crates.io/crates/grep-pcre2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(grep-matcher/default) >= 0.1.1 with crate(grep-matcher/default) < 0.2.0) BuildRequires: (crate(grep-matcher/default) >= 0.1.2 with crate(grep-matcher/default) < 0.2.0)
BuildRequires: (crate(pcre2/default) >= 0.1.1 with crate(pcre2/default) < 0.2.0) BuildRequires: (crate(pcre2/default) >= 0.2.0 with crate(pcre2/default) < 0.3.0)
%global _description \ %global _description \
Use PCRE2 with the 'grep' crate. Use PCRE2 with the 'grep' crate.
@ -53,7 +53,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -68,6 +68,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.1.3-1
- Update to 0.1.3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-pcre2-0.1.2.crate) = 818cf91ffa1d74e53378d72fc5cddb72636e63f412f7ebe6924284cf88bd2d7b4b06db71f272b54b01f850d0e8412c49b9201d368eb10125f420fdcb0b7cc86e SHA512 (grep-pcre2-0.1.3.crate) = 49777885abbf028ac7845d76faf4d1f566d7551e71cdd9788bcc237f110d1f77fb438c42e965ec0b3b2943022acf0fd1b28f7b6e5ed3bf20525476eb9e9aa749

Loading…
Cancel
Save