diff --git a/rel-eng/packages/tito b/rel-eng/packages/tito index 94f40f9..da32ca9 100644 --- a/rel-eng/packages/tito +++ b/rel-eng/packages/tito @@ -1 +1 @@ -0.5.4-1 ./ +0.5.5-1 ./ diff --git a/setup.py b/setup.py index e246aaf..338f3ff 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup, find_packages setup( name="tito", - version='0.5.4', + version='0.5.5', description='A tool for managing rpm based git projects.', author='Devan Goodwin', author_email='dgoodwin@rm-rf.ca', diff --git a/tito.spec b/tito.spec index 78d4297..6d19117 100644 --- a/tito.spec +++ b/tito.spec @@ -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.4 +Version: 0.5.5 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -77,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 16 2014 Devan Goodwin 0.5.5-1 +- Merge pull request #130 from domcleal/git-annex-cleanup (dgoodwin@rm-rf.ca) +- Fix a test issue. (dgoodwin@redhat.com) +- Fix bugs in git-annex cleanup method (dcleal@redhat.com) +- Remove excess whitespace on EL6 and duplicate SRPM output (dcleal@redhat.com) + * Mon May 12 2014 Devan Goodwin 0.5.4-1 - make version comparison compat with python2 and python3 (jumanjiman@gmail.com)