Update to 0.2.4

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

1
.gitignore vendored

@ -1 +1,2 @@
/content_inspector-0.2.3.crate
/content_inspector-0.2.4.crate

@ -1,5 +1,5 @@
--- content_inspector-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ content_inspector-0.2.3/Cargo.toml 2018-11-04T17:18:34.920543+01:00
--- content_inspector-0.2.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ content_inspector-0.2.4/Cargo.toml 2018-11-04T17:36:34.805772+01:00
@@ -21,5 +21,6 @@
categories = ["encoding"]
license = "MIT/Apache-2.0"

@ -5,11 +5,10 @@
%global crate content_inspector
Name: rust-%{crate}
Version: 0.2.3
Version: 0.2.4
Release: 1%{?dist}
Summary: Fast inspection of binary buffers to guess/determine the encoding
# https://github.com/sharkdp/content_inspector/issues/3
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/content_inspector
@ -38,6 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/

@ -1 +1 @@
SHA512 (content_inspector-0.2.3.crate) = 2dac080f2834a3539d761407ab7238472da3cfc268c1828829154ff7022c135c397c81c11cb3f3ceeb99fcbf4c31f29fa1432c2eddd7e16931dd65cdd91b586f
SHA512 (content_inspector-0.2.4.crate) = 1acb8b4f12ce3479f5a60b7b6a0c05b86548591e488e7be529c4a2f9aaa60a76ed07e7ce1e557664d31ddd9964e7f73415ad667cd14ada919f61511bf486ed6f

Loading…
Cancel
Save