update to v1.5.2
This commit is contained in:
parent
8be9bc341c
commit
759eacef1f
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
/v1.4.2.tar.gz
|
||||
/v1.5.0.tar.gz
|
||||
/v1.5.1.tar.gz
|
||||
/v1.5.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1592751e3eadd78ccca30d5566215155 v1.5.1.tar.gz
|
||||
SHA512 (v1.5.2.tar.gz) = c02a110fccb966993a9b95912262820f72987e6aa31cc53fcec0a4a09e6a5d37f2c435b6d19629c71b87431e63f78f6725d789682bd0d6d08329fed0a6a34734
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%{!?__python2: %global __python2 %{__python}}
|
||||
%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
|
||||
Name: zanata-python-client
|
||||
Version: 1.5.1
|
||||
Release: 6%{?dist}
|
||||
Version: 1.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
License: LGPLv2+
|
||||
Group: Applications/Text
|
||||
|
|
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}
|
|||
%{python2_sitelib}
|
||||
|
||||
%changelog
|
||||
* Mon Apr 16 2018 Sundeep Anand <suanand@redhat.com> - 1.5.2-1
|
||||
- Upstream update to 1.5.2-1
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue