From 419a05802c1973157a41e10f0bd34d45fb678c38 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sep 22 2016 08:41:37 +0000 Subject: Fix bz#1377596 --- diff --git a/.gitignore b/.gitignore index af52939..8b0c401 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /0.31.0-d7193e1.tar.gz /0.31.0-3675402.tar.gz /0.32.0-31e1f8c.tar.gz +/0.32.0-cda6350.tar.gz diff --git a/sources b/sources index ff4bbb8..8fb932f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e434036f26759195c17cc07c6c894a6 0.32.0-31e1f8c.tar.gz +c6d7e2913b1bd68b1f727942b187e1c7 0.32.0-cda6350.tar.gz diff --git a/the_silver_searcher.spec b/the_silver_searcher.spec index 0652d0f..9c9587b 100644 --- a/the_silver_searcher.spec +++ b/the_silver_searcher.spec @@ -1,4 +1,4 @@ -%global commit 31e1f8cb856736df254dccb62cf15e937002ef48 +%global commit cda635000a771d20905b4fa07dfc8dfef511c794 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global bashcompdir %(pkg-config --variable=completionsdir bash-completion) %if "%{bashcompdir}" == "" @@ -7,7 +7,7 @@ Name: the_silver_searcher Version: 0.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Super-fast text searching tool (ag) Group: Applications/Text License: ASL 2.0 and BSD @@ -48,9 +48,15 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name} %{_bindir}/ag %{_mandir}/man1/ag.1* %(dirname %{bashcompdir}) -%doc README.md LICENSE +%doc README.md +%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7 +%license LICENSE +%endif %changelog +* Thu Sep 22 2016 Kenjiro Nakayama - 0.32.0-2 +- Fixed bz#1377596 + * Thu Jun 30 2016 Kenjiro Nakayama - 0.32.0-1 - update to 0.32.0