Change to version 1.2.6
This commit is contained in:
parent
e243c7ff24
commit
452a7ed443
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/zanata-python-client-1.2.3.tar.gz
|
||||
/zanata-python-client-1.2.4.tar.gz
|
||||
/zanata-python-client-1.2.5.tar.gz
|
||||
/zanata-python-client-1.2.6.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cb80a9a97d77fe1951098862edfee8e0 zanata-python-client-1.2.5.tar.gz
|
||||
fe6f10014b947542811fe3a5c577e3bd zanata-python-client-1.2.6.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%{!?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.5
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
|
||||
Group: Development/Tools
|
||||
|
|
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 20 2011 James Ni <jni@redhat.com> - 1.2.6-1
|
||||
- Change to version 1.2.6
|
||||
|
||||
* Thu Jun 02 2011 James Ni <jni@redhat.com> - 1.2.5-3
|
||||
- Fix error of onditionals of RHEL5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue