Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b30c80c14 |
3 changed files with 6 additions and 5 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: 3%{?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,8 +54,8 @@ rm -rf %{buildroot}
|
||||||
%{python2_sitelib}
|
%{python2_sitelib}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
|
* Wed Oct 26 2016 Sundeep Anand <suanand@redhat.com> - 1.5.1-1
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue