[the_silver_searcher] Update to 0.29.1

KenjiroNakayama kenjiro at fedoraproject.org
Mon Feb 16 00:37:11 UTC 2015


commit 0e7dae8f9e2c02cc6ecfdf44d353a08d7a710ed3
Author: Kenjiro Nakayama <nakayamakenjiro at gmail.com>
Date:   Mon Feb 16 09:36:56 2015 +0900

    Update to 0.29.1

 .gitignore               |    1 +
 sources                  |    2 +-
 the_silver_searcher.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7037d39..3bf820c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /0.25.0-7e212a4.tar.gz
 /0.26.0-bbb112a.tar.gz
 /0.27.0-45b670b.tar.gz
+/0.29.1-803700e.tar.gz
diff --git a/sources b/sources
index 4aa0fe1..7b978bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44d4c611b55d3c687b34143bb8eafa36  0.27.0-45b670b.tar.gz
+dbe2b861e92f35234a21f655726a901a  0.29.1-803700e.tar.gz
diff --git a/the_silver_searcher.spec b/the_silver_searcher.spec
index 2552f0f..1363184 100644
--- a/the_silver_searcher.spec
+++ b/the_silver_searcher.spec
@@ -1,9 +1,9 @@
-%global commit 45b670b9f69c96758bb3f3e92ed8d3b4e150a58c
+%global commit 803700e21f1f557ee41e14b01525045289d2b15c
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion)
 
 Name:           the_silver_searcher
-Version:        0.27.0
+Version:        0.29.1
 Release:        1%{?dist}
 Summary:        Super-fast text searching tool (ag)
 Group:          Applications/Text
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
 %doc README.md LICENSE
 
 %changelog
+* Mon Feb 16 2015 Kenjiro Nakayama <nakayamakenjiro at gmail.com> - 0.29.1-1
+- update to 0.29.1
+
 * Mon Dec 15 2014 Kenjiro Nakayama <nakayamakenjiro at gmail.com> - 0.27.0-1
 - update to 0.27.0
 


More information about the scm-commits mailing list