From 88dac0937681a1d2745fa704b2d2680b125ce03c Mon Sep 17 00:00:00 2001 From: James Ni Date: Thu, 1 Dec 2011 13:58:39 +0800 Subject: [PATCH 1/2] Change to version 1.3.3 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 575875a..5e50082 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /zanata-python-client-1.3.0.tar.gz /zanata-python-client-1.3.1.tar.gz /zanata-python-client-1.3.2.tar.gz +/zanata-python-client-1.3.3.tar.gz diff --git a/sources b/sources index 00cd988..c068979 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -950dd4c79270ee525b64109e93e41408 zanata-python-client-1.3.2.tar.gz +550cd0621b6c2bf2047811cffdb951ce zanata-python-client-1.3.3.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 65ec016..7746f5f 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -47,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Dec 01 2011 James Ni - 1.3.3-1 +- Fixed rhbz#751648: Error reading path names with dots +- Fixed rhbz#754869: The python client is pulling some files with a wrong path +- Fixed rhbz#756617: python client process file name not correctly for file name contain more than one dot +- Fixed rhbz#753719: Python client explodes on F16 + * Thu Nov 03 2011 James Ni - 1.3.2-1 - csv format glossary file support - support msgctxt when pushing po file to server and pull it back From c0af839fc40f80ec6a967129f7a29e6b984c93f1 Mon Sep 17 00:00:00 2001 From: James Ni Date: Thu, 1 Dec 2011 14:04:05 +0800 Subject: [PATCH 2/2] Change to version 1.3.3 --- zanata-python-client.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 7746f5f..940388a 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.2 +Version: 1.3.3 Release: 1%{?dist} Summary: Python Client for Zanata Server