Update to 2.1.3

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/memchr-2.1.0.crate
/memchr-2.1.1.crate
/memchr-2.1.2.crate
/memchr-2.1.3.crate

@ -6,7 +6,7 @@
%global crate memchr
Name: rust-%{crate}
Version: 2.1.2
Version: 2.1.3
Release: 1%{?dist}
Summary: Safe interface to memchr
@ -21,9 +21,8 @@ BuildRequires: rust-packaging
BuildRequires: (crate(cfg-if/default) >= 0.1.5 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(libc) >= 0.2.18 with crate(libc) < 0.3.0)
BuildRequires: (crate(libc/use_std) >= 0.2.18 with crate(libc/use_std) < 0.3.0)
BuildRequires: (crate(version_check/default) >= 0.1.4 with crate(version_check/default) < 0.2.0)
%if %{with check}
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
%endif
%global _description \
@ -97,6 +96,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jan 19 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.3-1
- Update to 2.1.3
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 2.1.2-1
- Update to 2.1.2

@ -1 +1 @@
SHA512 (memchr-2.1.2.crate) = ba3bad3b911fdd767b6c770209e93dfc367c6228117a5d85bfa95d70ec66df9842f3cf788ac560d1255415dba49028187542000b9a71fbe79ec51a386afda38f
SHA512 (memchr-2.1.3.crate) = 95fca57233f023191da0c0abf4835c63ca38404b05c2021e1fcb910068c29321e0b89660088e1be432ed8aea2c4d53f14587e08dba0b258892f2e608606b3b57

Loading…
Cancel
Save