v1.5.0 release

This commit is contained in:
Sundeep Anand 2016-04-15 16:16:18 +05:30
commit 64841032fa
3 changed files with 17 additions and 3 deletions

View file

@ -2,7 +2,7 @@
%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
Name: zanata-python-client
Version: 1.5.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python Client for Zanata Server
License: LGPLv2+
Group: Applications/Text
@ -13,12 +13,14 @@ BuildArch: noarch
BuildRequires: python-setuptools
Requires: python-polib >= 1.0.0-1
Requires: python-httplib2 >= 0.7.4-6
Requires: python-lxml
%if 0%{?rhel}
%if 0%{?rhel} < 6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-hashlib
Requires: python-simplejson
Requires: python-ordereddict
%endif
%endif
@ -47,11 +49,22 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README.rst COPYING.LESSER zanata.ini CHANGELOG
%doc README.rst COPYING.LESSER zanata.ini zanata_example.xml CHANGELOG
%{_bindir}/*
%{python2_sitelib}
%changelog
* Fri Apr 15 2016 Sundeep Anand <suanand@redhat.com> - 1.5.0-2
- add build requires, v1.5.0 release notes:
- Bug 1139950 - Translation files mapping rules
- Bug 1311705 - traceback when trying to push
- ZNTA-303 - podir projects handling
- ZNTA-927 - Project Status and Versions
- ZNTA-929 - failed to retrieve version in non-git environment
- ZNTA-934 - init failed to generate java-client compatible zanata.xml
- ZNTA-936 - error message for unexpected html response
- ZNTA-946 - Cannot push with zanata Python client 1.4.2
* Fri Apr 15 2016 Ding-Yi Chen <dchen@redhat.com> - 1.5.0-1
- Upstream update to 1.5.0-1