Change to version 1.2.5
This commit is contained in:
parent
a14bd74194
commit
6d5d6d4886
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/zanata-python-client-1.2.2.tar.gz
|
||||
/zanata-python-client-1.2.3.tar.gz
|
||||
/zanata-python-client-1.2.4.tar.gz
|
||||
/zanata-python-client-1.2.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0d66dc8254170d4ac86a496c261cabbb zanata-python-client-1.2.4.tar.gz
|
||||
4d140a61b6fd47ef694383d1101b5ec4 zanata-python-client-1.2.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -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.4
|
||||
Version: 1.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
|
||||
|
|
@ -15,6 +15,7 @@ BuildArch: noarch
|
|||
BuildRequires: python-setuptools
|
||||
Requires: python-polib
|
||||
Requires: python-httplib2
|
||||
Conflicts: python-json
|
||||
%if 0%{?fedora} < 13
|
||||
BuildRequires: python-devel
|
||||
%endif
|
||||
|
|
@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 01 2011 James Ni <jni@redhat.com> - 1.2.5-1
|
||||
- Bug fix and usability improvement
|
||||
|
||||
* Thu May 05 2011 James Ni <jni@redhat.com> - 1.2.4-1
|
||||
- Fix rhbz#702192
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue