diff --git a/.gitignore b/.gitignore index b0b0241..c5592c3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /v1.3.21.tar.gz /v1.3.22.tar.gz /v1.4.0.tar.gz +/zpc-v1.4.1.tar.gz diff --git a/sources b/sources index 22db96c..5eef185 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -edf01427031321d71f540ea6e46e40ef v1.4.0.tar.gz +077fee479e135c3d61098c6edb47e27a zpc-v1.4.1.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 97bffcb..ccc5fdc 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,12 +1,12 @@ %{!?__python2: %define __python2 %{__python}} %{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} Name: zanata-python-client -Version: 1.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/zpc-v%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools @@ -27,7 +27,7 @@ Obsoletes: flies-python-client < 1.1 Zanata Python client is a client that communicate with Zanata server. %prep -%setup -q +%setup -q -n zanata-python-client-zpc-v%{version} %build %{__python2} setup.py build @@ -45,6 +45,15 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 +- Upsteam update to 1.4.1 which fixed: + * Improvements + - zanata init Initialize Zanata project configuration + - zanata stats Displays translation statistics for a Zanata project version + * Bug fixes + - Bug 1206995 - Should allow anonymous pull from Zanata + - Bug ZNTA-853 - Crash when pushing local translations + * Thu Dec 10 2015 Ding-Yi Chen - 1.4.0-1 - Upsteam update to 1.4.0 which fixed: - Bug 1215274 - specify minimum percentage completion on pull