[tito] Update tito to 0.3.2-1

Devan Goodwin dgoodwin at fedoraproject.org
Wed Apr 27 01:00:44 UTC 2011


commit cde092c7bb2620634cdac7c0f7ab52d4ed708fb1
Author: Devan Goodwin <dgoodwin at rm-rf.ca>
Date:   Tue Apr 26 22:00:35 2011 -0300

    Update tito to 0.3.2-1

 .gitignore |    1 +
 sources    |    2 +-
 tito.spec  |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 52 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14190d9..8e271a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 tito-0.2.0.tar.gz
 /tito-0.3.0.tar.gz
+/tito-0.3.2.tar.gz
diff --git a/sources b/sources
index c5a216f..a1c5fc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa02a12adaf34b232a041d33786e88d6  tito-0.3.0.tar.gz
+168e15566a4c1a1a406945d9e62121d7  tito-0.3.2.tar.gz
diff --git a/tito.spec b/tito.spec
index 1b1ad62..f95786b 100644
--- a/tito.spec
+++ b/tito.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: tito
-Version: 0.3.0
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 Summary: A tool for managing rpm based git projects
 
 Group: Development/Tools
@@ -15,11 +15,15 @@ BuildArch: noarch
 BuildRequires: python-devel
 BuildRequires: python-setuptools
 BuildRequires: asciidoc
+BuildRequires: libxslt
 
 Requires: python-setuptools
 Requires: rpm-build
 Requires: rpmlint
 Requires: GitPython >= 0.2.0
+Requires: fedpkg
+Requires: fedora-cert
+Requires: fedora-packager
 
 %description
 Tito is a tool for managing tarballs, rpms, and builds for projects using
@@ -34,7 +38,7 @@ git.
 # convert manages
 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
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,7 +49,8 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
 %{__mkdir_p} %{buildroot}%{_mandir}/man8
 %{__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 build.py.props.5 > %{buildroot}/%{_mandir}/man5/build.py.props.5.gz
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,6 +60,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README.mkd AUTHORS COPYING
 %doc %{_mandir}/man5/titorc.5.gz
+%doc %{_mandir}/man5/tito.props.5.gz
+%doc %{_mandir}/man5/build.py.props.5.gz
 %doc %{_mandir}/man8/tito.8.gz
 %{_bindir}/tito
 %{_bindir}/bump-version.pl
@@ -67,8 +74,45 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Tue Apr 26 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.3.2-1
+- add debug logging (jesusr at redhat.com)
+
+* Tue Apr 26 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.3.1-1
+- flip condition so new files are added and existing files are copied
+  (msuchy at redhat.com)
+- fix traceback if git_email is not specified (miroslav at suchy.cz)
+- Refactor release code out of the builder class. (dgoodwin at rm-rf.ca)
+- Configure tito for Fedora git builds. (dgoodwin at rm-rf.ca)
+- Complete Fedora git build process. (dgoodwin at rm-rf.ca)
+- if remote.origin is not set, assume --offline and print warning, but proceed
+  (msuchy at redhat.com)
+- Source can be tar.bz2 (msuchy at redhat.com)
+- Source can be without number (msuchy at redhat.com)
+- add man page for tito.props(5) (msuchy at redhat.com)
+- document KOJI_OPTIONS options of titorc (msuchy at redhat.com)
+- add option HIDE_EMAIL to .titorc, which will hide your email in first line of
+  changelog entry (msuchy at redhat.com)
+- pass user_config to tagger class (msuchy at redhat.com)
+- issue 18 - do not print TB if user.name, user.email is not set
+  (msuchy at redhat.com)
+- Upload sources and confirm commit during git release. (dgoodwin at redhat.com)
+- First draft of Fedora Git releasing. (dgoodwin at redhat.com)
+- Add a --dry-run option for build --release. (dgoodwin at redhat.com)
+- Allow user config setting for sub-packages to skip during auto-install.
+  (dgoodwin at redhat.com)
+- Hookup bugzilla extraction during cvs release. (dgoodwin at redhat.com)
+- Plus and dot chars in git email handled correctly now (lzap+git at redhat.com)
+- put emails in changelog only if changelog_with_email is set to 1 in
+  [globalconfig] section of config (msuchy at redhat.com)
+- use _changelog_remove_cherrypick() for rheltagger (msuchy at redhat.com)
+- Add code for extracting bugzilla IDs from CVS diff or git log.
+  (dgoodwin at redhat.com)
+- Prompt user to edit CVS commit messages. (dgoodwin at redhat.com)
+- Fix no auto changelog option. (dgoodwin at redhat.com)
+- add tagger for Red Hat Enterprise Linux (msuchy at redhat.com)
+- Fix test builds in koji. (dgoodwin at rm-rf.ca)
+- Documentation update. (dgoodwin at rm-rf.ca)
+- Add missing dep on libxslt. (dgoodwin at rm-rf.ca)
 
 * Wed Jan 05 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.3.0-1
 - implement --only-tags option for builder class (msuchy at redhat.com)


More information about the scm-commits mailing list