Version 1.3.10
This commit is contained in:
parent
b6119064e1
commit
9658e982ec
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
|||
/zanata-python-client-1.3.6.tar.gz
|
||||
/zanata-python-client-1.3.7.tar.gz
|
||||
/zanata-python-client-1.3.8.tar.gz
|
||||
/zanata-python-client-1.3.10.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
65ab7ef83821f54a570b4946875f1217 zanata-python-client-1.3.8.tar.gz
|
||||
68e5702beba1e482b9c230535ef053a6 zanata-python-client-1.3.10.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
%{!?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.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Client for Zanata Server
|
||||
|
||||
Group: Development/Tools
|
||||
License: LGPLv2+
|
||||
URL: http://zanata.org
|
||||
Source0: http://jamesni.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/downloads/zanata/%{name}/%{name}-%{version}.tar.gz
|
||||
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-4
|
||||
Requires: python-polib >= 1.0.0-1
|
||||
Requires: python-httplib2 >= 0.7.4-6
|
||||
Requires: python-hashlib
|
||||
%{?el5:Requires: python-simplejson}
|
||||
Conflicts: python-json
|
||||
|
|
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.3.10-1
|
||||
- Fixed rhbz#727833, "Copy previous translations:True" is ambiguous
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue