[transifex-client] change python-backport-ssl to python-backports-ssl_match_hostname

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


commit b3dab046ed5328f1a4cb573038428c30fe7374c4
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Thu Oct 24 20:12:30 2013 -0500

    change python-backport-ssl to python-backports-ssl_match_hostname

 transifex-client.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index 204b8e8..34b43db 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,7 +2,7 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 Requires:       python-setuptools
-Requires:       python-backports-ssl
+Requires:       python-backports-ssl_match_hostname 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Thu Oct 24 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-7
+- change python-backports-ssl to python-backports-ssl_match_hostname
+
 * Thu Oct 24 2013 Eduardo Echeverria <echevemaster at gmail.com> - 0.9-6
 - Use system wide python-backports-ssl
 


More information about the scm-commits mailing list