rpms/bzrtools/FC-6 .cvsignore, 1.8, 1.9 bzrtools.spec, 1.13, 1.14 sources, 1.8, 1.9

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Wed Jan 24 03:34:11 UTC 2007


Author: toshio

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

Modified Files:
	.cvsignore bzrtools.spec sources 
Log Message:
- Update to 0.14.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/FC-6/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	11 Dec 2006 00:40:57 -0000	1.8
+++ .cvsignore	24 Jan 2007 03:33:40 -0000	1.9
@@ -1 +1 @@
-bzrtools-0.13.0.tar.gz
+bzrtools-0.14.0.tar.gz


Index: bzrtools.spec
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/FC-6/bzrtools.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bzrtools.spec	11 Dec 2006 00:40:57 -0000	1.13
+++ bzrtools.spec	24 Jan 2007 03:33:41 -0000	1.14
@@ -1,7 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%define bzrver 0.14
+%define bzrnextver 0.15
+
 Name:           bzrtools
-Version:        0.13.0
+Version:        %{bzrver}.0
 Release:        1%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
@@ -14,7 +17,11 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires:   bzr >= 0.11
+# Bzrtools is meant to work with a version of bzr that is the same major
+# version.  In addition to being incompatible with older bzr versions, it is 
+# also untested with bzrversion++ and may not work (depending on what has
+# changed between releases.)
+Requires:   bzr >= %{bzrver}, bzr < %{bzrnextver}
 
 %description
 BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
@@ -57,6 +64,14 @@
 %{python_sitelib}/bzrlib/plugins/bzrtools/tests/
 
 %changelog
+* Tue Jan 23 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.14.0-1
+- Update to 0.14.0.
+
+* Sat Jan 13 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.13.0-2
+- Update the dependencies to reflect the fact that bzrtools is meant to work
+  with bzr of the same major version. (Thanks to Aaron Bentley for pointing
+  this out.)
+
 * Wed Dec 06 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.13.0-1
 - Update to 0.13.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/FC-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	11 Dec 2006 00:40:57 -0000	1.8
+++ sources	24 Jan 2007 03:33:41 -0000	1.9
@@ -1 +1 @@
-b9d1884d865f37ea6d04d4297d093e89  bzrtools-0.13.0.tar.gz
+5932729e81f19562a6a844be2555a115  bzrtools-0.14.0.tar.gz




More information about the scm-commits mailing list