rpms/tito/F-13 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 tito.spec, 1.1, 1.2 import.log, 1.1, NONE

Devan Goodwin dgoodwin at fedoraproject.org
Wed Jun 2 14:14:26 UTC 2010


Author: dgoodwin

Update of /cvs/extras/rpms/tito/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27343/F-13

Modified Files:
	.cvsignore sources tito.spec 
Removed Files:
	import.log 
Log Message:
Update tito to 0.2.0-1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tito/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	19 Oct 2009 23:47:12 -0000	1.2
+++ .cvsignore	2 Jun 2010 14:14:25 -0000	1.3
@@ -1 +1 @@
-tito-0.1.1.tar.gz
+tito-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tito/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 Oct 2009 23:47:12 -0000	1.2
+++ sources	2 Jun 2010 14:14:25 -0000	1.3
@@ -1 +1 @@
-ca010a6babe53af4b7a89dead103ac03  tito-0.1.1.tar.gz
+ffea33bc73901d65cf93cf8a8f88eb0a  tito-0.2.0.tar.gz


Index: tito.spec
===================================================================
RCS file: /cvs/extras/rpms/tito/F-13/tito.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tito.spec	19 Oct 2009 23:47:12 -0000	1.1
+++ tito.spec	2 Jun 2010 14:14:26 -0000	1.2
@@ -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.1.1
+Version: 0.2.0
 Release:        1%{?dist}
 Summary: A tool for managing rpm based git projects
 
@@ -13,6 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch: noarch
 BuildRequires: python-devel
+BuildRequires: python-setuptools
 
 %description
 Tito is a tool for managing tarballs, rpms, and builds for projects using
@@ -38,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README.mkd
+%doc README.mkd AUTHORS COPYING
 %{_bindir}/tito
 %{_bindir}/bump-version.pl
 %{_bindir}/tar-fixup-stamp-comment.pl
@@ -49,6 +50,48 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 02 2010 Devan Goodwin <dgoodwin at rm-rf.ca> 0.2.0-1
+- Restrict building to a minimum version of tito. (msuchy at redhat.com)
+- Added option to pass custom options to rpmbuild. (dgoodwin at rm-rf.ca)
+- Add tito-dev script to run directly from source. (dgoodwin at rm-rf.ca)
+- Better output after tagging. (dgoodwin at rm-rf.ca)
+- Display rpms build on successful completion. (dgoodwin at rm-rf.ca)
+- Added tito tag --undo. (dgoodwin at rm-rf.ca)
+- Bump versions in setup.py during tagging if possible. (dgoodwin at rm-rf.ca)
+- Added lib_dir setting for custom taggers/builders. (dgoodwin at rm-rf.ca)
+- Add option to auto-install rpms after build. (dgoodwin at rm-rf.ca)
+- Remove check for changelog with today's date. (dgoodwin at rm-rf.ca)
+- Allow user to specify an changelog string for new packages.
+  (jesusr at redhat.com)
+- Use latest commit instead of HEAD for --test. (jesusr at redhat.com)
+- Allow tito to understand pkg names with macros. (jesusr at redhat.com)
+- Use short sha1 when generating filenames. (jesusr at redhat.com)
+- Commit packages dir during tito init. (jesusr at redhat.com)
+- More detailed error message if spec has errors. (mmccune at redhat.com)
+
+* Wed Jun 02 2010 Devan Goodwin <dgoodwin at rm-rf.ca>
+- Restrict building to a minimal version of tito. (msuchy at redhat.com)
+- Added option to pass custom options to rpmbuild. (dgoodwin at rm-rf.ca)
+- Add tito-dev script to run directly from source. (dgoodwin at rm-rf.ca)
+- Better output after tagging. (dgoodwin at rm-rf.ca)
+- Display rpms build on successful completion. (dgoodwin at rm-rf.ca)
+- Added tito tag --undo. (dgoodwin at rm-rf.ca)
+- Bump versions in setup.py during tagging if possible. (dgoodwin at rm-rf.ca)
+- Added lib_dir setting for custom builders/taggers. (dgoodwin at rm-rf.ca)
+- Add option to auto-install rpms after build. (dgoodwin at rm-rf.ca)
+- Remove check for changelog with today's date. (dgoodwin at rm-rf.ca)
+- Allow user to specify an changelog string for new packages.
+  (jesusr at redhat.com)
+- Use latest commit instead of HEAD for --test. (jesusr at redhat.com)
+- Allow tito to understand pkg names with macros. (jesusr at redhat.com)
+- Use short sha1 when generating filenames. (jesusr at redhat.com)
+- Commit packages dir during tito init. (jesusr at redhat.com)
+- More detailed error message if spec is bad. (mmccune at redhat.com)
+
+* Thu Oct 01 2009 Devan Goodwin <dgoodwin at rm-rf.ca> 0.1.1-2
+- Add AUTHORS and COPYING to doc.
+- 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. 
 


--- import.log DELETED ---



More information about the scm-commits mailing list