Update to 0.2.11

epel9
Josh Stone 7 years ago
parent 4e69d46402
commit 67ff895c17

1
.gitignore vendored

@ -5,3 +5,4 @@
/regex-0.2.7.crate /regex-0.2.7.crate
/regex-0.2.9.crate /regex-0.2.9.crate
/regex-0.2.10.crate /regex-0.2.10.crate
/regex-0.2.11.crate

@ -6,7 +6,7 @@
%global crate regex %global crate regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.10 Version: 0.2.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
@ -23,7 +23,7 @@ BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0) BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0)
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0) BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
BuildRequires: (crate(regex-syntax) >= 0.5.1 with crate(regex-syntax) < 0.6.0) BuildRequires: (crate(regex-syntax) >= 0.5.6 with crate(regex-syntax) < 0.6.0)
BuildRequires: (crate(thread_local) >= 0.3.2 with crate(thread_local) < 0.4.0) BuildRequires: (crate(thread_local) >= 0.3.2 with crate(thread_local) < 0.4.0)
BuildRequires: (crate(utf8-ranges) >= 1.0.0 with crate(utf8-ranges) < 2.0.0) BuildRequires: (crate(utf8-ranges) >= 1.0.0 with crate(utf8-ranges) < 2.0.0)
%if %{with check} %if %{with check}
@ -69,6 +69,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts} %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts}
%changelog %changelog
* Tue May 01 2018 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Fri Mar 16 2018 Josh Stone <jistone@redhat.com> - 0.2.10-1 * Fri Mar 16 2018 Josh Stone <jistone@redhat.com> - 0.2.10-1
- Update to 0.2.10 - Update to 0.2.10

@ -1 +1 @@
SHA512 (regex-0.2.10.crate) = 2f2a2c0f7ffe4c9711a689b156b732b5ba58774a0f2064a64527e1af29ad9fb8ade6580f10b52f912a9bea373422bdaa995b83d0f2620aab9280e43330953614 SHA512 (regex-0.2.11.crate) = e0f48ab9a692f7ebd83a21bc70060aed0a7dccc9aaaef6995262fa4e2e33f4404a04a217588b72025820b1a0e4697c076ad47a017e7c51cdd4b6c1909c015ead

Loading…
Cancel
Save