From ad317505ec15864b44d65a3cf50148418b84bc85 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 11 Sep 2014 11:23:22 +0530 Subject: [PATCH] Build for new release --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4708a6e..0842c50 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /zanata-python-client-1.3.12.tar.gz /zanata-python-client-1.3.13.tar.gz /1.3.14.tar.gz +/v1.3.15.tar.gz diff --git a/sources b/sources index 580c523..121643f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36d20cfdb1b44969fedbe44cdbee0dbb 1.3.14.tar.gz +ac16b5e12bf48e1c1fa0a0084a9e5407 v1.3.15.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index abec701..cddfede 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -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 - 1.3.15-1 +- Upstream has released new version + * Fri Jul 25 2014 Anish Patil - 1.3.14-3 - Incorporated package review comments