diff --git a/.cvsignore b/.cvsignore index aad98c1..106243c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Babel-0.9.tar.bz2 +Babel-0.9.1.tar.bz2 diff --git a/babel.spec b/babel.spec index 61e521d..52059a1 100644 --- a/babel.spec +++ b/babel.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: babel -Version: 0.9 +Version: 0.9.1 Release: 1%{?dist} Summary: Tools for internationalizing Python applications @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-setuptools-devel Requires: python-babel %description @@ -64,6 +64,12 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Sun Dec 16 2007 Jeffrey C. Ollie - 0.9.1-1 +- Update to 0.9.1 + +* Tue Aug 28 2007 Jeffrey C. Ollie - 0.9-2 +- BR python-setuptools-devel + * Mon Aug 27 2007 Jeffrey C. Ollie - 0.9-1 - Update to 0.9 diff --git a/sources b/sources index 314a97b..6d0205a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33db2dcb854e6dd1cbc6156849fdefc0 Babel-0.9.tar.bz2 +cce04a6fd97b9a144d618b60cd976675 Babel-0.9.1.tar.bz2