diff --git a/python-polib.spec b/python-polib.spec index d052ade..ff4d9c5 100644 --- a/python-polib.spec +++ b/python-polib.spec @@ -4,7 +4,7 @@ Name: python-polib Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to parse and manage gettext catalogs Group: Development/Languages @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Nov 01 2011 Ding-Yi Chen - 0.7.0-2 - Update to upstream commit dbafdc621bf4, which include following: * Add check for unescaped quotes at the beginning of the string + unit tests