[tito] Update tito to 0.4.6-1

Devan Goodwin dgoodwin at fedoraproject.org
Wed Mar 14 19:01:22 UTC 2012


commit 5a13fe0b6c6a8df1d789af7a7096299938d18381
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Wed Mar 14 16:01:19 2012 -0300

    Update tito to 0.4.6-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   11 ++++++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bbe94d..624b770 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ tito-0.2.0.tar.gz
 /tito-0.3.3.tar.gz
 /tito-0.4.0.tar.gz
 /tito-0.4.5.tar.gz
+/tito-0.4.6.tar.gz
diff --git a/sources b/sources
index 620195f..146dcea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-914445092b6621d25b115d79d9192d1c  tito-0.4.5.tar.gz
+7adb7bf701d808b85965c3145644edb0  tito-0.4.6.tar.gz
diff --git a/tito.spec b/tito.spec
index 7653768..aa7c8e8 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.4.5
+Version: 0.4.6
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -76,6 +76,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 14 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.6-1
+- Issue 39: Create /tmp/tito if it doesn't already exist. (dgoodwin at redhat.com)
+- Add support for test build releases. (dgoodwin at redhat.com)
+- Stop passing all CLI args to builders. (dgoodwin at redhat.com)
+- Add mock builder speedup argument. (mstead at redhat.com)
+- Add support for no-value args in builder. (mstead at redhat.com)
+- Fix rsync options for yum repo releases. (jesusr at redhat.com)
+- Add support for customizable changelog formats (jeckersb at redhat.com)
+
 * Tue Jan 24 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.5-1
 - Extract bz's and prompt to modify commit message in git releasers.
   (dgoodwin at redhat.com)


More information about the scm-commits mailing list