Automatic commit of package [tito] release [0.5.3-1].

This commit is contained in:
Devan Goodwin 2014-05-12 08:52:17 -03:00
parent b4c103ea4f
commit 0ecdf60026
3 changed files with 8 additions and 3 deletions

View file

@ -1 +1 @@
0.5.2-1 ./
0.5.3-1 ./

View file

@ -21,7 +21,7 @@ from setuptools import setup, find_packages
setup(
name="tito",
version='0.5.2',
version='0.5.3',
description='A tool for managing rpm based git projects.',
author='Devan Goodwin',
author_email='dgoodwin@rm-rf.ca',

View file

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: tito
Version: 0.5.2
Version: 0.5.3
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects
@ -77,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon May 12 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 0.5.3-1
- avoid syntax error on el5 (jumanjiman@gmail.com)
- Support pre-5.20131213 versions of git-annex for EL6 (dcleal@redhat.com)
- Add version comparison utility (dcleal@redhat.com)
* Fri May 09 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 0.5.2-1
- Fix releaser getcwd error. (dgoodwin@redhat.com)