rpms/bzrtools/devel bzrtools.spec,1.13,1.14

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Jan 14 06:11:10 UTC 2007


Author: toshio

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

Modified Files:
	bzrtools.spec 
Log Message:
- Update the dependencies to reflect the fact that bzrtools is meant to work
  with bzr of the same major version.



Index: bzrtools.spec
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bzrtools.spec	11 Dec 2006 00:20:45 -0000	1.13
+++ bzrtools.spec	14 Jan 2007 06:10:40 -0000	1.14
@@ -1,8 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%define bzrversion 0.13
+
 Name:           bzrtools
-Version:        0.13.0
-Release:        1%{?dist}
+Version:        %{bzrversion}.0
+Release:        2%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
@@ -14,7 +16,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 >= %{bzrversion}
 
 %description
 BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
@@ -57,6 +63,10 @@
 %{python_sitelib}/bzrlib/plugins/bzrtools/tests/
 
 %changelog
+* 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.
+
 * Wed Dec 06 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.13.0-1
 - Update to 0.13.0
 




More information about the scm-commits mailing list