Ver 1.3.13
This commit is contained in:
parent
5e270ea52a
commit
bd91480361
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b72d17fe103939e9571243ea210695bc zanata-python-client-1.3.12.tar.gz
|
||||
ab55b8c8141239c18fb6399f733eac72 zanata-python-client-1.3.13.tar.gz
|
||||
|
|
|
|||
|
|
@ -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