Upstream has released new version

This commit is contained in:
anish 2015-07-27 14:34:48 +10:00
commit 49f5b49238
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/v1.3.19.tar.gz
/v1.3.20.tar.gz
/v1.3.21.tar.gz
/v1.3.22.tar.gz

View file

@ -1 +1 @@
3bca1ea2002799f69901c46dad070a1f v1.3.21.tar.gz
cc4d32f4968236d5e6bf925653884d7f v1.3.22.tar.gz

View file

@ -1,5 +1,5 @@
Name: zanata-python-client
Version: 1.3.21
Version: 1.3.22
Release: 1%{?dist}
Summary: Python Client for Zanata Server
License: LGPLv2+
@ -37,12 +37,15 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient
rm -rf $RPM_BUILD_ROOT/%{_docdir}
%files
%doc README COPYING.LESSER zanata.ini CHANGELOG
%doc README.rst COPYING.LESSER zanata.ini CHANGELOG
%{python2_sitelib}/*
%{_bindir}/*
%changelog
* Mon Jul 27 2015 Anish Patil <anish.developer@gmail.com> - 1.3.22-1
- Upstream has released new version
* Tue Mar 03 2015 Anish Patil <apatil@redhat.com> - 1.3.21-1
- Upstream has released new version