[python-vcstools/f17] Update to release 0.1.21

rmattes rmattes at fedoraproject.org
Wed Aug 29 03:13:17 UTC 2012


commit 1cf61d7e5488e4728a2138850d4d65c018863478
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Aug 28 23:08:11 2012 -0400

    Update to release 0.1.21
    
    Conflicts:
    	python-vcstools.spec

 .gitignore           |    1 +
 python-vcstools.spec |   13 ++++++++-----
 sources              |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06ce7a1..d9dcd7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vcstools-0.1.17.tar.bz2
+/vcstools-0.1.21.tar.bz2
diff --git a/python-vcstools.spec b/python-vcstools.spec
index d9c135f..30ab796 100644
--- a/python-vcstools.spec
+++ b/python-vcstools.spec
@@ -1,19 +1,19 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %global realname vcstools
-%global hghash 6205f4fc
+%global hghash 0fba0588
 
 Name:           python-%{realname}
-Version:        0.1.17
-Release:        3.20120606hg%{hghash}%{?dist}
+Version:        0.1.21
+Release:        1.20120828hg%{hghash}%{?dist}
 Summary:        Version Control System tools for Python
 
 License:        BSD
 URL:            https://kforge.ros.org/projects/vcstools/
 #source obtained from hg snapshot:
 #hg clone https://kforge.ros.org/vcstools/hg vcstools; cd vcstools
-#hg checkout 6205f4fc; rm -rf .hg*; cd ..; mv vcstools vcstools-0.1.17
-#tar cjf vcstools-0.1.17.tar.bz2 vcstools-0.1.17
+#hg checkout 0.1.21; rm -rf .hg*; cd ..; mv vcstools vcstools-0.1.21
+#tar cjf vcstools-0.1.21.tar.bz2 vcstools-0.1.21
 Source0:        %{realname}-%{version}.tar.bz2
 BuildArch:      noarch
 
@@ -60,6 +60,9 @@ rm -rf doc/_build/html/.buildinfo
 %endif
 
 %changelog
+* Mon Aug 28 2012 Rich Mattes <richmattes at gmail.com> - 0.1.21-1.20120828hg0fba0588
+- Update to release 0.1.21
+
 * Fri Jun 08 2012 Rich Mattes <richmattes at gmail.com> - 0.1.17-3.20120606hg6205f4fc
 - Added el6 support
 - Enabled unit tests
diff --git a/sources b/sources
index 7848769..fe65351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02133b41116630b161773b9b40f3a5c1  vcstools-0.1.17.tar.bz2
+b520c5af444b4cea4251eb222c4959cb  vcstools-0.1.21.tar.bz2


More information about the scm-commits mailing list