Merge branch 'master' into f22
This commit is contained in:
commit
102932c566
3 changed files with 14 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
edf01427031321d71f540ea6e46e40ef v1.4.0.tar.gz
|
||||
077fee479e135c3d61098c6edb47e27a zpc-v1.4.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -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