Merge changes for require python-polib
This commit is contained in:
commit
aaeddb2e3f
3 changed files with 15 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/zanata-python-client-1.2.6.tar.gz
|
||||
/zanata-python-client-1.3.0.tar.gz
|
||||
/zanata-python-client-1.3.1.tar.gz
|
||||
/zanata-python-client-1.3.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
357d966dfd2c49870046908ab5c3d02e zanata-python-client-1.3.1.tar.gz
|
||||
950dd4c79270ee525b64109e93e41408 zanata-python-client-1.3.2.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.1
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-polib
|
||||
Requires: python-polib >= 0.7.0-2
|
||||
Requires: python-httplib2
|
||||
Requires: python-hashlib
|
||||
%{?el5:Requires: python-simplejson}
|
||||
|
|
@ -48,6 +48,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 03 2011 James Ni <jni@redhat.com> - 1.3.2-1
|
||||
- csv format glossary file support
|
||||
- support msgctxt when pushing po file to server and pull it back
|
||||
- Fixed rhbz#696474: python client should only delete files from server which no longer exist on client
|
||||
- Fixed rhbz#690687: python client should log a message for 301 redirects
|
||||
- Fixed rhbz#738510: --help does not list commands
|
||||
- Fixed rhbz#740159: python client: pushing with --merge=import does not overwrite the translation on server
|
||||
- Fixed rhbz#738907: can not disable copytrans option when pushing source to zanata server with --no-copytrans option
|
||||
- Fixed rhbz#738514: zanata push fails with JSON error
|
||||
- Fixed rhbz#750675: zanata client pull command should be able to reconstruct msgctxt and msgid
|
||||
|
||||
* Wed Aug 31 2011 James Ni <jni@redhat.com> - 1.3.1-1
|
||||
- Fix #rhbz734270 Reinstate publican/po push '--import-po' option
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue