diff --git a/rust-term.spec b/rust-term.spec index bf9e583..c1d2bf1 100644 --- a/rust-term.spec +++ b/rust-term.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.5.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Terminal formatting library # Upstream license specification: MIT/Apache-2.0 @@ -16,6 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{ # Initial patched metadata # * No windows # * add dirs dependency +# * Exclude CI files, https://github.com/Stebalien/term/pull/92 Patch0: term-fix-metadata.diff # https://github.com/Stebalien/term/commit/84cfdb51775b327fedf21784749d862fdffa10b4 @@ -74,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Nov 10 2018 Igor Gnatenko - 0.5.1-5 +- Exclude CI files + * Sat Nov 10 2018 Robert-André Mauchin - 0.5.1-4 - Adapt to new packaging diff --git a/term-fix-metadata.diff b/term-fix-metadata.diff index fafe8f9..dc00cc9 100644 --- a/term-fix-metadata.diff +++ b/term-fix-metadata.diff @@ -1,6 +1,10 @@ ---- term-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ term-0.5.1/Cargo.toml 2018-11-10T00:16:18.113484+01:00 -@@ -24,11 +24,11 @@ +--- term-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ term-0.5.1/Cargo.toml 2018-11-10T12:51:35.496690+01:00 +@@ -21,14 +21,15 @@ + categories = ["command-line-interface"] + license = "MIT/Apache-2.0" + repository = "https://github.com/Stebalien/term" ++exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml"] [dependencies.byteorder] version = "1.2.1"