Update to 0.2.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent d8b5711eeb
commit b649eb2ce3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/pcre2-0.1.0.crate /pcre2-0.1.0.crate
/pcre2-0.1.1.crate /pcre2-0.1.1.crate
/pcre2-0.2.0.crate /pcre2-0.2.0.crate
/pcre2-0.2.1.crate

@ -5,8 +5,8 @@
%global crate pcre2 %global crate pcre2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.0 Version: 0.2.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: High level wrapper library for PCRE2 Summary: High level wrapper library for PCRE2
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -70,15 +70,13 @@ which use "default" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifarch ppc64le %cargo_test
# https://github.com/BurntSushi/rust-pcre2/issues/8
%cargo_test || :
%else
%cargo_test
%endif
%endif %endif
%changelog %changelog
* Sun Jun 09 15:18:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
- Update to 0.2.1
* Sun Jun 09 11:33:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-2 * Sun Jun 09 11:33:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-2
- Regenerate - Regenerate

@ -1 +1 @@
SHA512 (pcre2-0.2.0.crate) = c8d6aa4e357c9b5cc7e8d527a0d0a605378f975f41fe0a5f4996175be1f620e8446bc7e6135927b50bf3687618671ca85bb2a67314b78989818efe30d25d3521 SHA512 (pcre2-0.2.1.crate) = 6e9a0d60c8bc633d4f19fbbb3934f86bd95e34dcfec8aad55dae5ebe4ed854dcb42ad265f4b0ed5c1a8683a032268bb38b2c3899d25428311cebf97789c62d0a

Loading…
Cancel
Save