[tito] Update tito to 0.4.0-1

Devan Goodwin dgoodwin at fedoraproject.org
Wed Nov 16 20:30:12 UTC 2011


commit 9f4f87a7890b7cd8d1a5c331d26f6ae5af9b9521
Author: Devan Goodwin <dgoodwin at rm-rf.ca>
Date:   Wed Nov 16 16:30:09 2011 -0400

    Update tito to 0.4.0-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   30 +++++++++++++++++++++++++++---
 3 files changed, 29 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0bd00a5..7909056 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/tito-0.4.0.tar.gz
diff --git a/sources b/sources
index c5e769f..b1ac5f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8786c2091b7525aa86cc1b48b74710d6  tito-0.3.3.tar.gz
+6d3c548b7c5c808e1514249afb86a834  tito-0.4.0.tar.gz
diff --git a/tito.spec b/tito.spec
index 796fe50..9d4960e 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.3
+Version: 0.4.0
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -39,6 +39,7 @@ git.
 a2x -d manpage -f manpage titorc.5.asciidoc
 a2x -d manpage -f manpage tito.8.asciidoc
 a2x -d manpage -f manpage tito.props.5.asciidoc
+a2x -d manpage -f manpage releasers.conf.5.asciidoc
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,7 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
 %{__gzip} -c titorc.5 > %{buildroot}/%{_mandir}/man5/titorc.5.gz
 %{__gzip} -c tito.8 > %{buildroot}/%{_mandir}/man8/tito.8.gz
 %{__gzip} -c tito.props.5 > %{buildroot}/%{_mandir}/man5/tito.props.5.gz
+%{__gzip} -c releasers.conf.5 > %{buildroot}/%{_mandir}/man5/releasers.conf.5.gz
 %{__gzip} -c build.py.props.5 > %{buildroot}/%{_mandir}/man5/build.py.props.5.gz
 
 %clean
@@ -61,10 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.mkd AUTHORS COPYING
 %doc %{_mandir}/man5/titorc.5.gz
 %doc %{_mandir}/man5/tito.props.5.gz
+%doc %{_mandir}/man5/releasers.conf.5.gz
 %doc %{_mandir}/man5/build.py.props.5.gz
 %doc %{_mandir}/man8/tito.8.gz
 %{_bindir}/tito
-%{_bindir}/bump-version.pl
 %{_bindir}/tar-fixup-stamp-comment.pl
 %{_bindir}/test-setup-specfile.pl
 %{_bindir}/generate-patches.pl
@@ -74,6 +76,28 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 09 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.0-1
+- Fix import error with new fedpkg version. (dgoodwin at rm-rf.ca)
+- Add a KojiGitReleaser. (dgoodwin at rm-rf.ca)
+- Adding --use-version to allow Tito to force a version to use.
+  (awood at redhat.com)
+- Support SCRATCH=1 env variable for koji releaser. (dgoodwin at rm-rf.ca)
+- Support ONLY_TAGS env variable for koji releaser. (dgoodwin at rm-rf.ca)
+- List releasers option. (dgoodwin at rm-rf.ca)
+- Documentation update. (dgoodwin at rm-rf.ca)
+- Allow releaseing to multiple targets at once, and add --all-starting-with.
+  (dgoodwin at rm-rf.ca)
+- Make auto-install available to all builders. (dgoodwin at rm-rf.ca)
+- Allow setting specific builder and passing builder args on CLI. (dgoodwin at rm-
+  rf.ca)
+- Add new mechanism for passing custom arguments to builders. (dgoodwin at rm-
+  rf.ca)
+- HACKING tips updated. (dgoodwin at rm-rf.ca)
+- Add a rsync username env variable for yum repo releaser. (dgoodwin at rm-rf.ca)
+- Restructure release CLI. (dgoodwin at redhat.com)
+- Parsing spec files and bumping their versions or releases is now in Python.
+  (awood at redhat.com)
+
 * 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)
@@ -195,7 +219,7 @@ rm -rf $RPM_BUILD_ROOT
 - Add BuildRequires on python-setuptools.
 
 * Tue Aug 25 2009 Devan Goodwin <dgoodwin at rm-rf.ca> 0.1.1-1
-- Bumping to 0.1.0 for first release. 
+- Bumping to 0.1.0 for first release.
 
 * Mon Aug 24 2009 Devan Goodwin <dgoodwin at rm-rf.ca> 0.0.4-1
 - Hack to fix import of tagger/builder on Python 2.4. (dgoodwin at rm-rf.ca)


More information about the scm-commits mailing list