Update to 2.1.1

epel9
Josh Stone 6 years ago
parent 5b6036e710
commit d120e8a40f

1
.gitignore vendored

@ -2,3 +2,4 @@
/memchr-2.0.1.crate
/memchr-2.0.2.crate
/memchr-2.1.0.crate
/memchr-2.1.1.crate

@ -1,10 +0,0 @@
--- memchr-2.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ memchr-2.1.0/Cargo.toml 2018-10-27T22:44:54.476194+02:00
@@ -21,6 +21,7 @@
keywords = ["memchr", "char", "scan", "strchr", "string"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/rust-memchr"
+exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml", "/ctags.rust", "/session.vim"]
[profile.test]
opt-level = 3

@ -6,17 +6,14 @@
%global crate memchr
Name: rust-%{crate}
Version: 2.1.0
Release: 2%{?dist}
Version: 2.1.1
Release: 1%{?dist}
Summary: Safe interface to memchr
# Upstream license specification: Unlicense/MIT
License: Unlicense or MIT
URL: https://crates.io/crates/memchr
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Exclude CI files, https://github.com/BurntSushi/rust-memchr/pull/39
Patch0: memchr-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -100,6 +97,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 03 2018 Josh Stone <jistone@redhat.com> - 2.1.1-1
- Update to 2.1.1
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.0-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (memchr-2.1.0.crate) = 6de3056b5fcdf08fcfda34be710d2f4ea326f056450a78a4fd096e5742cc40662d3003f3ef6ced26687dcee7591f5a8323d14df2cc286d732b1b22f05424c476
SHA512 (memchr-2.1.1.crate) = 62f8ff395a695416b147c600de62aa7acd4dc47aa195fe78001dce7ad13afec45608a1e1f69999048806acf97f8ae61a449caa16115062b0070f2a965b2b12f8

Loading…
Cancel
Save