diff --git a/.gitignore b/.gitignore index e11ef4c..8bcd0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /zanata-python-client-1.3.8.tar.gz /zanata-python-client-1.3.10.tar.gz /zanata-python-client-1.3.11.tar.gz +/zanata-python-client-1.3.12.tar.gz diff --git a/sources b/sources index 990681b..a86af40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87f4fcf21d08549253b880facd3b1ee4 zanata-python-client-1.3.11.tar.gz +b72d17fe103939e9571243ea210695bc zanata-python-client-1.3.12.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 87e01bb..e7bd601 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.11 +Version: 1.3.12 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Nov 15 2012 Sean Flanigan - 1.3.12-1 +- Revised test files +- Use PUT instead of POST/PUT when pushing source documents +- Change Flies to Zanata in messages + * Tue Aug 07 2012 Ding-Yi Chen - 1.3.11-1 - Updated: CHANGELOG and setup.py