Update to 0.31.0
This commit is contained in:
parent
d0de904a26
commit
c0e38c29bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/0.27.0-45b670b.tar.gz
|
||||
/0.29.1-803700e.tar.gz
|
||||
/0.30.0-c81622c.tar.gz
|
||||
/0.31.0-d7193e1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
93cf3cb182ef45fd0a223f7536bbd09d 0.30.0-c81622c.tar.gz
|
||||
17b93e155cda9f6d50e17cffb44ee8b3 0.31.0-d7193e1.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global commit c81622c5c5313c05eab2da3b5eca6c118b74369e
|
||||
%global commit d7193e13a7f8f9fe9732e1f546a39e45d3925eb3
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global bashcompdir %(pkg-config --variable=completionsdir bash-completion)
|
||||
|
||||
Name: the_silver_searcher
|
||||
Version: 0.30.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.31.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Super-fast text searching tool (ag)
|
||||
Group: Applications/Text
|
||||
License: ASL 2.0 and BSD
|
||||
@ -46,8 +46,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||
%doc README.md LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
* Tue Dec 29 2015 Kenjiro Nakayama <nakayamakenjiro@gmail.com> - 0.31.0-1
|
||||
- update to 0.31.0
|
||||
|
||||
* Thu May 07 2015 Kenjiro Nakayama <nakayamakenjiro@gmail.com> - 0.30.0-1
|
||||
- update to 0.30.0
|
||||
|
Loading…
Reference in New Issue
Block a user