From 458b52a142b4a098edf668d4b1ae0790298c2f6b Mon Sep 17 00:00:00 2001 From: James Ni Date: Wed, 31 Aug 2011 15:59:46 +0800 Subject: [PATCH 1/2] Fix #rhbz734270 Reinstate publican/po push '--import-po' option --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index feffb6b..ac291d8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /zanata-python-client-1.2.5.tar.gz /zanata-python-client-1.2.6.tar.gz /zanata-python-client-1.3.0.tar.gz +/zanata-python-client-1.3.1.tar.gz diff --git a/sources b/sources index 4e1f84f..e74e91d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -deefcd8f411bf2e521efa6a19902612f zanata-python-client-1.3.0.tar.gz +357d966dfd2c49870046908ab5c3d02e zanata-python-client-1.3.1.tar.gz From ef393388cfe2ef521852bf7f2fc8260e87fe1668 Mon Sep 17 00:00:00 2001 From: James Ni Date: Wed, 31 Aug 2011 16:01:34 +0800 Subject: [PATCH 2/2] Fix #rhbz734270 Reinstate publican/po push '--import-po' option --- zanata-python-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index b9ab643..aab72ae 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,7 +1,7 @@ %{!?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.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Python Client for Zanata Server @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Aug 31 2011 James Ni - 1.3.1-1 +- Fix #rhbz734270 Reinstate publican/po push '--import-po' option + * Tue Aug 23 2011 James Ni - 1.3.0-1 - Change to version 1.3.0