update to 0.33.0

This commit is contained in:
Kenjiro Nakayama 2016-11-03 13:47:43 +09:00
parent 8defa8ee16
commit eaf0e528f2
5 changed files with 8 additions and 31 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/0.31.0-3675402.tar.gz
/0.32.0-31e1f8c.tar.gz
/0.32.0-cda6350.tar.gz
/0.33.0-944e011.tar.gz

View File

@ -1,25 +0,0 @@
[ the_silver_searcher-0.32.0-2.el6 ]
# bugfix, security, enhancement, newpackage (required)
type=bugfix
# testing, stable
request=testing
# Bug numbers: 1234,9876
bugs=1377596
# Here is where you give an explanation of your update.
notes=Fixed bz#1377596 (v2)
# Enable request automation based on the stable/unstable karma thresholds
autokarma=True
stable_karma=3
unstable_karma=-3
# Automatically close bugs when this marked as stable
close_bugs=True
# Suggest that users restart after update
suggest_reboot=False

2
clog
View File

@ -1,2 +0,0 @@
Fixed bz#1377596

View File

@ -1 +1 @@
c6d7e2913b1bd68b1f727942b187e1c7 0.32.0-cda6350.tar.gz
350164f24283b3596e7c7a034b3f5329 0.33.0-944e011.tar.gz

View File

@ -1,4 +1,4 @@
%global commit cda635000a771d20905b4fa07dfc8dfef511c794
%global commit 944e0111e29e399c92c8b30f8011213971fbffb3
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global bashcompdir %(pkg-config --variable=completionsdir bash-completion)
%if "%{bashcompdir}" == ""
@ -6,8 +6,8 @@
%endif
Name: the_silver_searcher
Version: 0.32.0
Release: 3%{?dist}
Version: 0.33.0
Release: 1%{?dist}
Summary: Super-fast text searching tool (ag)
Group: Applications/Text
License: ASL 2.0 and BSD
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
%endif
%changelog
* Thu Nov 3 2016 Kenjiro Nakayama <nakayamakenjiro@gmail.com> - 0.33.0-1
- update to 0.33.0
* Thu Sep 22 2016 Kenjiro Nakayama <nakayamakenjiro@gmail.com> - 0.32.0-3
- Fixed bz#1377596