Build for new release

This commit is contained in:
anish 2014-09-11 11:23:22 +05:30
commit ad317505ec
3 changed files with 8 additions and 4 deletions

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