[tito] Update tito to 0.3.3-1

Devan Goodwin dgoodwin at fedoraproject.org
Wed Oct 5 18:57:14 UTC 2011


commit 856f25583852f9f67969bf55022eb3c332c56529
Author: Devan Goodwin <dgoodwin at rm-rf.ca>
Date:   Wed Oct 5 15:57:01 2011 -0300

    Update tito to 0.3.3-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   20 +++++++++++++++++++-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e271a3..0bd00a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 tito-0.2.0.tar.gz
 /tito-0.3.0.tar.gz
 /tito-0.3.2.tar.gz
+/tito-0.3.3.tar.gz
diff --git a/sources b/sources
index a1c5fc6..c5e769f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-168e15566a4c1a1a406945d9e62121d7  tito-0.3.2.tar.gz
+8786c2091b7525aa86cc1b48b74710d6  tito-0.3.3.tar.gz
diff --git a/tito.spec b/tito.spec
index f95786b..796fe50 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.3.2
+Version: 0.3.3
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -74,6 +74,24 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 05 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.3.3-1
+- Clarify some initial project layout documentation. (dgoodwin at rm-rf.ca)
+- match based on the tag for the package we are building (mmccune at redhat.com)
+- Teach tito how to checkout EUS branches (msuchy at redhat.com)
+- Remove release parameter from _update_package_metadata() (msuchy at redhat.com)
+- Avoid traceback if rpmbuild fails (jumanjiman at gmail.com)
+- Make Fedora git builds a little more tolerant if you need to re-run.
+  (dgoodwin at redhat.com)
+- Fix the binary spew in SOURCES on some weird tags. (dgoodwin at redhat.com)
+- Do not print traceback when user lacks write permission (jumanjiman at gmail.com)
+- Fix Fedora git releaser to use more reliable commands. (dgoodwin at rm-rf.ca)
+- Remove the old tito build --release code. (dgoodwin at rm-rf.ca)
+- Allow custom releasers to be loaded and used. (dgoodwin at rm-rf.ca)
+- Introduce new CLI module for releases. (dgoodwin at rm-rf.ca)
+- Use fedpkg switch branch for git releases. (dgoodwin at rm-rf.ca)
+- Do not print traceback when user hit Ctrl+C (msuchy at redhat.com)
+- '0' is True, we want it as false (msuchy at redhat.com)
+
 * Tue Apr 26 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.3.2-1
 - add debug logging (jesusr at redhat.com)
 


More information about the scm-commits mailing list