diff --git a/.cvsignore b/.cvsignore index bf83979..c292802 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Babel-0.9.4.tar.bz2 +Babel-0.9.5.tar.gz diff --git a/babel.spec b/babel.spec index 141fdb9..cdffee9 100644 --- a/babel.spec +++ b/babel.spec @@ -1,20 +1,21 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: babel -Version: 0.9.4 +Version: 0.9.5 Release: 1%{?dist} Summary: Tools for internationalizing Python applications Group: Development/Languages License: BSD URL: http://babel.edgewall.org/ -Source0: http://ftp.edgewall.com/pub/babel/Babel-%{version}.tar.bz2 +Source0: http://ftp.edgewall.com/pub/babel/Babel-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel Requires: python-babel +Requires: python-setuptools %description Babel is composed of two major parts: @@ -64,6 +65,30 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Wed Apr 7 2010 Jeffrey C. Ollie - 0.9.5-1 +- This release contains a small number of bugfixes over the 0.9.4 +- release. +- +- What's New: +- ----------- +- * Fixed the case where messages containing square brackets would break +- with an unpack error +- * Fuzzy matching regarding plurals should *NOT* be checked against +- len(message.id) because this is always 2, instead, it's should be +- checked against catalog.num_plurals (ticket #212). + +* Fri Jul 24 2009 Fedora Release Engineering - 0.9.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Mar 28 2009 Robert Scheck - 0.9.4-4 +- Added missing requires to python-setuptools for pkg_resources + +* Mon Feb 23 2009 Fedora Release Engineering - 0.9.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.9.4-2 +- Rebuild for Python 2.6 + * Mon Aug 25 2008 Jeffrey C. Ollie - 0.9.4-1 - Update to 0.9.4 diff --git a/sources b/sources index 06eade6..0d9a69a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67699db7c58b697ec8c2500d044ebd54 Babel-0.9.4.tar.bz2 +05603f058644f81b9b5f75d0161a14dd Babel-0.9.5.tar.gz