From ed94e170e96860fec2eeb74292be217e7ddf47b5 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Mon, 24 Aug 2009 12:17:44 -0300 Subject: [PATCH] Automatic commit of package [tito] release [0.0.4-1]. --- rel-eng/packages/tito | 2 +- tito.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rel-eng/packages/tito b/rel-eng/packages/tito index 2f77efa..80d434d 100644 --- a/rel-eng/packages/tito +++ b/rel-eng/packages/tito @@ -1 +1 @@ -0.0.3-1 / +0.0.4-1 / diff --git a/tito.spec b/tito.spec index 5c23e88..ab8a9b2 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.0.3 +Version: 0.0.4 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 24 2009 Devan Goodwin 0.0.4-1 +- Hack to fix import of tagger/builder on Python 2.4. (dgoodwin@rm-rf.ca) + * Thu Aug 06 2009 Devan Goodwin 0.0.3-1 - Introduce --output option for destination/tmp directory. (dgoodwin@rm-rf.ca) - Use tito.props for project specific config filename. (dgoodwin@rm-rf.ca)