Change to version 1.2.4

This commit is contained in:
James Ni 2011-05-05 17:23:38 +08:00
commit a14bd74194
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/zanata-python-client-1.2.2.tar.gz
/zanata-python-client-1.2.3.tar.gz
/zanata-python-client-1.2.4.tar.gz

View file

@ -1 +1 @@
ed386215f7bedb1a5aacf1f171117fae zanata-python-client-1.2.3.tar.gz
0d66dc8254170d4ac86a496c261cabbb zanata-python-client-1.2.4.tar.gz

View file

@ -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.2.3
Version: 1.2.4
Release: 1%{?dist}
Summary: Python Client for Zanata Server
@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Thu May 05 2011 James Ni <jni@redhat.com> - 1.2.4-1
- Fix rhbz#702192
* Wed Apr 27 2011 James Ni <jni@redhat.com> - 1.2.3-1
- Fix rhbz#696474, rhbz#696515, rhbz#696437, rhbz#698028, rhbz#695598, rhbz#690687