rpms/bzrtools/FC-5 .cvsignore, 1.6, 1.7 bzrtools.spec, 1.8, 1.9 sources, 1.6, 1.7

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Nov 6 19:16:27 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/bzrtools/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9906

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.
- Add the tests directory as bzr has an undocumented "selftest" subcommand
  that relies on them.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 Oct 2006 04:38:16 -0000	1.6
+++ .cvsignore	6 Nov 2006 19:15:56 -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/FC-5/bzrtools.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bzrtools.spec	9 Oct 2006 04:38:16 -0000	1.8
+++ bzrtools.spec	6 Nov 2006 19:15:56 -0000	1.9
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bzrtools
-Version:        0.11.0
-Release:        1%{?dist}
+Version:        0.12.2
+Release:        2%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
@@ -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,7 +43,6 @@
 # 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
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -55,8 +54,17 @@
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.py
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo
+%{python_sitelib}/bzrlib/plugins/bzrtools/tests/
 
 %changelog
+* Mon Nov 06 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.12.2-2
+- Add the tests directory as bzr has an undocumented "selftest" subcommand
+  that relies on them.
+
+* 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/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	9 Oct 2006 04:38:16 -0000	1.6
+++ sources	6 Nov 2006 19:15:56 -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