rpms/bzr/FC-6 .cvsignore, 1.8, 1.9 bzr.spec, 1.11, 1.12 sources, 1.8, 1.9

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Dec 10 23:26:40 UTC 2006


Author: toshio

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

Modified Files:
	.cvsignore bzr.spec sources 
Log Message:
- Conditionalize the python-elementtree requires as python2.5 in FC7 includes
  elementtree
- Update to 0.13



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-6/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	6 Nov 2006 18:04:27 -0000	1.8
+++ .cvsignore	10 Dec 2006 23:26:09 -0000	1.9
@@ -1 +1 @@
-bzr-0.12.tar.gz
+bzr-0.13.tar.gz


Index: bzr.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-6/bzr.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bzr.spec	6 Nov 2006 18:04:27 -0000	1.11
+++ bzr.spec	10 Dec 2006 23:26:10 -0000	1.12
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bzr
-Version:        0.12
-Release:        1%{?dist}
+Version:        0.13
+Release:        2%{?dist}
 Summary:        Friendly distributed version control system
 
 Group:          Development/Tools
@@ -12,9 +12,15 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-elementtree
+BuildRequires:  python-devel
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
-Requires:   python-elementtree python-paramiko
+Requires:   python-paramiko
+
+# ElementTree is part of python2.5 on FC7+
+%if 0%{?fedora} <= 6
+BuildRequires:   python-elementtree
+Requires:   python-elementtree
+%endif
 
 %description
 Bazaar-NG is a distributed revision control system that is powerful, friendly,
@@ -158,6 +164,13 @@
 %{python_sitelib}/bzrlib/tests/*
 
 %changelog
+* Sun Dec 10 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.13-2
+- Conditionalize the python-elementtree requires as python2.5 in FC7 includes
+  elementtree
+
+* Wed Dec 6 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.13-1
+- Update to 0.13
+
 * Thu Oct 30 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.12-1
 - Update to 0.12
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	6 Nov 2006 18:04:27 -0000	1.8
+++ sources	10 Dec 2006 23:26:10 -0000	1.9
@@ -1 +1 @@
-68bf4e425a93bdf5961af9c3c35229bf  bzr-0.12.tar.gz
+14278ee54bef1cf65ee13735b134f9dd  bzr-0.13.tar.gz




More information about the scm-commits mailing list