diff --git a/.cvsignore b/.cvsignore index 2c2ac30..a1f2e0e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bzr-0.12.tar.gz +bzr-0.13.tar.gz diff --git a/bzr.spec b/bzr.spec index 567c474..46422aa 100644 --- a/bzr.spec +++ b/bzr.spec @@ -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 @@ Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz 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 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/bzrlib/tests/* %changelog +* Sun Dec 10 2006 Toshio Kuratomi 0.13-2 +- Conditionalize the python-elementtree requires as python2.5 in FC7 includes + elementtree + +* Wed Dec 6 2006 Toshio Kuratomi 0.13-1 +- Update to 0.13 + * Thu Oct 30 2006 Toshio Kuratomi 0.12-1 - Update to 0.12 diff --git a/sources b/sources index f319427..313539a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68bf4e425a93bdf5961af9c3c35229bf bzr-0.12.tar.gz +14278ee54bef1cf65ee13735b134f9dd bzr-0.13.tar.gz