From a2f3fed57c24519dcd9b543dada5ad9165e3e988 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Apr 07 2010 14:33:11 +0000 Subject: - 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). --- 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 fc62850..cdffee9 100644 --- a/babel.spec +++ b/babel.spec @@ -1,14 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: babel -Version: 0.9.4 -Release: 5%{?dist} +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 @@ -65,6 +65,18 @@ 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 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