From 9658e982ec4a77f000790630dfc41a67cbdff700 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Tue, 7 Aug 2012 11:55:31 +1000 Subject: [PATCH] Version 1.3.10 --- .gitignore | 1 + sources | 2 +- zanata-python-client.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0820eda..15161c6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /zanata-python-client-1.3.6.tar.gz /zanata-python-client-1.3.7.tar.gz /zanata-python-client-1.3.8.tar.gz +/zanata-python-client-1.3.10.tar.gz diff --git a/sources b/sources index 3343dd3..6faca25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65ab7ef83821f54a570b4946875f1217 zanata-python-client-1.3.8.tar.gz +68e5702beba1e482b9c230535ef053a6 zanata-python-client-1.3.10.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 21b5c45..046ac0c 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,20 +1,20 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: zanata-python-client -Version: 1.3.8 -Release: 2%{?dist} +Version: 1.3.10 +Release: 1%{?dist} Summary: Python Client for Zanata Server Group: Development/Tools License: LGPLv2+ URL: http://zanata.org -Source0: http://jamesni.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz +Source0: https://github.com/downloads/zanata/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools -Requires: python-polib >= 0.7.0-2 -Requires: python-httplib2 >= 0.7.4-4 +Requires: python-polib >= 1.0.0-1 +Requires: python-httplib2 >= 0.7.4-6 Requires: python-hashlib %{?el5:Requires: python-simplejson} Conflicts: python-json @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Tue Aug 07 2012 Ding-Yi Chen - 1.3.10-1 +- Fixed rhbz#727833, "Copy previous translations:True" is ambiguous + * Sun Jul 22 2012 Fedora Release Engineering - 1.3.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild