[transifex-client] fix BZ # 1002546

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Oct 10 02:57:52 UTC 2013


commit fc44939374dc3a3b30288f6ce5ca3a9641b72b9e
Author: Luis Bazán <lbazan at localhost.localdomain>
Date:   Wed Oct 9 21:57:24 2013 -0500

    fix BZ # 1002546

 transifex-client.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index 2914288..d8914d2 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,7 +2,7 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
@@ -10,8 +10,9 @@ License:        GPLv2
 URL:            http://transifex.org
 Source:         http://pypi.python.org/packages/source/t/transifex-client/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
+
+Requires:       python-setuptools
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
@@ -41,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Wed Oct 09 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-5
+- Fix BZ #1002546
+
 * Mon Aug 26 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-4
 - remove dependency
 


More information about the scm-commits mailing list