From dc42b554f4265aa82ba399b3349f04b57d4be1a1 Mon Sep 17 00:00:00 2001 From: anish Date: Thu, 11 Sep 2014 11:07:48 +0530 Subject: [PATCH] Upstream has released new version --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 677629a..0575010 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /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