Skip to content

Commit

Permalink
Automatic commit of package [tracer] release [0.4.0-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Jul 8, 2014
1 parent f0ae55f commit 59ad564
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
1 change: 1 addition & 0 deletions rel-eng/packages/tracer
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.4.0-1 ./
7 changes: 4 additions & 3 deletions tracer.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tracer
Version: 0.3.1
Version: 0.4.0
Release: 1%{?dist}
Summary: Tracer finds outdated running applications in your system

Expand Down Expand Up @@ -60,5 +60,6 @@ cp -ar integration/dnf/plugins/tracer.py %{buildroot}/%{python2_sitelib}/dnf-plu
%{python2_sitelib}/dnf-plugins/tracer.pyo

%changelog
* Mon Jun 30 2014 Jakub Kadlčík <[email protected]> 0.3
- create tracer package
* Tue Jul 08 2014 Jakub Kadlčík <[email protected]> 0.4.0-1
- new package built with tito

22 changes: 21 additions & 1 deletion tracer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
__version__ = '0.3.1'
#-*- coding: utf-8 -*-
# version.py
# Version module generated with tito
# WARNING: !! Do not edit this file !!
#
# Copyright (C) 2014 Jakub Kadlčík
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# the GNU General Public License v.2, or (at your option) any later version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY expressed or implied, including the implied warranties of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details. You should have received a copy of the
# GNU General Public License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#

__version__ = '0.4.0'
__release__ = '1'

0 comments on commit 59ad564

Please sign in to comment.