From 5de89b310bf32a0da757928513a842348e769ef6 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Thu, 21 Jan 2016 10:44:47 +1000 Subject: [PATCH] - Upstream update to 1.4.2 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 21 +++++++++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c5592c3..61db8d6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /v1.3.22.tar.gz /v1.4.0.tar.gz /zpc-v1.4.1.tar.gz +/v1.4.2.tar.gz diff --git a/sources b/sources index 5eef185..f176554 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -077fee479e135c3d61098c6edb47e27a zpc-v1.4.1.tar.gz +c7fa0b97a4612192edb7a2b4b2da0ea5 v1.4.2.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index bf2b33c..f3363d8 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,13 +1,13 @@ -%{!?__python2: %define __python2 %{__python}} -%{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} +%{!?__python2: %global __python2 %{__python}} +%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text URL: http://zanata.org -Source0: https://github.com/zanata/zanata-python-client/archive/zpc-v%{version}.tar.gz +Source0: https://github.com/zanata/zanata-python-client/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools @@ -32,7 +32,7 @@ Obsoletes: flies-python-client < 1.1 Zanata Python client is a client that communicate with Zanata server. %prep -%setup -q -n zanata-python-client-zpc-v%{version} +%setup -q -n %{name}-%{version} %build %{__python2} setup.py build @@ -51,13 +51,18 @@ rm -rf %{buildroot} %{_bindir}/* %{python2_sitelib} - %changelog +* Thu Jan 21 2016 Ding-Yi Chen - 1.4.2-1 +- Upstream update to 1.4.2 + +* Wed Jan 20 2016 Jason L Tibbitts III - 1.4.1-4 +- Change define -> global to fix build issue with epel-rpm-macros. + * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-3 Fix the EPEL5 build. * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 -Fix the Fedora 22 rpmlint error. +- Fix the Fedora 22 rpmlint error. * Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 - Upsteam update to 1.4.1 which fixed: