Ver 1.3.13
This commit is contained in:
parent
5e270ea52a
commit
bd91480361
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue