[tito] Update tito to 0.5.0-1

Devan Goodwin dgoodwin at fedoraproject.org
Mon Mar 24 12:52:19 UTC 2014


commit 0f7fc0d3ef37aa8459414c1662a13d1723a12084
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Mon Mar 24 09:52:24 2014 -0300

    Update tito to 0.5.0-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   45 ++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 44 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa0e691..3082690 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ tito-0.2.0.tar.gz
 /tito-0.4.16.tar.gz
 /tito-0.4.17.tar.gz
 /tito-0.4.18.tar.gz
+/tito-0.5.0.tar.gz
diff --git a/sources b/sources
index 697178d..b89c8ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-318e6f546c9b331317c94ea5d178876a  tito-0.4.18.tar.gz
+181cff8dd540218a34ff772cbae3e0ae  tito-0.5.0.tar.gz
diff --git a/tito.spec b/tito.spec
index 774d6a7..78cbaea 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.4.18
+Version: 0.5.0
 Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -55,7 +55,6 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
 %{__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
 rm -rf $RPM_BUILD_ROOT
@@ -64,10 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc README.mkd AUTHORS COPYING
+%doc doc/*
 %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}/tar-fixup-stamp-comment.pl
@@ -79,6 +78,46 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 24 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 0.5.0-1
+- Prep for python3. (jumanjiman at gmail.com)
+- Print output live for longer running rpmbuild commands. (dgoodwin at redhat.com)
+- Add GitAnnexBuilder, using git-annex to store blobs (dcleal at redhat.com)
+- Remove legacy CvsBuilder and CvsReleaser. (dgoodwin at redhat.com)
+- Stop writing temp file to load tito.props from past tag.
+  (dgoodwin at redhat.com)
+- Remove deprecated support for build.py.props config filename.
+  (dgoodwin at redhat.com)
+- Remove a very old hack for assuming config from Makefiles.
+  (dgoodwin at redhat.com)
+- Refactor config overriding. (dgoodwin at redhat.com)
+- Move taggers to sub-directory. (dgoodwin at redhat.com)
+- Move releasers to sub-directory. (dgoodwin at redhat.com)
+- Improved docs for [version_template] section of tito.props
+  (chris.a.st.pierre at gmail.com)
+- allow empty dist tag in functional tests (jumanjiman at gmail.com)
+- docs: createrepo is needed for functional tests (jumanjiman at gmail.com)
+- provide config for editorconfig plugins (jumanjiman at gmail.com)
+- Add more missing documentation to MANIFEST.in. (dgoodwin at redhat.com)
+- Assume a default fetch strategy. (dgoodwin at redhat.com)
+- Add markdown docs for FetchBuilder instead of manpage. (dgoodwin at redhat.com)
+- Fix releasers and respect offline flag. (dgoodwin at redhat.com)
+- Support release with fetch builder. (dgoodwin at redhat.com)
+- Add support for passing builder args through a releaser.
+  (dgoodwin at redhat.com)
+- MANIFEST.in: include README.mkd and asciidoc files (code at alan.grosskurth.ca)
+- Rename --builder-arg to just --arg in build command. (dgoodwin at redhat.com)
+- Fix issue with releaser temp dir. (dgoodwin at redhat.com)
+- Refactor to just one config object. (dgoodwin at redhat.com)
+- Make external source builder fetch strategy configurable.
+  (dgoodwin at redhat.com)
+- Fix buildroot using ~/rpmbuild/BUILDROOT. (dgoodwin at redhat.com)
+- Refactor builders to allow separate modules. (dgoodwin at redhat.com)
+- Restore building of specific tags. (dgoodwin at redhat.com)
+- Start building with external sources and no tag. (dgoodwin at redhat.com)
+- Allow possibility of building without a pre-existing tag.
+  (dgoodwin at redhat.com)
+- Print koji/brew task ID and URL during release. (dgoodwin at redhat.com)
+
 * Thu Nov 14 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 0.4.18-1
 - Merge the FiledVersionTagger into the base VersionTagger.
   (dgoodwin at redhat.com)


More information about the scm-commits mailing list