diff --git a/.gitignore b/.gitignore index 8bcd0a2..9ff63f0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /zanata-python-client-1.3.10.tar.gz /zanata-python-client-1.3.11.tar.gz /zanata-python-client-1.3.12.tar.gz +/zanata-python-client-1.3.13.tar.gz diff --git a/sources b/sources index a86af40..4599081 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b72d17fe103939e9571243ea210695bc zanata-python-client-1.3.12.tar.gz +ab55b8c8141239c18fb6399f733eac72 zanata-python-client-1.3.13.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index e7bd601..1f16bca 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zanata-python-client -Version: 1.3.12 +Version: 1.3.13 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Nov 21 2012 Sean Flanigan - 1.3.13-1 +- Use dict instead of nested loop +- Ensure that msgstr_plural is always set for plural strings +- Rename message to poentry for consistency + * Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 - Revised test files - Use PUT instead of POST/PUT when pushing source documents