[tito] Update tito to 0.4.8-1

Devan Goodwin dgoodwin at fedoraproject.org
Thu Apr 12 19:23:05 UTC 2012


commit 88474df2f4176a8aeaca8155bc1af7153fee3906
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Thu Apr 12 16:23:02 2012 -0300

    Update tito to 0.4.8-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   10 +++++++++-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 624b770..f1f73cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ tito-0.2.0.tar.gz
 /tito-0.4.0.tar.gz
 /tito-0.4.5.tar.gz
 /tito-0.4.6.tar.gz
+/tito-0.4.8.tar.gz
diff --git a/sources b/sources
index 146dcea..f38ae31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7adb7bf701d808b85965c3145644edb0  tito-0.4.6.tar.gz
+5ca83267350563ae2379137bb1bc115b  tito-0.4.8.tar.gz
diff --git a/tito.spec b/tito.spec
index aa7c8e8..f0b20db 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.6
+Version: 0.4.8
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -76,6 +76,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 02 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.8-1
+- Fix MockBuilder for packages that use non-standard builders normally.
+  (dgoodwin at redhat.com)
+- interpret '0' as False for changelog_with_email setting. (msuchy at redhat.com)
+
+* Thu Mar 15 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.7-1
+- Fix issues with DistributionBuilder constructor (dgoodwin at redhat.com)
+
 * 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)


More information about the scm-commits mailing list