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

This commit is contained in:
Devan Goodwin 2013-07-08 14:32:15 -03:00
parent 5ed86b1fe3
commit bb9d9eaf53
3 changed files with 6 additions and 3 deletions

View file

@ -1 +1 @@
0.4.14-1 ./
0.4.15-1 ./

View file

@ -21,7 +21,7 @@ from setuptools import setup, find_packages
setup(
name="tito",
version='0.4.14',
version='0.4.15',
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.4.14
Version: 0.4.15
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects
@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jul 08 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.15-1
- docs clean up and additions for build_targets (admiller@redhat.com)
* Mon Jul 08 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 0.4.14-1
- resolve tito build failure on git 1.7.3.5 or older (jumanjiman@gmail.com)
- Add more debugging facilities (jumanjiman@gmail.com)