Ver 1.3.13

This commit is contained in:
Ding-Yi Chen 2012-12-20 12:14:46 +10:00
commit bd91480361
3 changed files with 8 additions and 2 deletions

View file

@ -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 <sflaniga@redhat.com> - 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 <sflaniga@redhat.com> - 1.3.12-1
- Revised test files
- Use PUT instead of POST/PUT when pushing source documents