-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [tracer] release [0.4.0-1].
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.4.0-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |