[transifex-client] new dependency requires

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Aug 15 18:02:07 UTC 2013


commit 126424199f39a44c9a6609cb8358279bfd961114
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Thu Aug 15 11:01:42 2013 -0700

    new dependency requires

 transifex-client.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index 5a25430..8aabe6f 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,7 +2,7 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?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
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-
+Requires:       python-backports-ssl_match_hostname
 
 %description
 The Transifex Command-line Client is a command line tool that enables
@@ -24,29 +24,27 @@ need of an elaborate UI system.
 %prep
 %setup -q
 
-
 %build
 # Remove CFLAGS=... for noarch packages (unneeded)
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
 %{python_sitelib}/*
 %{_bindir}/*
 
-
 %changelog
+* Thu Aug 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-3
+- add new dependency
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list