Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75ee7f9059 |
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
|
/zpc-v1.4.1.tar.gz
|
||||||
/v1.4.2.tar.gz
|
/v1.4.2.tar.gz
|
||||||
/v1.5.0.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: %global __python2 %{__python}}
|
||||||
%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
|
%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}}
|
||||||
Name: zanata-python-client
|
Name: zanata-python-client
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python Client for Zanata Server
|
Summary: Python Client for Zanata Server
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
@ -54,6 +54,9 @@ rm -rf %{buildroot}
|
||||||
%{python2_sitelib}
|
%{python2_sitelib}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 15 2016 Sundeep Anand <suanand@redhat.com> - 1.5.0-2
|
||||||
- add build requires, v1.5.0 release notes:
|
- add build requires, v1.5.0 release notes:
|
||||||
- Bug 1139950 - Translation files mapping rules
|
- Bug 1139950 - Translation files mapping rules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue