[tito] Update tito to 0.5.3-1

Devan Goodwin dgoodwin at fedoraproject.org
Mon May 12 11:53:24 UTC 2014


commit 391c42c7b9b115faa66cc8048dc9125c68ebca2a
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Mon May 12 08:53:13 2014 -0300

    Update tito to 0.5.3-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |    7 ++++++-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cc68ba..9050796 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ tito-0.2.0.tar.gz
 /tito-0.5.0.tar.gz
 /tito-0.5.1.tar.gz
 /tito-0.5.2.tar.gz
+/tito-0.5.3.tar.gz
diff --git a/sources b/sources
index 46c48b2..0b034e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3819de23ccd72f5b7573481bfe6e40e  tito-0.5.2.tar.gz
+503b9f8033a410deafc6a3e026a96daa  tito-0.5.3.tar.gz
diff --git a/tito.spec b/tito.spec
index 97687e3..929c7f8 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.2
+Version: 0.5.3
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -77,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 12 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 0.5.3-1
+- avoid syntax error on el5 (jumanjiman at gmail.com)
+- Support pre-5.20131213 versions of git-annex for EL6 (dcleal at redhat.com)
+- Add version comparison utility (dcleal at redhat.com)
+
 * Fri May 09 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 0.5.2-1
 - Fix releaser getcwd error. (dgoodwin at redhat.com)
 


More information about the scm-commits mailing list