Update to v1.5.1
This commit is contained in:
parent
5c745912eb
commit
5bce63c9fa
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@
|
|||
/zpc-v1.4.1.tar.gz
|
||||
/v1.4.2.tar.gz
|
||||
/v1.5.0.tar.gz
|
||||
/v1.5.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b48962a5930e55f464b81caa96311229 v1.5.0.tar.gz
|
||||
1592751e3eadd78ccca30d5566215155 v1.5.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%{!?__python2: %global __python2 %{__python}}
|
||||
%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
|
||||
Name: zanata-python-client
|
||||
Version: 1.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
License: LGPLv2+
|
||||
Group: Applications/Text
|
||||
|
|
@ -54,6 +54,9 @@ rm -rf %{buildroot}
|
|||
%{python2_sitelib}
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2016 Sundeep Anand <suanand@redhat.com> - 1.5.1-1
|
||||
- Upstream update to 1.5.1-1
|
||||
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue