[tito] Update tito to 0.5.5-1

Devan Goodwin dgoodwin at fedoraproject.org
Fri May 16 16:06:23 UTC 2014


commit 49782cff442acc899fee58bccc874340503de65b
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri May 16 13:06:17 2014 -0300

    Update tito to 0.5.5-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |    8 +++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 094e2c9..1a8fad6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ tito-0.2.0.tar.gz
 /tito-0.5.2.tar.gz
 /tito-0.5.3.tar.gz
 /tito-0.5.4.tar.gz
+/tito-0.5.5.tar.gz
diff --git a/sources b/sources
index afe8cd7..c303008 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff31fd1262b2e37a4e1b5a1b3fab53d8  tito-0.5.4.tar.gz
+26e689697d31d20bd708002193929dc6  tito-0.5.5.tar.gz
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 <dgoodwin at rm-rf.ca> 0.5.5-1
+- Merge pull request #130 from domcleal/git-annex-cleanup (dgoodwin at rm-rf.ca)
+- Fix a test issue. (dgoodwin at redhat.com)
+- Fix bugs in git-annex cleanup method (dcleal at redhat.com)
+- Remove excess whitespace on EL6 and duplicate SRPM output (dcleal at redhat.com)
+
 * Mon May 12 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 0.5.4-1
 - make version comparison compat with python2 and python3
   (jumanjiman at gmail.com)


More information about the scm-commits mailing list