Change to version 1.3.8
This commit is contained in:
parent
10cf60bfb5
commit
d9c77d5f71
3 changed files with 11 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
/zanata-python-client-1.3.5.tar.gz
|
||||
/zanata-python-client-1.3.6.tar.gz
|
||||
/zanata-python-client-1.3.7.tar.gz
|
||||
/zanata-python-client-1.3.8.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6f08ef809b614e23cf4ca104c6a3522c zanata-python-client-1.3.7.tar.gz
|
||||
65ab7ef83821f54a570b4946875f1217 zanata-python-client-1.3.8.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.3.7
|
||||
Version: 1.3.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ 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-1
|
||||
Requires: python-httplib2 >= 0.7.4-4
|
||||
Requires: python-hashlib
|
||||
%{?el5:Requires: python-simplejson}
|
||||
Conflicts: python-json
|
||||
|
|
@ -48,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2012 James Ni <jni@redhat.com> - 1.3.8-1
|
||||
- Fix issue of po/publican push and po/publican pull command for project_type
|
||||
- Fixed rhbz826821, glossary-push failed on big compendium po file
|
||||
- Add link of trouble shooting page to error message
|
||||
- Fix bypass ssl certificate check issue
|
||||
- Change Delete to Deleting
|
||||
|
||||
* Wed Jun 13 2012 James Ni <jni@redhat.com> - 1.3.7-1
|
||||
- Fixed rhbz#827316, failed to push pot with msgid_plural against 1.6 server
|
||||
- Fixed rhbz#826798, zanata pull fail to pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue