- 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
This commit is contained in:
parent
ad4ac4fc7e
commit
9389364874
3 changed files with 14 additions and 4 deletions
|
|
@ -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 <dchen@redhat.com> - 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 <dchen@redhat.com> - 1.4.0-1
|
||||
- Upsteam update to 1.4.0 which fixed:
|
||||
- Bug 1215274 - specify minimum percentage completion on pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue