[transifex-client/el6] add patch in the spec

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Oct 25 01:56:29 UTC 2013


commit 4ff715622ec2974c190b916032ec8d93f0e74343
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Thu Oct 24 20:56:26 2013 -0500

    add patch in the spec

 transifex-client.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index 422e352..c520061 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,17 +2,19 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 Requires:       python-setuptools
+Requires:       python-backports-ssl_match_hostname
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
@@ -42,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Thu Oct 24 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-6
+- add patch thanks echevemaster
+
 * Sat Oct 12 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-5
 - Fix BZ #1002546 - add dependency
 


More information about the scm-commits mailing list