rpms/bzrtools/devel .cvsignore, 1.6, 1.7 bzrtools.spec, 1.10, 1.11 sources, 1.6, 1.7

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Nov 6 17:41:48 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/bzrtools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1554

Modified Files:
	.cvsignore bzrtools.spec sources 
Log Message:
- Update to 0.12.2
- The push command was renamed to rspush.  Update the %description to match.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 Oct 2006 04:36:29 -0000	1.6
+++ .cvsignore	6 Nov 2006 17:41:18 -0000	1.7
@@ -1 +1 @@
-bzrtools-0.11.0.tar.gz
+bzrtools-0.12.2.tar.gz


Index: bzrtools.spec
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bzrtools.spec	9 Oct 2006 04:36:29 -0000	1.10
+++ bzrtools.spec	6 Nov 2006 17:41:18 -0000	1.11
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bzrtools
-Version:        0.11.0
+Version:        0.12.2
 Release:        1%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
@@ -19,7 +19,7 @@
 %description
 BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
 plugins are:
-* push - uses rsync to push local changes to a remote server
+* rspush - uses rsync to push local changes to a remote server
 * annotate - prints a file annotated with the revision next to each line
 * baz-import - (Requres PyBaz) import an arch archive losslessly into bzr
 * shelve/unshelve - allows you to undo some changes, commit, and restore
@@ -30,7 +30,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 
 %build
@@ -43,6 +43,8 @@
 # remove shebangs from all files as none should be executable scripts
 sed -e '/^#!\//,1 d' -i $RPM_BUILD_ROOT/%{python_sitelib}/bzrlib/plugins/bzrtools/*.py
 
+# No need to ship the tests
+rm -rf $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/bzrtools/tests/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +59,10 @@
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo
 
 %changelog
+* Thu Oct 05 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.12.2-1
+- Update to 0.12.2
+- The push command was renamed to rspush.  Update the %%description to match.
+
 * Thu Oct 05 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.11.0-1
 - Update to 0.11.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	9 Oct 2006 04:36:29 -0000	1.6
+++ sources	6 Nov 2006 17:41:18 -0000	1.7
@@ -1 +1 @@
-8d34615bafbd40518e75509e7d3a8c04  bzrtools-0.11.0.tar.gz
+3653679f3295deca085811e54da2b6fa  bzrtools-0.12.2.tar.gz




More information about the scm-commits mailing list