Skip to content

Commit

Permalink
Automatic commit of package [tracer] release [0.6.10-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 1, 2016
1 parent 808dead commit 9f14b78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rel-eng/packages/tracer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.9-1 ./
0.6.10-1 ./
8 changes: 7 additions & 1 deletion tracer.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tracer
Version: 0.6.9
Version: 0.6.10
Release: 1%{?dist}
Summary: Finds outdated running applications in your system

Expand Down Expand Up @@ -125,6 +125,12 @@ make DESTDIR=%{buildroot}/usr/share/ mo


%changelog
* Mon Aug 01 2016 Jakub Kadlčík <frostyx@email.cz> 0.6.10-1
- Split RPM package into separate python2 and python3 subpackages
(frostyx@email.cz)
- Fix localization errors from exception texts (frostyx@email.cz)
- Release for F23, F24 and rawhide (frostyx@email.cz)

* Thu Apr 14 2016 Jakub Kadlčík <frostyx@email.cz> 0.6.9-1
- Declare official python3 support (frostyx@email.cz)

Expand Down
2 changes: 1 addition & 1 deletion tracer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# 02110-1301, USA.
#

__version__ = '0.6.9'
__version__ = '0.6.10'
__release__ = '1'

0 comments on commit 9f14b78

Please sign in to comment.