Update to 0.1.3

epel9
Josh Stone 6 years ago
parent 00bd1f2f1d
commit 97ec22d116

1
.gitignore vendored

@ -1,2 +1,3 @@
/grep-regex-0.1.1.crate /grep-regex-0.1.1.crate
/grep-regex-0.1.2.crate /grep-regex-0.1.2.crate
/grep-regex-0.1.3.crate

@ -6,7 +6,7 @@
%global crate grep-regex %global crate grep-regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.2 Version: 0.1.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Use Rust's regex library with the 'grep' crate Summary: Use Rust's regex library with the 'grep' crate
@ -18,7 +18,8 @@ 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(aho-corasick/default) >= 0.7.3 with crate(aho-corasick/default) < 0.8.0)
BuildRequires: (crate(grep-matcher/default) >= 0.1.2 with crate(grep-matcher/default) < 0.2.0)
BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0) BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
BuildRequires: (crate(regex-syntax/default) >= 0.6.5 with crate(regex-syntax/default) < 0.7.0) BuildRequires: (crate(regex-syntax/default) >= 0.6.5 with crate(regex-syntax/default) < 0.7.0)
BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
@ -72,6 +73,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 16 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1 * Sat Feb 16 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1
- Update to 0.1.2 - Update to 0.1.2

@ -1 +1 @@
SHA512 (grep-regex-0.1.2.crate) = 4ccaeda895b554969398dd1875e486b1994c7ef539277e5f4f30549b8d65a18228a48a5375ade1638ad7c26fd79d57ef0273e6d1b14dc285d9690bd63572872d SHA512 (grep-regex-0.1.3.crate) = 9d84fbbd703653a671340d1ba812331841d1c446f00170bfbe7df7775b9eb398693dea19c55db4a7d0f69de226d7ab73866519a81dfaebb65867a6597891f4d4

Loading…
Cancel
Save