rpms/tito/EL-5 .cvsignore,1.1,1.2 sources,1.2,1.3 tito.spec,1.2,1.3

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


Author: dgoodwin

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tito/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Oct 2009 15:58:51 -0000	1.1
+++ .cvsignore	2 Jun 2010 14:14:25 -0000	1.2
@@ -0,0 +1 @@
+tito-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tito/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 Oct 2009 23:50:54 -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/EL-5/tito.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- tito.spec	20 Oct 2009 00:01:36 -0000	1.2
+++ tito.spec	2 Jun 2010 14:14:25 -0000	1.3
@@ -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.1.1
-Release:        2%{?dist}
+Version: 0.2.0
+Release:        1%{?dist}
 Summary: A tool for managing rpm based git projects
 
 Group: Development/Tools
@@ -50,6 +50,44 @@ 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.



More information about the scm-commits mailing list