diff --git a/rel-eng/packages/tracer b/rel-eng/packages/tracer new file mode 100644 index 0000000..289d25c --- /dev/null +++ b/rel-eng/packages/tracer @@ -0,0 +1 @@ +0.4.0-1 ./ diff --git a/tracer.spec b/tracer.spec index b0cf130..4add0ea 100644 --- a/tracer.spec +++ b/tracer.spec @@ -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 @@ -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 0.3 -- create tracer package +* Tue Jul 08 2014 Jakub Kadlčík 0.4.0-1 +- new package built with tito + diff --git a/tracer/version.py b/tracer/version.py index e1424ed..6abd086 100644 --- a/tracer/version.py +++ b/tracer/version.py @@ -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'