Upstream has released new version

This commit is contained in:
anish 2014-09-11 11:07:48 +05:30
commit dc42b554f4
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/1.3.14.tar.gz
/v1.3.15.tar.gz

View file

@ -1 +1 @@
36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz
ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz

View file

@ -1,10 +1,10 @@
Name: zanata-python-client
Version: 1.3.14
Release: 3%{?dist}
Version: 1.3.15
Release: 1%{?dist}
Summary: Python Client for Zanata Server
License: LGPLv2+
URL: http://zanata.org
Source0: https://github.com/zanata/zanata-python-client/archive/%{version}.tar.gz
Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz
BuildArch: noarch
@ -42,6 +42,9 @@ cp -pr zanataclient/VERSION-FILE build/lib/zanataclient
%{_bindir}/*
%changelog
* Thu Sep 11 2014 Anish Patil <apatil@redhat.com> - 1.3.15-1
- Upstream has released new version
* Fri Jul 25 2014 Anish Patil <apatil@redhat.com> - 1.3.14-3
- Incorporated package review comments