Exclude just python file

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

@ -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 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 @@ @@ -21,5 +21,6 @@
categories = ["encoding"] categories = ["encoding"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/sharkdp/content_inspector" repository = "https://github.com/sharkdp/content_inspector"
+exclude = ["/testdata/*"] +exclude = ["/testdata/create_text_files.py"]
[dependencies.memchr] [dependencies.memchr]
version = "2" version = "2"

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.4 Version: 0.2.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Fast inspection of binary buffers to guess/determine the encoding Summary: Fast inspection of binary buffers to guess/determine the encoding
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -69,5 +69,11 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.4-2
- Exclude just python file
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.4-1
- Update to 0.2.4
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1 * Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
- Initial package - Initial package

Loading…
Cancel
Save