From 5bb5128a0bdabff2eb48b67d0fbc6f5265edae40 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 04 2018 17:27:19 +0000 Subject: Exclude just python file Signed-off-by: Igor Gnatenko --- diff --git a/content_inspector-fix-metadata.diff b/content_inspector-fix-metadata.diff index cbf9302..c4aac6a 100644 --- a/content_inspector-fix-metadata.diff +++ b/content_inspector-fix-metadata.diff @@ -1,9 +1,9 @@ --- 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 ++++ content_inspector-0.2.4/Cargo.toml 2018-11-04T18:26:23.122177+01:00 @@ -21,5 +21,6 @@ categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/content_inspector" -+exclude = ["/testdata/*"] ++exclude = ["/testdata/create_text_files.py"] [dependencies.memchr] version = "2" diff --git a/rust-content_inspector.spec b/rust-content_inspector.spec index dea7e3e..c2def04 100644 --- a/rust-content_inspector.spec +++ b/rust-content_inspector.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast inspection of binary buffers to guess/determine the encoding # Upstream license specification: MIT/Apache-2.0 @@ -69,5 +69,11 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Nov 04 2018 Igor Gnatenko - 0.2.4-2 +- Exclude just python file + +* Sun Nov 04 2018 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + * Sun Nov 04 2018 Igor Gnatenko - 0.2.3-1 - Initial package