From 5ed61c89115ad7c0ec59b7394bfb48ecb2bdadfc Mon Sep 17 00:00:00 2001 From: lbazan Date: Jan 15 2014 17:13:31 +0000 Subject: new upstream version --- diff --git a/transifex-client.spec b/transifex-client.spec index 7ea0599..5746fca 100644 --- a/transifex-client.spec +++ b/transifex-client.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: transifex-client -Version: 0.9.1 +Version: 0.10 Release: 1%{?dist} Summary: Command line tool for Transifex translation management @@ -9,7 +9,7 @@ Group: Development/Languages License: GPLv2 URL: http://transifex.org Source: http://pypi.python.org/packages/source/t/transifex-client/%{name}-%{version}.tar.gz -Patch0: transifex-client-0.9-use-system-wide-backports-ssl.patch +#Patch0: transifex-client-0.9-use-system-wide-backports-ssl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -25,7 +25,7 @@ need of an elaborate UI system. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build %{__python} setup.py build @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Jan 15 2014 Luis Bazan - 0.10-1 +- New Upstream version + * Mon Dec 02 2013 Luis Bazan - 0.9.1-1 - New Upstream version